actor Tenguman : CustWepClassBase
{
Player.ScoreIcon "C_08A0X"
player.displayname "Tenguman"
player.soundclass "tengumanc"

player.maxhealth 1000
health 1000
player.jumpz 10
player.forwardmove 0.76, 0.76
player.sidemove 0.74, 0.74

player.startitem "CBM_BaseFlagPack"

player.startitem "Tenguman_W"
player.startitem "FeelMyPowerAmmo", 168
player.startitem "TenguHoverItem"


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

States
{
Spawn:
TENG A 0
TENG B 1
TENG A 1
TENG A 174
TENG TUVWX 5
goto Spawn+7
See:
TENG BCDE 5
Goto Spawn
Missile:
TENG F 0 A_JumpIfInventory("VivifyDelay7",1,"Missile2")
TENG F 5
TENG G 4
goto Spawn
Missile2:
TENG K 2
TENG L 7
goto Spawn
ClassPain:
TENG H 0
goto MegamanPain
ClassDeath:
TENG H 0
goto MegamanDeath
}
}