actor Flameman : ClassBase
{
Player.ScoreIcon "C_06C0X"
player.displayname "flameman"
player.soundclass "flamemanc"
player.startitem "FlameBlastBoss"
player.startitem "FlameBossAmmo", 28
player.jumpz 12

player.startitem "WindStormWeakness2", 1

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