Advertisement
ProClifo

Untitled

Jun 24th, 2015
315
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 0x2087E9
  5. goto @prize
  6.  
  7. #org @prize
  8. msgbox 0x82C5D14 MSG_KEEPOPEN '"In recognition of your 3-win strea..."
  9. checkflag 0x250
  10. if 0x0 goto @blizzard
  11. checkitemroom 0xE1 0x1
  12. compare LASTRESULT 0x0
  13. if 0x1 goto 0x820882A
  14. setvar 0x8004 0x5
  15. checkitemroom 0x17 0x1
  16. compare LASTRESULT 0x0
  17. if 0x1 goto @removeitem
  18. special 0xF7
  19. checkitemroom 0x17 0x1
  20. compare LASTRESULT 0x1
  21. if 0x1 goto @removeitem
  22. copyvar 0x8000 LASTRESULT
  23. setvar 0x8004 0x2
  24. setvar 0x8005 0x0
  25. setvar 0x8006 0x0
  26. special 0xEA
  27. giveitem 0xE1 0x1 0x0
  28. goto 0x8208861
  29.  
  30. #org @blizzard
  31. setflag 0x250
  32. setvar 0x8004 0x5
  33. special 0xF7
  34. removeitem 0x17 0x1
  35. copyvar 0x8000 LASTRESULT
  36. setvar 0x8004 0x2
  37. setvar 0x8005 0x0
  38. setvar 0x8006 0x0
  39. special 0xEA
  40. giveitem 0x12E 0x1 0x0
  41. goto 0x8208861
  42.  
  43. #org @removeitem
  44. removeitem 0x17 0x1
  45. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement