UE3 - UT3 Unreal kismet

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

Mint92

New Member
Mar 16, 2012
28
0
0
Hey guys, how would I go about creating a kismet sequence which stop players from activating the main event when going in a temple for example, but when they have completed an objective, all the main triggers are activated ?
 

Mint92

New Member
Mar 16, 2012
28
0
0
So any static mesh (interp actor with matinee) controlled by a touch trigger event would have to be linked to a gate ? correct
 

Sjosz

(╯°□°)╯︵ ┻━┻
Dec 31, 2003
3,048
0
36
Edmonton, AB
www.dregsld.com
Gate is an action that you can use in your kismet sequence. If you want to make sure that a particular event that you've set up doesn't trigger until you've done something else, you can set up a Gate action that you can set to let events through or not. The Gate action would sit between the Touch event and whatever actions you have that trigger from the Touch event.

Separately, you should know that staticmeshes and interpactors are 2 different things. An interpactor may use a staticmesh base, but cannot be called a staticmesh, because it is a dynamic actor.