actor Elecman : ProtoClassBase
{
Player.ScoreIcon "C_01F0X"
player.startitem "ProtoHealthBar"
player.displayname "elecman"
player.soundclass "elecmanc"
player.startitem "ThunderBeamBoss"
player.startitem "ElectricAmmo", 28
player.forwardmove 0.9, 0.9
player.sidemove 0.88, 0.88

player.startitem "OilSliderWeakness2", 1

player.startitem "OilSliderWeakness", 1
player.startitem "DustCrusherWeakness", 1
player.startitem "JunkShieldWeakness", 1
player.startitem "ConcreteShotWeakness", 1

/*player.startitem "RollingCutterWeakness2", 1

player.startitem "RollingCutterWeakness", 1
player.startitem "MetalBladeWeakness", 1
player.startitem "ShadowBladeWeakness", 1*/
States
{
Spawn:
ELEC A 0
ELEC B 1
ELEC A 1
Goto Spawn+2
See:
ELEC BCDE 5
Goto Spawn
Missile:
ELEC F 6
ELEC G 6
goto Spawn
ClassPain:
ELEC H 0
goto PainContinue
DeathFix:
ELEC H 0
goto DeathContinue
ClassDeath:
ELEC H 1
goto MegaDeathEnd
}
}