actor Skullman : CustWepClassBase
{
Player.ScoreIcon "C_04H0X"
player.displayname "Skullman"
player.soundclass "skullmanc"

player.maxhealth 850
health 850
player.jumpz 12
player.forwardmove 0.8, 0.8//0.85
player.sidemove 0.78, 0.78

player.startitem "CBM_BaseFlagPack"

player.startitem "Skullman_W"
player.startitem "AlasPoorYorickAmmo", 22
player.startitem "SpookyScaryAmmo", 84


player.startitem "OilSliderWeakness"
player.startitem "NeedleCannonWeakness"
player.startitem "DustCrusherWeakness"//
player.startitem "JunkShieldWeakness"
player.startitem "ConcreteShotWeakness"
player.startitem "DeepDiggerWeakness"
States
{
Spawn:
SKUL A 0
SKUL B 1
SKUL A 1
wait
See:
SKUL BCDE 5
Goto Spawn
SkullBarrier:
SKUL RRRSS 2
Goto Spawn
Missile:
SKUL F 0 A_JumpIfInventory("VivifyDelay4",1,"Skullbarrier")
SKUL F 5
SKUL G 4
goto Spawn
ClassPain:
SKUL H 0
goto MegamanPain
ClassDeath:
SKUL H 0
goto MegamanDeath
}
}