actor Tomahawkman : ClassBase
{
Player.ScoreIcon "C_06F0X"
player.displayname "tomahawkman"
player.soundclass "tomahawkmanc"
player.startitem "SilverTomahawkBoss"
player.startitem "TomahawkClassAmmo", 28
player.forwardmove 0.89, 0.89
player.sidemove 0.87, 0.87

player.startitem "PlantBarrierWeakness2", 1

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