stateName[18] = "FireCPre";
stateSequence[18] = "ReadyC";
stateTimeoutValue[18] = 1.2;
stateTransitionOnTimeout[18] = "FireDPre";
stateWaitForTimeout[18] = false;
stateTransitionOnTriggerUp[18] = "FireCSwing"; <------------
stateScript[18] = "onCharged";
stateAllowImageChange[18] = false;
Is it possible to have something like this, except it goes to the next stateName through right-click rather than left-click? What would be the name for it, and where can I find a full source (if any) of all possible State-Functions?