PM3.6 - Pit - Action - 0x115 SpecialLw

Entry Script

  1. UnknownEvent { namespace: 0x6, code: 0x1e, unk1: 0x0, arguments: [Value(2), Bool(true), Value(1)] }
  2. CreateInterrupt { interrupt_id: None, action: 0x11f, requirement: (AnimationEnd) }
  3. loop Infinite times:
    1. if (OnGround)
      1. SetAirGround(6)
      2. SetEdgeSlide(StayOn)
      3. if (BoolIsTrue RandomAccessBool(EnableActionTransition))
        1. ChangeSubaction(SpecialLwStart)
      4. else
        1. ChangeSubactionRestartFrame(SpecialLwStart)
        2. BoolVariableSetTrue { variable: RandomAccessBool(EnableActionTransition) }
      5. UnknownEvent { namespace: 0x4, code: 0x1, unk1: 0x0, arguments: [Value(0), Requirement { flip: false, ty: InAir }] }
    2. else
      1. SetAirGround(0)
      2. SetEdgeSlide(Airbourne)
      3. if (BoolIsTrue RandomAccessBool(EnableActionTransition))
        1. ChangeSubaction(SpecialAirLwStart)
      4. else
        1. ChangeSubactionRestartFrame(SpecialAirLwStart)
        2. BoolVariableSetTrue { variable: RandomAccessBool(EnableActionTransition) }
      5. UnknownEvent { namespace: 0x4, code: 0x1, unk1: 0x0, arguments: [Value(1), Requirement { flip: false, ty: OnGround }] }
    3. LoopRest

Exit Script