Guest User

Untitled

a guest
Jan 13th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. LureName = "Shiny Bauble";
  2.  
  3. function Load()
  4. game.doString(string.format("RunMacroText('/use %s')",LureName));
  5. system.setTimerCallback("AddLure",600000);
  6. end
  7.  
  8. function AddLure()
  9. game.doString(string.format("RunMacroText('/use '%s'')",LureName));
  10. end
Add Comment
Please, Sign In to add comment