Advertisement
Guest User

Untitled

a guest
Jan 31st, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. #org 0x8A801EA
  2. '-----------------------------------
  3. lock
  4. faceplayer
  5. checkflag 0x1032
  6. if true jump 0x8A80280 ' Flag is set
  7. checkflag 0x1031
  8. if true jump 0x8A80297 ' Flag is set
  9. msgbox 0x87BCE71
  10. callstd MSG_NOCLOSE ' Non-closing message
  11. multichoice 0x14 0x8 0x2 0x0
  12. copyvar 0x8000 LASTRESULT
  13. compare 0x8000 0x0
  14. if == call 0x8A80240 ' Equal To
  15. compare 0x8000 0x1
  16. if == call 0x8A80260 ' Equal To
  17. compare 0x8000 0x7F
  18. if == call 0x8A8028A ' Equal To
  19. textcolor RED
  20. msgbox 0x8A802D9
  21. callstd MSG_NOCLOSE ' Non-closing message
  22. setflag 0x1032
  23. release
  24. end
  25.  
  26. #org 0x8A80280
  27. '-----------------------------------
  28. msgbox 0x8A8030A
  29. callstd MSG_NOCLOSE ' Non-closing message
  30. release
  31. ' Release commands close any open messages
  32. end
  33.  
  34. #org 0x8A80297
  35. '-----------------------------------
  36. msgbox 0x8A803AF
  37. callstd MSG_NOCLOSE ' Non-closing message
  38. multichoice 0x14 0x8 0x2 0x0
  39. copyvar 0x8000 LASTRESULT
  40. compare 0x8000 0x0
  41. if == call 0x8A80240 ' Equal To
  42. compare 0x8000 0x1
  43. if == call 0x8A80260 ' Equal To
  44. compare 0x8000 0x7F
  45. if == call 0x8A8028A ' Equal To
  46. textcolor RED
  47. msgbox 0x8A802D9
  48. callstd MSG_NOCLOSE ' Non-closing message
  49. setflag 0x1032
  50. release
  51. end
  52.  
  53. #org 0x8A80240
  54. '-----------------------------------
  55. additem CLAWFOSSIL 1
  56. msgbox 0x8A803F7
  57. copyvarifnotzero 0x8000 CLAWFOSSIL
  58. copyvarifnotzero 0x8001 0x1
  59. copyvarifnotzero 0x8002 0x13E
  60. callstd MSG_ITEM ' Shows a message, then... 'Player put the yyy in the zzz!'
  61. pause 0x5
  62. return
  63.  
  64. #org 0x8A80260
  65. '-----------------------------------
  66. additem ROOTFOSSIL 1
  67. msgbox 0x8A80412
  68. copyvarifnotzero 0x8000 ROOTFOSSIL
  69. copyvarifnotzero 0x8001 0x1
  70. copyvarifnotzero 0x8002 0x13E
  71. callstd MSG_ITEM ' Shows a message, then... 'Player put the yyy in the zzz!'
  72. pause 0x5
  73. return
  74.  
  75. #org 0x8A8028A
  76. '-----------------------------------
  77. msgbox 0x8A8038B
  78. callstd MSG_NOCLOSE ' Non-closing message
  79. setflag 0x1031
  80. release
  81. end
  82.  
  83.  
  84. #org 0x87BCE71
  85. =
  86.  
  87. #org 0x8A802D9
  88. =
  89.  
  90. #org 0x8A8030A
  91. =
  92.  
  93. #org 0x8A803AF
  94. =
  95.  
  96. #org 0x8A803F7
  97. =
  98.  
  99. #org 0x8A80412
  100. =
  101.  
  102. #org 0x8A8038B
  103. =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement