Advertisement
ProClifo

Untitled

Jun 29th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. #org 0x2087E9
  2. goto @prize
  3.  
  4. #org @prize
  5. checkitemroom 0x17 0x1
  6. compare LASTRESULT 0x1
  7. if 0x1 goto @removeflag
  8. msgbox 0x82C5D14 MSG_KEEPOPEN '"In recognition of your 3-win strea..."
  9. setvar 0x8004 0x5
  10. special 0xF7
  11. copyvar 0x8000 LASTRESULT
  12. compare 0x8000 0x0
  13. if 0x1 goto 0x820882A
  14. setvar 0x8004 0x2
  15. setvar 0x8005 0x0
  16. setvar 0x8006 0x0
  17. special 0xEA
  18. checkflag 0xB41
  19. if 0x1 call @revive
  20. checkflag 0xB41
  21. if 0x0 call @blizzard
  22. checkflag 0xB51
  23. if 0x1 call @remove
  24. goto 0x8208861
  25.  
  26. #org @removeflag
  27. setflag 0xB51
  28. return
  29.  
  30. #org @remove
  31. removeitem 0x17 0x1
  32. return
  33.  
  34. #org @revive
  35. giveitem 0x18
  36. return
  37.  
  38. #org @blizzard
  39. giveitem 0x12E
  40. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement