P+ - Yoshi - Action - 0x11a
Entry Script
- ItemVisibility(false)
- UnknownEvent { namespace: 0x1f, code: 0xf, unk1: 0x0, arguments: [Bool(false)] }
- CreateInterrupt { interrupt_id: None, action: Wait, requirement: (AnimationEnd) }
- PreviousInterruptAddRequirement(OnGround)
- CreateInterrupt { interrupt_id: None, action: Fall, requirement: (AnimationEnd) }
- PreviousInterruptAddRequirement(InAir)
- if (OnGround)
- SetEdgeSlide(StayOn)
- ChangeSubactionRestartFrame(SpecialSEnd)
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: InAir }] }
- else
- SetEdgeSlide(Airbourne)
- SetAirGround(10)
- ChangeSubactionRestartFrame(SpecialAirSEnd)
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: OnGround }] }
- BoolVariableSetTrue { variable: LongtermAccessBool(CanNotTeeter) }
- FloatVariableSet { variable: RandomAccessFloat (0xa), value: InternalConstantInt(VerticalCharacterVelocity) }
- UnknownEvent { namespace: 0xe, code: 0x8, unk1: 0x0, arguments: [Scalar(0.0), Scalar(0.0), Scalar(0.0), Value(1)] }
- FloatVariableMultiply { variable: LongtermAccessFloat (0x46), value: 0.6 }
- if (not(BoolIsTrue LongtermAccessBool (0x71)))
- FloatVariableSet { variable: RandomAccessFloat (0xa), value: 0.025 }
- AddVelocity { x_vel: Variable(LongtermAccessFloat(Address(70))), y_vel: Variable(RandomAccessFloat(Address(10))) }
- BoolVariableSetFalse { variable: LongtermAccessBool(CanNotTeeter) }
- BoolVariableSetTrue { variable: LongtermAccessBool (0x70) }
- loop Infinite times:
- FrameSpeedModifier { multiplier: 1.0, unk: 0 }
- LoopRest
- if (OnGround)
- SetEdgeSlide(StayOn)
- ChangeSubaction(SpecialSEnd)
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: InAir }] }
- else
- SetEdgeSlide(Airbourne)
- SetAirGround(10)
- ChangeSubaction(SpecialAirSEnd)
- UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: OnGround }] }
Exit Script