actor Bubbleman : ClassBase
{
Player.ScoreIcon "C_02C0X"
player.displayname "Bubbleman"
player.soundclass "bubblemanc"
player.startitem "BubbleLeadBoss"
player.startitem "BubbleFlooder"
player.startitem "WaddleWaddleAmmo", 28

player.startitem "MetalBladeWeakness2", 1

player.startitem "RollingCutterWeakness", 1
player.startitem "MetalBladeWeakness", 1
player.startitem "ShadowBladeWeakness", 1
player.startitem "GyroAttackWeakness", 1
player.startitem "SilverTomahawkWeakness", 1
player.startitem "TenguBladeWeakness", 1
player.startitem "ScrewCrusherWeakness", 1
States
{
Spawn:
BUBM A 0
BUBM B 1
BUBM A 1
Goto Spawn+2
See:
BUBM BCDE 5
Goto Spawn
Missile:
BUBM F 5
BUBM G 4
goto Spawn
ClassPain:
BUBM H 0
goto PainContinue
DeathFix:
BUBM H 0
goto DeathContinue
ClassDeath:
BUBM H 1
goto MegaDeathEnd
}
}