actor Clownman : CustWepClassBase
{
Player.ScoreIcon "C_08D0X"
player.displayname "Clownman"
player.soundclass "clownmanc"

player.maxhealth 850
health 850
player.jumpz 12
player.forwardmove 0.93, 0.93
player.sidemove 0.91, 0.91

player.startitem "CBM_BaseFlagPack"

player.startitem "Clownman_W"
player.startitem "Clownman_W2"
player.startitem "YoGeekyAmmo", 300

player.weaponslot 1, "Clownman_W"
player.weaponslot 2, "Clownman_W2"


player.startitem "AirShooterWeakness"
player.startitem "WindStormWeakness"
player.startitem "TornadoHoldWeakness"//
player.startitem "TenguBladeWeakness" 
player.startitem "TornadoBlowWeakness"
player.startitem "BlackHoleWeakness"
player.startitem "HyperStormHWeakness"

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