View Single Post
  #5  
Old 03-19-2012, 11:23 AM
Guest001 is offline Guest001
Registered User

Join Date: Aug 2008
Posts: 4,971

Spawns (WP Pause) doesn't work on helo AI as I tested
I found several ways but this is least complex and can be added without adding markers
and you can keep the waypoints as is.

PS this works once then the Helo follows the waypoints as normal or looping unless the event flag is reset

In this example:
ssn7 = Helo1
ssn8 = Pilot1
ssn9 = Pilot2
waypoint 1-0 to 1-2 is the objective waypoint
waypoint 0-0 is used for the pause
Helo1 will pause for 10 seconds at Waypoint 1-1



Event 0: Pilots to Helo1

Actions:

Redirect SSN 8 to waypoint 125-7
Redirect SSN 9 to waypoint 125-7

Event 1: Helo1 start

Triggers:

Event 0 has been triggered
Actions:

Redirect SSN 7 to waypoint 1-0

Event 2: Helo1 freeze

Triggers:

SSN 7 has reached waypoint 1, 1
Actions:

Redirect SSN 7 to waypoint 0-0

Event 3: helo1 unfreeze

Delay event 10 seconds

Triggers:

Event 2 has been triggered
Actions:

Redirect SSN 7 to waypoint 1-2

I have uploaded the MIS file for you to study
Attached Files
File Type: zip Helo Hover.zip (3.2 KB, 0 views)

Last edited by Guest001; 03-19-2012 at 11:50 AM.
Reply With Quote