P+ - Wario-Man - Action - 0x123
Entry Script
- CreateInterrupt { interrupt_id: None, action: SquatWait, requirement: (AnimationEnd) }
- PreviousInterruptAddRequirement(OnGround)
- CreateInterrupt { interrupt_id: None, action: Fall, requirement: (InAir) }
- BoolVariableSetFalse { variable: RandomAccessBool(EnableActionTransition) }
- SlopeContourStand { leg_bone_parent: 1 }
- DisableMovement(DisableHorizontal)
- loop Infinite times:
- if (OnGround)
- SetEdgeSlide(StayOn)
- SetAirGround(6)
- if (not(BoolIsTrue RandomAccessBool(EnableActionTransition)))
- ChangeSubactionRestartFrame(ShoulderChargeSquat)
- else
- ChangeSubaction(ShoulderChargeSquat)
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: InAir }] }
- else
- SetEdgeSlide(Airbourne)
- SetAirGround(100)
- if (not(BoolIsTrue RandomAccessBool(EnableActionTransition)))
- ChangeSubactionRestartFrame(ShoulderChargeSquat)
- else
- ChangeSubaction(ShoulderChargeSquat)
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: OnGround }] }
- BoolVariableSetTrue { variable: RandomAccessBool(EnableActionTransition) }
- LoopRest
Exit Script