OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: pazuzu on 01 Mar 2004, 06:44:18

Title: Vehicle lock
Post by: pazuzu on 01 Mar 2004, 06:44:18
Hi, I wanted to find out how I can keep a vehicle locked untill first objective is done. Then when first obj is triggered the vehicle unlocks.
I know this must be possible but I cant seem to find anything on it.

Thank you.

Title: Re:Vehicle lock
Post by: myke13021 on 01 Mar 2004, 07:03:02
i think the command you're looking for is:

jeepOne lock true
Title: Re:Vehicle lock
Post by: pazuzu on 01 Mar 2004, 11:31:30
Thanks but how do I get it from locked to unlocked?
Title: Re:Vehicle lock
Post by: Marvin on 01 Mar 2004, 11:49:31
Car Lock true ----- the car would be locked
Car Lock False -----The car would be unlocked


Title: Re:Vehicle lock
Post by: pazuzu on 01 Mar 2004, 12:21:06
Thank you.

If I lock vehicle in editor can I still unlock it with trigger activation.

Like if I got a chopper thats already locked but I want it unlocked when all east are dead using that trigger would that work?

I'm trying to keep people from taking a chopper in my mission too soon. I want it unlocked only after area is cleared.

Thanks for the help
Title: Re:Vehicle lock
Post by: Marvin on 01 Mar 2004, 12:27:29
Yes, you can unlock the vehicles, that was locked in editor!
Like you can lock vehicles, that was been unlocked! :)
Title: Re:Vehicle lock
Post by: pazuzu on 01 Mar 2004, 21:39:10
thanks for the help guys it works perfectly