You will be able to use the following script when setting the movement route.
this.easySpin(argument)
//Cartwheel once on the spot.
this.easyShake(argument)
//Shake on the spot.
Waits for completion if the argument is true or not entered.
If false, do not wait.
The number of sustained frames is 24 frames.
this.easyReverse(argument)
//Reverses the movement of "Spin" and "Shake" left and right.
It is turned on if the argument is true or not entered, and turned off if it is false.
It is toggled if it is not entered.
this.easyJump()
//Jump on the spot.
this.easyBackoff()
//Back off on the spot.
this.easyBackstep()
//Jump one step backwards without changing direction.
The number of frames sustained varies depending on the character's movement speed.
this.easyAngle(argument)
//Change the angle. The argument specifies the angle in degrees.
If it is 0 or not entered, it will return to the original state.
this.easyBlink(argument);
//Make it blink. It is turned on if the argument is true or not entered, and turned off if it is false.
this.easyTra(argument);
//Make it semi-transparent.
It is turned on if the argument is true or not entered, and turned off if it is false.
Spin Movement
this.spin(boolean);
Spin every time you move.
Always Spin
this.alwaysSpin(boolean);
It continues to spin regardless of movement.
Back Reverse
this.reverseSpin(boolean);
Spin left.
Waiting for Spin
this.setSpinWait(frames);
Spins 90 degrees with the specified wait time.
boolean: Enter true or false.
Toggle without input.
frames: Spins 90 degrees each time.
Automatically calculated with 0.