Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. /**
  2. * Mastery Book 20
  3. */
  4. function start() {
  5. im.sendYesNo("Would you like to use your Mastery Book 20?");
  6. }
  7.  
  8. function action(mode, type, selection) {
  9. if (mode > 0) {
  10. if (im.haveItem(2431789, 1)) {
  11. im.useMasteryBook(true);
  12. im.gainItem(2431789, -1);
  13. }
  14. }
  15. im.dispose();
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement