Advertisement
ProClifo

Untitled

Jun 24th, 2015
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 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. special 0xF7
  16. checkitemroom 0x17 0x1
  17. if 0x0 goto @removeitem
  18. copyvar 0x8000 LASTRESULT
  19. setvar 0x8004 0x2
  20. setvar 0x8005 0x0
  21. setvar 0x8006 0x0
  22. special 0xEA
  23. giveitem 0xE1 0x1 0x0
  24. goto 0x8208861
  25.  
  26. #org @blizzard
  27. setflag 0x250
  28. setvar 0x8004 0x5
  29. special 0xF7
  30. removeitem 0x17 0x1
  31. copyvar 0x8000 LASTRESULT
  32. setvar 0x8004 0x2
  33. setvar 0x8005 0x0
  34. setvar 0x8006 0x0
  35. special 0xEA
  36. giveitem 0x12E 0x1 0x0
  37. goto 0x8208861
  38.  
  39. #org @removeitem
  40. removeitem 0x17 0x1
  41. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement