Advertisement
ProClifo

Verdanturf Battle Tent Custom Prize

Jun 29th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. #freespace 0xFF
  2. #dynamic 0xF00000
  3.  
  4. #org 0x201791
  5. goto @prize
  6.  
  7. #org @prize
  8. checkitemroom 0x8 0x1
  9. compare LASTRESULT 0x1
  10. if 0x1 call @remove_flag
  11. msgbox 0x82C57CD MSG_KEEPOPEN '"For the feat of your 3-win streak,..."
  12. setvar 0x8004 0x7
  13. special 0xF5
  14. setvar 0x8004 0x2
  15. setvar 0x8005 0x0
  16. setvar 0x8006 0x0
  17. special 0xEA
  18. checkflag 0x11
  19. if 0x1 call @remove
  20. checkflag 0x202
  21. if 0x1 call @luxury_ball
  22. checkflag 0x202
  23. if 0x0 call @thunder
  24. msgbox 0x82C539A MSG_KEEPOPEN '"When you have fortified your heart..."
  25. closeonkeypress
  26. setvar 0x4000 0xFF
  27. releaseall
  28. end
  29.  
  30. #org @remove_flag
  31. setflag 0x11
  32. return
  33.  
  34. #org @remove
  35. removeitem 0x8 0x1
  36. return
  37.  
  38. #org @luxury_ball
  39. checkitemroom 0xB 0x1
  40. compare LASTRESULT 0x0
  41. if 0x1 goto 0x82017DD
  42. giveitem 0xB 0x1 0x0
  43. return
  44.  
  45. #org @thunder
  46. giveitem 0x139 0x1 0x0
  47. setflag 0x202
  48. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement