LXP2.1 - Ridley-Modern - Action - 0x115 SpecialLw

Entry Script

  1. if (OnGround)
    1. IntVariableSet { variable: LongtermAccessInt(JumpsUsed), value: 3 }
    2. ChangeSubactionRestartFrame(SpecialLw)
    3. SetAirGround(6)
    4. SetEdgeSlide(Unknown(2))
    5. CreateInterrupt { interrupt_id: None, action: Fall, requirement: (AnimationEnd) }
    6. PreviousInterruptAddRequirement(not(TouchingAFloorWallOrCeiling value(8)))
  2. else
    1. ChangeSubactionRestartFrame(SpecialAirLw)
    2. SetEdgeSlide(Airbourne)
    3. EnableInterruptGroup(CliffCatch)
    4. SetAirGround(0)

Exit Script