actor Plugman : ClassBase
{
Player.ScoreIcon "C_09D0X"
player.displayname "Plugman"
player.soundclass "plugmanc"
player.startitem "PlugBallBoss"

player.startitem "JewelSatelliteWeakness2", 1

player.startitem "JewelSatelliteWeakness", 1
States
{
Spawn:
PLUM A 0
PLUM B 1
PLUM A 1
Goto Spawn+2
See:
PLUM BCDE 5 
Goto Spawn
Missile:
PLUM F 5
PLUM G 4 
goto Spawn
ClassPain:
PLUM H 0
goto PainContinue
DeathFix:
PLUM H 0
goto DeathContinue
ClassDeath:
PLUM H 1
goto MegaDeathEnd
}
}