August 6, 201510 yr How can I press the Cook All option when you're in the cooking menu, eg. just used a meat on a fire and on the chatbox it shows the meat icon etc...?Thanks!
August 6, 201510 yr You need to use widgets.Go to settings and enable widget debugging.Now you see something like this:So the parent widget id = 307, child id = 4 RS2Widget cookMenu = widgets.get(307,4); if(cookMenu != null && cookMenu.isVisible()) cookMenu.interact("Cook All"); Edited August 6, 201510 yr by Flamezzz
Create an account or sign in to comment