actor Sheepman : CustWepClassBase
{
Player.ScoreIcon "C_10E0X"
player.displayname "Sheepman"
player.soundclass "sheepmanc"

player.startitem "CBM_BaseFlagPack"

player.startitem "Sheepman_W"

player.startitem "CrystalEyeWeakness"
player.startitem "ReboundStrikerWeakness"

States
{
Spawn:
SHPM A 0
SHPM B 1
SHPM A 1
Goto Spawn+2
See:
SHPM BCDE 5
Goto Spawn
Missile:
SHPM F 5
SHPM G 4
goto Spawn
ClassPain:
SHPM H 0
goto PainContinue
ClassDeath:
SHPM H 0
goto DeathContinue
}
}