actor Ringman : LightClassBase
{
player.startitem "LightHealthBar"
Player.ScoreIcon "C_04E0X"
player.displayname "ringman"
player.soundclass "ringmanc"

player.startitem "RingBoomerangBoss"
player.startitem "RingBoomerangerBoss"
player.startitem "RingBoomerangClassAmmo", 2
player.startitem "RingManFlag"
player.jumpz 13

player.startitem "PharaohShotWeakness2", 1

player.startitem "FireStormWeakness", 1
player.startitem "AtomicFireWeakness", 1
player.startitem "TopSpinWeakness", 1
player.startitem "PharaohShotWeakness", 1
player.startitem "ChargeKickWeakness", 1
player.startitem "FlameBlastWeakness", 1
player.startitem "ScorchWheelWeakness", 1
player.startitem "FlameSwordWeakness", 1
player.startitem "WaveBurnerWeakness", 1
player.startitem "MagmaBazookaWeakness", 1
player.startitem "SolarBlazeWeakness", 1
States
{
Spawn:
RINM A 0
RINM B 1
RINM A 1
Goto Spawn+2
See:
RINM BCDE 5
Goto Spawn
Missile:
RINM F 5
RINM G 4
goto Spawn
ClassPain:
RINM H 0
goto PainContinue
DeathFix:
RINM H 0
goto DeathContinue
ClassDeath:
RINM H 1
goto MegaDeathEnd
}
}