actor Yamatoman : CustWepClassBase
{
Player.ScoreIcon "C_06H0X"
player.displayname "Yamatoman"
player.soundclass "yamatomanc"

player.maxhealth 1250
health 1250
player.jumpz 13
player.forwardmove 0.666, 0.666
player.sidemove 0.666, 0.666
//Player.AttackZOffset 18
//Player.AttackZOffset 30
//Player.ViewHeight 50

player.startitem "CBM_BaseFlagPack"

player.startitem "Yamatoman_W"
player.startitem "TheLastSamuraiAmmo", 25


player.startitem "RollingCutterWeakness"
player.startitem "MetalBladeWeakness"
player.startitem "ShadowBladeWeakness"
player.startitem "RingBoomerangWeakness"
player.startitem "GyroAttackWeakness"
player.startitem "SilverTomahawkWeakness"//
player.startitem "TenguBladeWeakness"
player.startitem "WheelCutterWeakness"
player.startitem "ScrewCrusherWeakness"

States
{
Spawn:
YAMM A 0 
YAMM B 1
YAMM A 1
Goto Spawn+2
See:
YAMM BCDE 5
Goto Spawn
Missile:
YAMM FGFGFGFGF 2
goto Spawn+2
ClassPain:
YAMM H 0
goto MegamanPain
ClassDeath:
YAMM H 0
goto MegamanDeath
}
}