LXP2.1 - Geno - Subaction - SpecialAirSPop

| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 |

Stats

IASA: 21
Subaction Index: 0x1d6

Scripts

Main

  1. Goto(SpecialSPop Main 0x2f3e8)

GFX

    SFX

      Other

      1. BoolVariableSetTrue { variable: LongtermAccessBool(CanNotTeeter) }
      2. if ((InternalConstantInt(ControlStickYAxis) GreaterThan scalar(-0.7)))
        1. if ((InternalConstantInt(VerticalCharacterVelocity) LessThan scalar(0)))
          1. ResetVerticalVelocityAndAcceleration(true)
          2. ResetVerticalVelocityAndAcceleration(false)
          3. AddVelocity { x_vel: Constant(0.0), y_vel: Constant(0.3) }
        2. AddVelocity { x_vel: Constant(0.0), y_vel: Constant(0.16) }
      3. else
        1. ResetVerticalVelocityAndAcceleration(true)
        2. ResetVerticalVelocityAndAcceleration(false)
        3. AddVelocity { x_vel: Constant(0.0), y_vel: Constant(0.16) }
      4. BoolVariableSetFalse { variable: LongtermAccessBool(CanNotTeeter) }