Guest User

Untitled

a guest
Jul 21st, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. if (message.contains("I can't reach that")) {
  2. RSObject gate;
  3. while (true) {
  4. gate = getNearestObjectByID(gateid[random(1,2)]);
  5. if(gate != null && atObject(gate, "Open Gate"))
  6. break;
  7. wait(random(200,400));
  8. }
  9. }
Add Comment
Please, Sign In to add comment