Advertisement
Lunos

New Scanner-Scales Abandoned Ship Trade Script

Mar 7th, 2023
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. #dynamic 0x71A250
  2.  
  3. #org @start
  4. lock
  5. faceplayer
  6. checkflag 0x126
  7. if 0x1 goto @thanksagain
  8. checkitem ITEM_SCANNER 0x1
  9. compare LASTRESULT 0x1
  10. if 0x0 @noscanner
  11. msgbox @1 0x5
  12. compare LASTRESULT 0x1
  13. if 0x0 goto @end
  14. checkitemroom ITEM_DEEPSEATOOTH 0x1
  15. compare LASTRESULT 0x1
  16. if 0x1 goto @yourbagisfull
  17. giveitem ITEM_DEEPSEATOOTH 0x1 MSG_OBTAIN
  18. checkitemroom ITEM_DEEPSEASCALE 0x1
  19. compare LASTRESULT 0x1
  20. if 0x1 goto @yourbagisfull
  21. giveitem ITEM_DEEPSEASCALE 0x1 MSG_OBTAIN
  22. msgbox @3 0x6
  23. setflag 0x126
  24. release
  25. end
  26.  
  27. #org @noscanner
  28. msgbox @5 0x6
  29. release
  30. end
  31.  
  32. #org @end
  33. msgbox @2 0x6
  34. release
  35. end
  36.  
  37. #org @thanksagain
  38. msgbox @4 0x6
  39. release
  40. end
  41.  
  42. #org @yourbagisfull
  43. msgbox @6 0x6
  44. release
  45. end
  46.  
  47. #org @1
  48. = Wanna trade your Scanner\nfor my Scales?
  49.  
  50. #org @2
  51. = Awww[.]
  52.  
  53. #org @3
  54. = Thank you!
  55.  
  56. #org @4
  57. = Thanks again for those scales!
  58.  
  59. #org @5
  60. = Hello.\nI'm looking for a SCANNER.
  61.  
  62. #org @6
  63. = I'm sorry, but your bag is full.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement