Author Topic: State Transition for Right-Click?  (Read 1249 times)

Code: [Select]
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?


Post the solution to help others who might have the same problem. I'm curious how you did it.

unless there's a special transition case for it, you would probably just use ammo transitions and %player.setImageAmmo(%slot, %bool);

but ya wat did you do, op