It's my first script; I'm trying to make a range guild script.
What should i use to talk to the Range judge?
I currently have:
import org.osbot.rs07.api.map.Position;
import org.osbot.rs07.script.Script;
import org.osbot.rs07.script.ScriptManifest;
import org.osbot.rs07.utility.Area;
import java.awt.*;
@ScriptManifest(author = "system64", info = "range guild", name = "SmartGuild", version = 0, logo = "")
public class Guild extends Script {
private static final int[] Judge_ID = { 6070 }; // competition judge
private Position[] path = {
new Position(2659, 3437, 0),
new Position(2660, 3436, 0),
new Position(2662, 3434, 0),
new Position(2664, 3431, 0),
new Position(2666, 3426, 0),
new Position(2670, 3418, 0),
};