OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: StonedSoldier on 17 Jan 2004, 17:05:43

Title: Convoy Script
Post by: StonedSoldier on 17 Jan 2004, 17:05:43
Yo ppl,

i have a convoy and basically it drives down the road towards its waypoint just in case the convoy is attacked ive added a radio trigger that basically uses commandstop anyway, i was wondering how i can getn the convoy to start moving towards their waypoint after ive told them to commandstop.

thanks
Title: Re:Convoy Script
Post by: myke13021 on 17 Jan 2004, 17:17:02
hmmm.....should the convoy cont his way after something special happened? Saying the enemies were retreated?

However, could move getWPpos [convoy,1] be a solution?
called in a script or a second radio command?

:edit
made a little mistake...set a groupname for your convoy...say groupAlpha then the the commands should look like:
groupalpha move getWPpos [groupAlpha,1]
the 1 stands for the waypoint you mean.