OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: max_killer_payne on 11 Jul 2003, 23:22:20

Title: Disembarking using script
Post by: max_killer_payne on 11 Jul 2003, 23:22:20
How can you make units disembark using a script ive tried

man OrdetGetIn false

but just get an error message  ???
Title: Re:Disembarking using script
Post by: LCD on 11 Jul 2003, 23:45:29
cuz it waits array not only 1 man - read da comref :P

it shud b

[man] OrdetGetIn false

also u need 2 unassign da men from da vehicle

unassignvehicle man

LCD OUT