Solutions
-
Extreme Scripts's post in "Make X" Option... was marked as the answerYou can interact with the interface like so:
interfaces.get(PARENT).getChild(CHILD).interact("Make-X"); Fill in the relevant fields of course ^_^
-
Extreme Scripts's post in Activating/Deactivating Randoms was marked as the answerI think you're talking about overriding the default random manager so you could perform a task before activating it if I understand correctly...
In your onStart():
randomManager.registerHook(new RandomBehaviourHook(randomManager.LOGIN_MANAGER)){ @Override public boolean shouldActivatePostLoop(){ return true; } @Override public int postLoop() throws InterruptedException{ //task to perform return 0; } } Note: If you want to exit the postLoop then have it return -1
2- There are a variety of methods you can override which can be found here
-
Extreme Scripts's post in [Answered] Where can I get a script designer? was marked as the answerYou can post a request in this section and if a scripter is up to the job they will respond accordingly:
http://osbot.org/forum/forum/97-requests/