Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. if(autofollow);
  2. log("OLivay will no longer follow you.");
  3. unset(autofollow);
  4. else;
  5. log("OLivay will now follow you.");
  6. set(autofollow);
  7. do;
  8. echo(/msg OLivay %XPOS% %YPOS% %ZPOS%);
  9. wait(1);
  10. while(autofollow);
  11. endif;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement