Jump to content
AntisocialChump (DayZ)

How to make AI hold before trigger?

Recommended Posts

Hi! I am making a mission where after you walk through an area (trigger) it tells a tank to start moving to a position... But how do I make the tank not wander around before the trigger is activated?? I tried using the hold waypoint but it asks for an amount of time to hold and I don't know if there is a way to make it stop holding and start moving once the trigger is activated.  Thanks!

 

Share this post


Link to post
Share on other sites

Sync the trigger to the hold waypoint and set the trigger type to switch.

Also make sure the trigger is actually activating.

 

Cheers

Share this post


Link to post
Share on other sites

The name has been changed from Switch to Skip Waypoint in the editor. But remains "Switch" when creating it in script.

 

 

Share this post


Link to post
Share on other sites

Place a simple trigger. set fuel to 0 for the tank in editor . When your trigger is activated (server only, it'sbetter): tank1 setfuel 1;

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

×