PM3.6 - Kirby - Subroutine - 0x54454

  1. loop Infinite times:
    1. if ((InternalConstantInt(HorizontalCharacterVelocity) GreaterThan scalar(0.5)))
      1. AddVelocity { x_vel: Constant(-0.09), y_vel: Constant(0.0) }
    2. if ((InternalConstantInt(HorizontalCharacterVelocity) LessThan scalar(-0.5)))
      1. AddVelocity { x_vel: Constant(0.09), y_vel: Constant(0.0) }
    3. SyncWait(1.0)