Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
nicko_bud

Unit Hold Time

Recommended Posts

Hi All,

I'm VERY new to the whole process and i have read as many tutorials/ forums as i can + search to try and help me with this.

I was wondering if you can specify a time for a waypoint chain to be activate?

Scenario: i have a insurgent pilot (assasination sub-mission)that needs to travel from point A to B i need to give my bluefor team long enough time to get to the point and clear oobjectives on the way.

Thanks and sorry if its a noobish question

Nicko

Share this post


Link to post
Share on other sites

You can specify a timeout at each waypoint where the unit stops until the time is over.

So let's say you want to make the pilot wait at the first waypoint for 10 minutes, then you add the value 600 (seconds) at all 3 timeout fields (min, max, mid).

Share this post


Link to post
Share on other sites

OK.. i'm officially an idiot :P

Thanks wolle.. was looking to hold on activation.. not hold at a specific point

once again cheers

Share this post


Link to post
Share on other sites

In this case you can work with the lockWP command.

Like if he is reaching a certain point he activates a trigger (grouped with the pilot so only he activates it) and in the triggers onActivation line you type:

pilot1 lockWP true (pilot1 is his name)

and if he shall continue you let him continue in a second trigger with:

pilot1 lockWP false

Share this post


Link to post
Share on other sites
Sign in to follow this  

×