actor Waveman : ClassBase
{
Player.ScoreIcon "C_05B0X"
player.displayname "waveman"
player.soundclass "wavemanc"
player.startitem "WaterWaveBoss"
player.startitem "WaterHookBoss"
player.startitem "WaterWaveClassAmmo", 28
player.startitem "HookshotStamina", 500

player.sidemove 0.8, 0.8

player.startitem "ChargeKickWeakness2", 1

player.startitem "TopSpinWeakness", 1
//player.startitem "DiveMissileWeakness", 1
player.startitem "ChargeKickWeakness", 1
player.startitem "SlashClawWeakness", 1
States
{
Spawn:
WAVM A 0 
WAVM B 1
WAVM A 1
Goto Spawn+2
See:
WAVM BCDE 5
Goto Spawn
Missile:
WAVM F 5
WAVM G 4
goto Spawn
ClassPain:
WAVM H 0
goto PainContinue
DeathFix:
WAVM H 0
goto DeathContinue
ClassDeath:
WAVM H 1
goto MegaDeathEnd
}
}