actor Napalmman : CustWepClassBase
{
Player.ScoreIcon "C_05G0X"
player.displayname "Napalmman"
player.soundclass "napalmmanc"

player.maxhealth 1000
health 1000
player.jumpz 10
player.forwardmove 0.89, 0.89
player.sidemove 0.5, 0.5

player.startitem "CBM_BaseFlagPack"

player.startitem "Napalmman_W"
player.startitem "MorningSmellAmmo", 42

player.startitem "TimeSlowWeakness"
player.startitem "TimeStopperWeakness"
player.startitem "GeminiLaserWeakness"
player.startitem "FlashStopperWeakness"//PharaohShotWeakness
player.startitem "CrystalEyeWeakness"//
player.startitem "CentaurFlashWeakness"
player.startitem "CopyVisionWeakness"
player.startitem "JewelSatelliteWeakness"
player.startitem "ReboundStrikerWeakness"

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 MegamanPain
ClassDeath:
NAPM H 0
goto MegamanDeath
}
}