mr magoo Posted September 23, 2017 Share Posted September 23, 2017 (edited) So I'm working on a script right now and I can't manage to do nothing, apparently? When I do something like this: case IDLE: break; the script continues doing what it was previously doing. But if I do something like: case IDLE : cycleThroughTabs(); break; Where the function cyclethroughTabs just shifts between the inventory and the prayer tabs, it works properly. Does anyone have a proper method of simply doing nothing? EDIT: I guess i fixed the problem .. but I'm not sure how. Somewhere along the way while I was creating the cycleThroughTabs() function and integrating it, i must have fixed the problem, because I just removed it and recreated the first example and it worked. Woops. Also I guess you can't delete topics? Sorry for the spam. Edited September 23, 2017 by mr magoo Quote Link to comment Share on other sites More sharing options...