actor Windman : CustWepClassBase
{
Player.ScoreIcon "C_06G0X"
player.displayname "Windman"
player.soundclass "windmanc"

player.maxhealth 1250
health 1250
player.jumpz 10
player.forwardmove 0.7, 0.7
player.sidemove 0.68, 0.68

player.startitem "CBM_BaseFlagPack"

player.startitem "Windman_W"
player.startitem "YouDontMessWithChinAmmo", 22
player.startitem "FlyingKickAmmo", 21
player.startitem "WindFlightItem"


player.startitem "TimeSlowWeakness"
player.startitem "TimeStopperWeakness"
player.startitem "FlashStopperWeakness"
player.startitem "CentaurFlashWeakness"//

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