OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Wolf on 11 Oct 2002, 22:59:37
-
Alright, here's my plight. ;)
I have two choopers side by side, locked, and have some bushes covering them for effect.
I have a radio command that will appear when near them to remove the camo.
What I need is a command to unlock them once the camo has been removed, so you can then fly off in one.
Is there such a command to unlock a chopper after the mission has started?
I have Res if that makes any difference.
Thank you.
-
unit lock false
to unlock
unit lock true
to lock
-
Thanks