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