Blitzen 10 Posted December 28, 2010 (edited) **EDIT** I did some more searching and found the setrain and setovercast commands. My apologies for looking harder but the command list I downloaded did not have the setrain command listed. Thanks Next, can someone give me an example of how you would make a command to send in reinforcements for the player? For instance the player's group has fallen below a ceratin number and that triggers reinforcements? Something like a unitcount command?? Lastly, can someone point me to a listing of all the radiomessages by popabear? Thank you very very much Edited December 28, 2010 by Blitzen Share this post Link to post Share on other sites
ww2weasel 10 Posted December 28, 2010 create a trigger triggered by east, west or resistance present. name the trigger - send1 in another trigger: Condition: count list send1 <= 30 you could then synchronize that trigger to kick off all the waypoints of reinforcements to start moving. Do this by dragging synchronization blue line from reinforcement waypoint to the trigger. Do it from waypoint to trigger - rather trigger to waypoint - if not careful you could undo all the previous synchronizations - Having to redo all again. Rinse, lather, repeat to all subsequent reinforcement group's waypoints. Then you'll have time release of units where and when you want. Also you could use scripts for further possibilities - but I'll leave that for another topic & another time. Share this post Link to post Share on other sites