OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: xCIA_BlackThorn on 22 May 2005, 13:09:59

Title: This just isn't making sense!
Post by: xCIA_BlackThorn on 22 May 2005, 13:09:59
I have tried all the combos on the forum I could find about the 'Player' Not being In the 'Vehicle'   e.g.

!(Player IN Chopper) : GoTo "Next"
didn't work.
?!(Player IN Chopper) : GoTo "Next"
didn't work.
?!=(Player IN Chopper) : GoTo "Next"
that didn't work.
!Player IN Chopper : GoTo "Next"
that didn't work either....

Im driving myself insane here.
Im using CwC if that makes a diference.
Please help me out here...Thanks.
Title: Re:This just isn't making sense!
Post by: macguba on 22 May 2005, 13:19:17
?!(Player IN Chopper) : GoTo "Next"

is the right one.   Have you called the chopper "chopper"?   Is there really  a label "Next" in the script?
Title: Re:This just isn't making sense!
Post by: xCIA_BlackThorn on 22 May 2005, 13:30:31
Yes Chopper is just an example   but I have the names right and there is a 'Next'   I will try again.
Title: Re:This just isn't making sense!
Post by: xCIA_BlackThorn on 22 May 2005, 13:35:55
I Got it now.   Its all good Thanks Macguba