Jump to content
Sign in to follow this  
dodek96_pl

Spawning object if task complete

Recommended Posts

Hello. Here's my question, how to spawn a humvee if task1 is complete? Condition of presence (taskCompleted task1) doesn't work. I want to do it through editor, I'm not quite familiar with other ways of mission creation.

Share this post


Link to post
Share on other sites

Spawned MVTR, but I can get in it. How to unlock it? I can check and edit my gear, though.

Share this post


Link to post
Share on other sites

lock

jeep = "HMMWV_M1151_M2_DES_EP1" createVehicle (getPos player); jeep lock false;

but it should not be locked by default....?? have you tried spawning a hmww? is that also locked?

Share this post


Link to post
Share on other sites

jeep = "HMMWV_M1151_M2_DES_EP1" createVehicle (getPos player); jeep lock false; player reveal jeep;

;)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×