PM3.6 - Wolf - Action - 0x11a

Entry Script

  1. CreateInterrupt { interrupt_id: None, action: 0x11c, requirement: (ButtonNotPressed value(1)) }
  2. PreviousInterruptAddRequirement((InternalConstantInt(CurrentFrame) GreaterThan scalar(18)))
  3. loop Infinite times:
    1. EnableInterruptGroup(AirJump)
    2. EnableInterruptGroup(GroundJump)
    3. if (OnGround)
      1. SetEdgeSlide(StayOn)
      2. SetAirGround(6)
      3. ChangeSubactionRestartFrame(SpecialLwLoop)
      4. BoolVariableSetTrue { variable: RandomAccessBool(EnableActionTransition) }
      5. UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: InAir }] }
    4. else
      1. SetEdgeSlide(Airbourne)
      2. SetAirGround(10)
      3. if (BoolIsTrue RandomAccessBool(EnableActionTransition))
        1. ChangeSubaction(SpecialAirLwLoop)
      4. else
        1. ChangeSubactionRestartFrame(SpecialAirLwLoop)
        2. BoolVariableSetTrue { variable: RandomAccessBool(EnableActionTransition) }
      5. UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: OnGround }] }
    5. LoopRest

Exit Script