I just cant seem to figure it out; I want to make scar refersh over and over again, so how can I do this? PS this is not for neopets; no worries for scar. Also, I want this to work while I play in other places on a differand tab.
well, you cant do one thing while scar does another, sorry. anyways to keep refreshing all you do is Code (Text): repeat *code you want repeated* until(false)
yes, the code would be this Code (Text): dim stoploop as boolean do until stoploop=false *code to loop* loop