Jump to content

Interacting with Runescape menu options


SupImDos

Recommended Posts

Hey Osbot,

 

If i am making a FlaxSpinner, how would I go about making my script click on the "Bow String" option and then "Make X" and then type 28.

 

Thanks a lot guys,

-SupImDos

case SPIN:
	if (!myPlayer().isAnimating()) {
		RS2Object spinner = closestObject(SPINNER_ID);
		if (spinner != null) {
			if (spinner.interact("Spin"))
				sleep(random(1000, 1500));
		}
	}
Edited by SupImDos
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...