Well it just needs some regular things with a little Change ...
To use with script you'll just need to do the Following :
Scripts\Unit\CommandButton\Use command Button ability at a waypoint
*** IF ***
True.
*** THEN ***
Unit '' use Ability 'Command_Paradrop' at Waypoint 'Drop_Here'.
Originally Posted by: Unknown Editor
And to use it by yourself , You will of course need the Science :
Scripts\Player\Science\Grant a Science to a Given Player
Grant all 3 for 20 rangers , as you sure know 😉
*** IF ***
True.
*** THEN ***
Player '' is granted Science 'SCIENCE_InfantryParadrop1'.
Player '' is granted Science 'SCIENCE_InfantryParadrop2'.
Player '' is granted Science 'SCIENCE_InfantryParadrop3'.