Jump to content
Ghost Recon.net Forums

Player Platoon AI


Recommended Posts

How do I get the player platoon AI back on after a chopper insertion?

In the script I have tried:

PlatoonAIon at the end of the insertion block

PlatoonAIon after a time lapse of 40secs (which worked for non player platoons)

PlatoonAIon within 1 meter of Insertion zone

None of these worked.

Link to post
Share on other sites

You can also time the length it takes from start to when they are dismounting from the helo. Normally I use TimeElapsed and never had a problem with that. Try it that way.

Link to post
Share on other sites

Eric is exactly right. What I did for my insertion was time the start of the takeoff to the landing, it took about 53 seconds. I then created a timer elapse trigger followed by a "platoon AI on" response after 54 seconds. This created a 1 second delay which allowed the player controlled actor to exit the aircraft first, then the computer controlled actors would follow. Also, you might want to think about making your actors "invincible" while they're in the air, especially if you're including baddies firing at you from the ground, (that's if you don't want your guys to die bufore they get a chance to disembark the chopper). Same rule applies, at 53 or 54 seconds when the chopper hits the ground, use the "vulnerability on platoon" response to get the fun started.. :thumbsup:

Link to post
Share on other sites

You can (and should) turn the AI off for the player controlled platoon for chopper insertions - and yes, use invincibility also if there is any chance they will be engaged by active enemy while in the air. I usually turn it back on in the same block where I end the cinematic and return the camera to the default viewpoint. Any of those triggers you use Budgie should be OK - if it's not working for you there must be an error in your script. Post the relevant part here so we can take a look.

Cheers, Jack :rocky:

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...