PM3.02 - Squirtle - Subroutine - 0x242c4

  1. AsyncWait(20.0)
  2. if ((InternalConstantInt(HorizontalCharacterVelocity) GreaterThan scalar(0.3)))
    1. AddVelocity { x_vel: Constant(-0.3), y_vel: Constant(0.0) }
  3. else
    1. if ((InternalConstantInt(HorizontalCharacterVelocity) LessThan scalar(0.3)))
      1. AddVelocity { x_vel: Constant(0.3), y_vel: Constant(0.0) }
  4. AsyncWait(46.0)