floor(smooth(clamp01(EjectionAct) 1,2))
Every other part works fine with this code but i failed to use it with the tailhook and parachute.
floor(smooth(clamp01(EjectionAct) 1,2))
Every other part works fine with this code but i failed to use it with the tailhook and parachute.
It needs to be a boolean.
EjectionAct > 0
I've tried with hooks, it simply does not work. Dunno about chutes though. Probably the same, since they use groups instead of actual inputs. And these "custom AGs" are not actually Activation Groups. It's just a custom input.
idk