actor Metalman : CustWepClassBase
{
Player.ScoreIcon "C_02A0X"
player.displayname "Metalman"
player.soundclass "metalmanc"

player.maxhealth 700
health 700
player.jumpz 11
player.forwardmove 0.8, 0.8
player.sidemove 0.78, 0.78

player.startitem "CBM_BaseFlagPack"

player.startitem "MetalMan_W"
player.startitem "BuzzsawAmmo", 28
player.startitem "MetalHoverBootsAmmo", 280

//damagefactor "Metal", 1337.5

player.startitem "QuickBoomerangWeakness"//
player.startitem "MetalBladeWeakness"//
player.startitem "NeedleCannonWeakness"
player.startitem "YamatoSpearWeakness"
player.startitem "TripleBladeWeakness"

States
{
Spawn:
METM A 0
METM B 1
METM A 1
Goto Spawn+2
See:
METM BCDE 5
Goto Spawn
Missile:
METM F 5
METM G 4
goto Spawn
ClassPain:
METM H 0
goto MegamanPain
ClassDeath:
METM H 0
goto MegamanDeath
}
}