actor Plantman : CustWepClassBase
{
Player.ScoreIcon "C_06E0X"
player.displayname "Plantman"
player.soundclass "plantmanc"

player.maxhealth 850
health 850
player.jumpz 10
player.forwardmove 0.8, 0.8
player.sidemove 0.78, 0.78

player.startitem "CBM_BaseFlagPack"

player.startitem "Plantman_W"
player.startitem "PsychedelicAmmo", 21
player.startitem "BioticFieldAmmo", 27
player.startitem "PlantmanItem"


player.startitem "IceSlasherWeakness"
player.startitem "BlizzardAttackWeakness"//
player.startitem "FreezeCrackerWeakness"
player.startitem "IceWaveWeakness"
player.startitem "IceWallWeakness"
player.startitem "ChillSpikeWeakness"

States
{
Spawn:
PLAM A 0 
PLAM B 1
PLAM A 1
Goto Spawn+2
See:
PLAM BCDE 5
Goto Spawn
Missile:
PLAM G 0 A_JumpIfInventory("ShieldCheck",1,"Missile2")
PLAM G 4
PLAM G 5
goto Spawn
Missile2:
PLAM I 7
goto Spawn
ClassPain:
PLAM H 0
goto MegamanPain
ClassDeath:
PLAM H 0
goto MegamanDeath
}
}