I want a trigger to activate when aP is driving over 1 in speed. i did like this:
In aPs init i wrote this:
speedOfUnit=speed aP
And in a trigger i wrote this in the condition field:
speedOfUnit > 1
but the trigger only got activated if i was driving over 1 in speed directly when the mission started, if I waited some seconds before driving the trigger didnÂ't activate.
Why wont the trigger activate and how should i do to get a thing to happen when aP is driving over 1 in speed?