Jump to content
Sign in to follow this  
satory

making use of the watch in missions

Recommended Posts

Hi, I recently with the help of a forumite got a trigger to work and help start to move a convoy.

Now the convoy is set to move down the east hand side of Cheranrus? along the main road. Is it possible to grab the current game time, and add, for example 2 hours to it and push that into a trigger, so that one trigger makes sure that the convoy didn't reach destination and that a bigger trigger makes sure that after the time, plus 2 hours that the convoy is not alive? This will help push the attacking team into destroying the convoy, rather than picking a spot and setting up an ambush in their own time, so long as the first trigger isn't meet?

Share this post


Link to post
Share on other sites

Triggers do have a timeout function, don't they ? I barely ever use triggers so I'm not sure but you might want to look that up.

Anyway, if you want to script it you need this:

new = daytime + 2;

or this:

new = time + 60*60*2;

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  

×