Stopping Trigger from running

EoW.chips

New Member
Reaction score
2
hey,

which trigger command can stop an already running trigger ? Like the trigger is doing a few actions, and suddenly another trigger will activate that will stop the running trigger.
If i try it with "Turn off This Trigger", the running trigger keeps finishing all his actions.

Thanks for help
 

Grags_1977

Ultra Cool Member
Reaction score
32
Skip Remaining Actions


EDIT: If you're trying to stop the trigger running from a different trigger you will have to use a Boolean.


Example
Trigger 1
Blah blah
If Boolean = true then skip remaining actions
blah blah
If Boolean = true then skip remaining actions
blah blah

Trigger 2
Set Boolean = True
 

Accname

2D-Graphics enthusiast
Reaction score
1,462
Your problem is that triggers can never run simultaniously. There are no 2 triggers running at once, every action in a computer is performed in order.
What is written above is true but dont think it will be very easy to use it.

As an example, you want a cinematic to stop playing when a player presses the esc button.
To achieve this you would need to place such an if_then_else loop with a "skip remaining actions" action at every position of your trigger after a wait has been performed. Why after a wait? Because while other actions are running the event for "player presses ESC" cannot be called because as i said everything is done in order.
 
General chit-chat
Help Users

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top