useful commands:
opening closing with script:
<gatename> animate ["arm", 1] Â Â Â //opens the gate
<gatename> animate ["arm", 0] Â Â Â //closes the gate
checking current state of gate with script:
<gatename> animationPhase "arm" < 0.5Â Â Â //if true -> gate is closed
<gatename> animationPhase "arm" >= 0.5Â Â Â //if true -> gate is open
-------------------------
Just to cry it out loud here ( :hmm: ) :
"README" means READ THIS TEXT_DOCUMENT ;D
Anyho' - say, ya named a gatearm "GATE_ONE", then a trigger would have to read :
Condition: FriendlyCarName Distance GATE_ONE <= 20
On Activation: GATE_ONE Animate ["arm", 1]
laterz