Comrades in Arms Discussion Board
Scripting: Creating insertions - Printable Version

+- Comrades in Arms Discussion Board (http://forum.ciahome.net)
+-- Forum: Comrades in Arms Life (http://forum.ciahome.net/forumdisplay.php?fid=3)
+--- Forum: Mission Making (http://forum.ciahome.net/forumdisplay.php?fid=8)
+--- Thread: Scripting: Creating insertions (/showthread.php?tid=3210)



Scripting: Creating insertions - alias - 08-20-2015

Thank you!


Re: Scripting: Creating insertions - Stagwine - 08-20-2015

Great stuff.  Thank you. How does the transport behave if it comes under fire?


Re: Scripting: Creating insertions - Varanon - 08-20-2015

(08-20-2015, 11:37 AM)Stagwine link Wrote: Great stuff.  Thank you. How does the transport behave if it comes under fire?

The script disables the AI for the pilot, mostly, so it should still follow it's waypoints when under fire. If you check the script, there's a bunch of disableAI calls near the beginning.


Re: Scripting: Creating insertions - Stagwine - 08-25-2015

Couple of typos in unloadVehicle.sqf? SAVE instead of SAFE?

Tested this a bit and worked very well, either with land vehicle transport and helicopters both.

I experimented with heli insertion and enemy fire enroute, and helicopter behaved quite well.  Great stuff, will be using this in future missions. Thanks for release.