actor Clownman : LightClassBase
{
Player.ScoreIcon "C_08D0X"
player.startitem "LightHealthBar"
player.displayname "Clownman"
player.soundclass "clownmanc"
player.startitem "ThunderClawBoss"
player.startitem "ThunderClawBosT"
player.startitem "YoGeekyAmmo", 200
player.forwardmove 0.93, 0.93
player.sidemove 0.91, 0.91
player.jumpz 12

player.startitem "TornadoHoldWeakness2", 1

player.startitem "AirShooterWeakness", 1
player.startitem "WindStormWeakness", 1
player.startitem "TornadoHoldWeakness", 1
player.startitem "TornadoBlowWeakness", 1
States
{
Spawn:
CLWN A 0 
CLWN B 1
CLWN A 1
Goto Spawn+2
See:
CLWN BCDE 5
Goto Spawn
Missile:
CLWN F 5
CLWN G 4
goto Spawn
ClassPain:
CLWN H 0
goto PainContinue
DeathFix:
CLWN H 0
goto DeathContinue
ClassDeath:
CLWN H 1
goto MegaDeathEnd
}
}