actor Jewelman : ClassBase
{
Player.ScoreIcon "C_09E0X"
player.displayname "Jewelman"
player.soundclass "jewelmanc"
player.startitem "JewelSatelliteBoss"

player.startitem "BlackHoleBombWeakness2", 1

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