Recently I'm trying to event something so when you are falling at a certain speed, the variable is true and it executes one line of events.
[0] [0] [onActivate] [Self] [fireRelay]
[1] [0] [onRelay] [Self] [fireRelay]
[2] [0] [onRelay] [Self] [VCE_ifValue] [<var:player:velz>] [>=] [12] [3]
[3] [0] [onVariableTrue] [Client] [centerPrint] [You are falling at a dangerous speed!]
Now when I jump-jet up, and my Velocity on the Z-Axis (speed) is greater than or equal to 12, the center print is displayed. But say I jump off a high height and descend at a high speed, the center print does not display. What am I doing wrong?