actor Dustman : CustWepClassBase
{
Player.ScoreIcon "C_04F0X"
player.displayname "Dustman"
player.soundclass "dustmanc"

player.maxhealth 1250
health 1250
player.jumpz 10
player.forwardmove 0.7, 0.7
player.sidemove 0.68, 0.68

player.startitem "CBM_BaseFlagPack"

player.startitem "Dustman_W"
player.startitem "Dustman_W2"
player.startitem "CrushEmAmmo", 100

player.weaponslot 1, "Dustman_W"
player.weaponslot 2, "Dustman_W2"


player.startitem "ShadowBladeWeakness"
player.startitem "RingBoomerangWeakness"//
player.startitem "StarCrashWeakness"
player.startitem "AstroCrushWeakness"
player.startitem "BlackHoleWeakness"
States
{
Spawn:
DUSM A 0
DUSM B 1
DUSM A 1
Goto Spawn+2
See:
DUSM BCDE 5
Goto Spawn
Missile:
DUSM F 0 A_JumpIfInventory("VivifyDelay4",1,"Missile2")
DUSM F 7
goto Spawn
Missile2:
DUSM G 8
goto Spawn
ClassPain:
DUSM H 0
goto MegamanPain
ClassDeath:
DUSM H 0
goto MegamanDeath
}
}