In reply to: Thanks, more... -- William 13:05:30 09-24-2004
Well... Posted by: Xorlak 15:11:10 09-24-2004 |
If you check up to slot!<4, you'll get numbers 0, 1, 2, and 3 (four enemies). If you go up to slot!<5, you'll get 0, 1, 2, 3, and 4 (five enemies). The counting starts at 0 instead of 1 (or if that's confusing, just change the initial value to 1 and do it your way, heh.)
Flying a step backwards shouldn't be too hard once you get the hitting part down (just do a #pushitem in the direction that the player is standing).