Jump to content

Recommended Posts

For some unknown reason, End trigger just doesn`t want to work in my mission. I did trigger called "tr5" and END trigger called "tr6". In "tr6" condition I typed "triggeractivated tr5" and 25 second cooldown. Then I test the mission and tr5 trigger gets activated, but mission never ends after 25 seconds. I then created completely new blank mission just for the test, and did exacly the same and it worked, but here for some reason its not working. Why is it not working??

Share this post


Link to post
Share on other sites

Is your trigger set to activate once ? This will not work on repeadetly activation. 

 

Alternatively, you can do this:

  • put "activated" into condition field of tr6 (the end trigger) 
  • in tr5 activation field put "sleep 25; activated=true;" 

 

When the tr5 will be activated, it'll sleep 25 seconds and end tr6 (the end one). 

 

 

Share this post


Link to post
Share on other sites

Disregard the above comment. repeatedly trigger works with #end1...

triggeractivated tr5   should work. The 25 sec is a countdown. A timeout can be reset if the condition is no met during all the time.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×