i believe its
! (dude in jeep) : = [] exec "whatever.sqs"
Don't believe this ;D
It's:
?!(dude in jeep):[] exec "whatever.sqs"
-or-
?not (dude in jeep):[] exec "whatever.sqs"
no "=" sign before the []. (where on earth did you come up with that
) Also, no spaces after the ? or :
You could also do something like this:
?!("binocular" in weapons unitname):hint "I can't see!!!!"