Hi, i've got a repeating trigger i want to activate when ever the chopper i am flying gets above say 100 metres.
Wot code should i be putting into the trigger condition?
? (getPos this select 2 < 40) and (getPos this select 2 > 25):trigger1=true
i found this bit of code doing a search but i'm getting an invalid expression error
i had been thinking about someyhing like
?(Player flyInHeight >100)
But i knew this wouldn't work before i even tested it