13-09-2008, 04:11 PM
Or a better way, find:
Replace it with:
Code:
Call CheckAttack
Replace it with:
Code:
If Player(MyIndex).Moving = 0 Then
Call CheckAttack
End If