actor Aquaman : CustWepClassBase
{
Player.ScoreIcon "C_08H0X"
player.displayname "Aquaman"
player.soundclass "aquamanc"

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

player.startitem "CBM_BaseFlagPack"

player.startitem "Aquaman_W"
player.startitem "HandsomeGuyAmmo", 20


player.startitem "SuperArmWeakness"
player.startitem "HardKnuckleWeakness"
player.startitem "PowerStoneWeakness"
player.startitem "AstroCrushWeakness"//
player.startitem "CopyVisionWeakness"
player.startitem "DeepDiggerWeakness"

States
{
Spawn:
AQUA A 0
AQUA B 1
AQUA A 1
Goto Spawn+2
See:
AQUA BCDE 5
Goto Spawn
Missile:
AQUA F 5
AQUA G 4
goto Spawn
ClassPain:
AQUA H 0
goto MegamanPain
ClassDeath:
AQUA H 0
goto MegamanDeath
}
}