PM3.6 - Sonic - Subaction - GuardOn

| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |

Stats

IASA: None
Subaction Index: 0x3f

Scripts

Main

  1. if ((InternalConstantInt(HorizontalCharacterVelocity) GreaterThan scalar(2.3)))
    1. SetVelocity { x_vel: 2.3, y_vel: 0.0 }
  2. else
    1. if ((InternalConstantInt(HorizontalCharacterVelocity) LessThan scalar(-2.3)))
      1. SetVelocity { x_vel: -2.3, y_vel: 0.0 }

GFX

    SFX

    1. AsyncWait(0.0)
    2. SoundEffect1(100)

    Other

    1. SlopeContourStand { leg_bone_parent: 6 }
    2. AsyncWait(1.0)
    3. SlopeContourFull { hip_n_or_top_n: 0, trans_bone: 3 }