actor Flameman : CustWepClassBase
{
Player.ScoreIcon "C_06C0X"
player.displayname "Flameman"
player.soundclass "flamemanc"

player.maxhealth 1000
health 1000
player.jumpz 12
player.forwardmove 0.8, 0.8
player.sidemove 0.78, 0.78

player.startitem "CBM_BaseFlagPack"

player.startitem "Flameman_W"
player.startitem "YogaInfernoAmmo", 56
player.startitem "YogaBurnerAmmo", 28


player.startitem "AirShooterWeakness"
player.startitem "WindStormWeakness"//
player.startitem "TornadoHoldWeakness"
player.startitem "TornadoBlowWeakness"
player.startitem "MirrorBusterWeakness"
player.startitem "HyperStormHWeakness"

States
{
Spawn:
FLAM A 0 
FLAM B 1
FLAM A 1
Goto Spawn+2
See:
FLAM BCDE 5
Goto Spawn
Missile:
FLAM F 0 A_JumpIfInventory("VivifyDelay8",1,"Missile2")
FLAM F 4
FLAM G 4
goto Spawn
Missile2:
FLAM IJ 2
FLAM IJIJIJIJIJ 1
goto Spawn
ClassPain:
FLAM H 0
goto MegamanPain
ClassDeath:
FLAM H 0
goto MegamanDeath
}
}