Jump to content
Sign in to follow this  
wizbomb

Objective

Recommended Posts

i have a few objectives in my new mission and i would like to know the command that completes the current Objective and moves onto the next one...like for example a trigger that completes an objective. i have used the search function but got nothing after alot of looking, i know there is one but cant find it

thanks for any help :yay: :yay:

---------- Post added at 04:21 PM ---------- Previous post was at 03:00 PM ----------

I guess no one knows

Share this post


Link to post
Share on other sites

They are called tasks now. You have complete control over when they are assigned and considered completed. You'll use commands like setTaskState to both complete and assign a new one.

Share this post


Link to post
Share on other sites

i cant seem to get this to work.....i have two objectives "Obj1" and "Obj2" a trigger is used to complete Obj1 with the command Obj1 setTaskState "Succeeded"; in its "on act" field but i cant get it to complete the task and it wont switch to Obj2

please help

Share this post


Link to post
Share on other sites

okay, in my mission i have a tank, you have to destroy the tank, im using a trigger to tell if he is dead or not.

here is what the trigger looks like this:

Condition: this = !alive tank7;

On Act.: Obj1 setTaskState "Succeeded"; player1 setCurrentTask Obj2;

but nothing happens when the tank blows up......nothing.....im so stumped :(

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
Sign in to follow this  

×