mumbled_frog 0 Posted June 3, 2003 I'm trying to get a unit to move, via waypoints, to a specific area, marked by a trigger, and set off one or more charges to destroy some objects. How would I get them to do this? I am using triggers etc to activate this and not scripts because for some reason I cannot create scripts that my computer recognises. Share this post Link to post Share on other sites
Bosun 0 Posted June 4, 2003 When your soldier gets to the specific area put in the move waypoint or trigger; unitname fire ["Put", "PipeBomb"] and then when he is a safe distance away; unitname action ["TouchOff"] You might need to removeallweapons unitname and addmagazine "pipeBomb" hope this helps.... Share this post Link to post Share on other sites