Freeslot
S_MEGA_SHOOT_WALK1
S_MEGA_SHOOT_WALK2
S_MEGA_SHOOT_WALK3
S_MEGA_SHOOT_WALK4
SPR_WLFR


#Megaman sprite fire walk
State S_MEGA_SHOOT_WALK1
SpriteName = WLFR
SpriteFrame = A
Action = A_ShootBullet
Duration = 1
Next S_MEGA_SHOOT_WALK2

State S_MEGA_SHOOT_WALK2
SpriteName = WLFR
SpriteFrame = B
Action = A_ShootBullet
Duration = 2
Next S_MEGA_SHOOT_WALK3

State S_MEGA_SHOOT_WALK3
SpriteName = WLFR
SpriteFrame = C
Action = A_ShootBullet
Duration = 3
Next S_MEGA_SHOOT_WALK4

State S_MEGA_SHOOT_WALK4
SpriteName = WLFR
SpriteFrame = D
Action = A_ShootBullet
Duration = 4
Next S_MEGA_SHOOT_WALK1