actor Darkman1 : CustWepClassBase
{
Player.ScoreIcon "C_05I0X"
player.displayname "Darkman1"
player.soundclass "darkman1c"

player.maxhealth 1550
health 1550
player.jumpz 0
player.forwardmove 0.65, 0.65
player.sidemove 0.4, 0.4

MaxStepHeight 32//24
MaxDropOffHeight 32//24

player.startitem "CBM_BaseFlagPack"

player.startitem "AirJumpZ", 12
player.startitem "AirJumpZDecimal", 5000
player.startitem "WallJumpZ", 12
player.startitem "WallJumpZDecimal", 5000

player.startitem "DarkMan1_W"
player.startitem "Darkman1DashAmmo",10
player.startitem "Spawn_HalfHitStunFlag"
player.startitem "HalfHitStunFlag"


player.startitem "WaterWaveWeakness"

States
{
Spawn:
DAR1 A 0 
DAR1 B 1
DAR1 A 1
Goto Spawn+2
See:
DAR1 B 4 A_PlaySound("weapon/darktread", CHAN_BODY , 0.68)
DAR1 C 5
DAR1 D 4 A_PlaySound("weapon/darktread", CHAN_BODY , 0.68)
DAR1 E 5
Goto Spawn
Missile:
DAR1 F 5
DAR1 G 4
goto Spawn
ClassPain:
DAR1 H 0
goto MegamanPain
ClassDeath:
DAR1 H 0
goto MegamanDeath
}
}