Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. clam
  2. if not @findalias 'slayerbag'
  3. headmsg 'Select the bag or animal to store slayers in.'
  4. promptalias 'slayerbag'
  5. endif
  6. if not @findobject 'sellbag'
  7. headmsg 'Select the bag to sell or Trash'
  8. promptalias 'sellbag'
  9. endif
  10. usetype '0xfbf' 'any' 'backpack' '2'
  11. waitforgump 0x38920abd 2000
  12. replygump 0x38920abd 16
  13. waitforgump 0x38920abd 2000
  14. pause 250
  15. if @injournal 'crafted a slayer' 'system'
  16. playsound 25
  17. movetype 0xefa backpack slayerbag 0 0 0 0 0 0
  18. clearjournal
  19. headmsg 'Slayer crafted!' 33
  20. endif
  21. pause 600
  22. movetype 0xefa backpack sellbag 0 0 0 0 0 0
  23. pause 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement