actor Brightman : CustWepClassBase
{
Player.ScoreIcon "C_04A0X"
player.displayname "Brightman"
player.soundclass "brightmanc"

player.maxhealth 850
health 850
player.jumpz 12
player.forwardmove 0.84, 0.84
player.sidemove 0.82, 0.82

player.startitem "CBM_BaseFlagPack"

player.startitem "Brightman_W"
player.startitem "WattIsMyAmmo", 14
player.startitem "BrightIdeasAmmo", 7
player.startitem "FlashStopperUseItem"


player.startitem "BubbleLeadWeakness"
player.startitem "HardKnuckleWeakness"
player.startitem "RainFlushWeakness"//
player.startitem "WaterWaveWeakness"
player.startitem "WaterBalloonWeakness"
player.startitem "WaterShieldWeakness"
player.startitem "SaltWaterWeakness"
player.startitem "MegaWaterSWeakness"
States
{
Spawn:
BRIG A 0
BRIG B 1
BRIG A 1
wait
See:
BRIG BCDE 5
Goto Spawn
Melee:
BRIG KKJJKKJJKKJJKKJJ 1 //A_JumpIfInventory("VivifyDelay6",1,"Spawn")
goto Spawn+1
Missile:
BRIG F 5
BRIG G 4
goto Spawn
ClassPain:
BRIG H 0
goto MegamanPain
ClassDeath:
BRIG H 0
goto MegamanDeath
}
}