OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Tronin on 16 Jan 2004, 10:43:36

Title: Walk
Post by: Tronin on 16 Jan 2004, 10:43:36
How do you do when you want a man to start walk after that a truck have been moving for a while?
Title: Re:Walk
Post by: Pathy on 16 Jan 2004, 11:44:38
If i understood you id help..... :o ::)
Title: Re:Walk
Post by: macguba on 16 Jan 2004, 12:55:14
Tronin, it's not clear what the problem is.   Can you tell us again?    Give us more background on what you are trying to do.
Title: Re:Walk
Post by: Planck on 16 Jan 2004, 21:02:39
If I understood correctly, he wants a unit to disembark from a truck and start walking.

In which case:

unassignVehicle unitname

and if you actually mean 'walk' then:

unitname setbehaviour "safe"

should work.

It would be better to have more details though.


Planck