No offense, but your code is really messy. First off, make sure you have a return for every Gosub. For the subroutine WALK, you have the return inside the parenthesis, you have to put it outside. And you don't have a return for FIGHT. So fix that and see if it helps. And please tidy up your code next time around :P