Code: Select all
(script command_script cs_test
(begin
(sleep 60)
(cs_vehicle_boost true)
(sleep 60)
(cs_vehicle_boost false)
(sleep 60)
(ai_vehicle_exit ai_current_actor)
(object_set_scale (ai_get_object ai_current_actor)[script_object] 10.0[real] 1[short])
(sleep 90)
))
The script is a command script, and its set to run for two ai controlled banshees at the start of the game.
Now here's some screenshots, first two animated courtesy of Munsie:



About System Link: This mod will work in system link, but the elites will appear to be normal size to everyone else, regardless if they have the mod or not, because scripts aren't synchronized online.
Credits
WastingBody - Original AI in Coag mod - This is based off of that
Solder of Light - Lots of scripting help
Munsie - Animating the screenies
Guy-who-made-SPPF - For making a patcher that didn't let down this mod
Tutorial Linkage
Download Link