By the way, if you want to go with the global Stop, rather than the static Stop, (which might make life easier)
maybe you would like your hotkey to toggle the value of the global var Stop between 1 and 0. Command: assign Parameter: stop = not stop or this does exactly the same thing: Parameter: stop = 1 - stop That way you can use "if(stop)do" anywhere you wish without ever needing to declare it first (i.e. your first line "global stop = 0" is not needed) Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
