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