View Single Post
Rage2100
Old 01-16-2010, 06:35 PM #91 (permalink)  
Rage2100's Avatar
Full House

Join Date: Jan 2007
Location: UK
Posts: 719
Rage2100 is on a distinguished road
Quote:
Originally Posted by Robb
Click on your FTP custom table setup to return everything to the main stack, then right-click the green "Move Table" AHK icon in the system tray, selecting "reload script."

This action just returns all slot counts to zero, and then you can resume play as normal. I often face this "problem" because I table-select like fiend, with tables opening and closing all over the place.
If you find you're resetting often, you could set up a hotkey to reset the slots to zero. You can use any key you like, but I've used "F12" below. Just add the lines to the end of the script.

Code:
F12::
S1=0
S2=0
S3=0
return
Reply With Quote