actor Napalmman : ClassBase
{
Player.ScoreIcon "C_05G0X"
player.displayname "napalmman"
player.soundclass "napalmmanc"
player.startitem "NapalmBombBoss"
player.startitem "NapalmClassAmmo", 56
player.forwardmove 0.89, 0.89
player.sidemove 0.5, 0.5

player.startitem "CrystalEyeWeakness2", 1

player.startitem "GeminiLaserWeakness", 1
//player.startitem "PharaohShotWeakness", 1
player.startitem "CrystalEyeWeakness", 1
player.startitem "CopyVisionWeakness", 1
player.startitem "JewelSatelliteWeakness", 1
States
{
Spawn:
NAPM A 0
NAPM B 1
NAPM A 1
Goto Spawn+2
See:
NAPM BCDE 5
Goto Spawn
Missile:
NAPM F 5
NAPM G 4
goto Spawn
ClassPain:
NAPM H 0
goto PainContinue
DeathFix:
NAPM H 0
goto DeathContinue
ClassDeath:
NAPM H 1
goto MegaDeathEnd
}
}