Jump to content

Recommended Posts

Posted

Retook my last mission where I had a vehicle stopping that was making a crash.

Crash is not there anymore but now the stop condition (did I write it correctly?) is not triggering.

Test.miz

Posted

The difference is what it does to the task queue.

 

Set task: Sets teh new task as the one and only task to be executed.

Push task: Pushes the new task to the top of the queue while keeping the other tasks.

 

A quick example, you are assigning two Fire at Point tasks with a duration of 10 minutes.

Set task: the last task to be triggered will execute for 10 minutes and then nothing happens.

Push task: the last task to be triggered will execute for 10 minutes, once complete the next task will execute.

The right man in the wrong place makes all the difference in the world.

Current Projects:  Grayflag ServerScripting Wiki

Useful Links: Mission Scripting Tools MIST-(GitHub) MIST-(Thread)

 SLMOD, Wiki wishlist, Mission Editing Wiki!, Mission Building Forum

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...