Advertisement
Guest User

Untitled

a guest
Jan 31st, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. #org 0x87871F5
  2. '-----------------------------------
  3. lock
  4. faceplayer
  5. textcolor GRAY
  6. compare 0x60AB 0x2
  7. if == jump 0x8787A2C ' Equal To
  8. compare 0x60AC 0x5
  9. if == jump 0x8787247 ' Equal To
  10. compare 0x60AC 0x1
  11. if == jump 0x8787251 ' Equal To
  12. compare 0x60AC 0x3
  13. if == jump 0x8787826 ' Equal To
  14. compare 0x60AC 0x4
  15. if == jump 0x878726A ' Equal To
  16. msgbox 0x87872DE
  17. callstd MSG_NOCLOSE ' Non-closing message
  18. msgbox 0x87872FC
  19. callstd MSG_NOCLOSE ' Non-closing message
  20. setvar 0x60AC 0x1
  21. release
  22. end
  23.  
  24. #org 0x8787A2C
  25. '-----------------------------------
  26. msgbox 0x878799F
  27. callstd MSG_NOCLOSE ' Non-closing message
  28. multichoice 0x0 0x0 0x1 0x0
  29. copyvar 0x8000 LASTRESULT
  30. compare 0x8000 0x7F
  31. if == jump 0x87878BC ' Equal To
  32. compare 0x8000 0x2
  33. if != jump 0x8787A6B ' Not Equal To
  34. setvar 0x60AB 0x3
  35. setvar 0x60AC 0x2
  36. warpmuted 0x5 0x1 0xFF 0xD 0x16
  37. pause 0xFF
  38. release
  39. end
  40.  
  41. #org 0x87878BC
  42. '-----------------------------------
  43. msgbox 0x87878D3
  44. callstd MSG_NOCLOSE ' Non-closing message
  45. release
  46. ' Release commands close any open messages
  47. end
  48.  
  49. #org 0x8787247
  50. '-----------------------------------
  51. msgbox 0x87877CB
  52. callstd MSG_NOCLOSE ' Non-closing message
  53. release
  54. ' Release commands close any open messages
  55. end
  56.  
  57. #org 0x8787251
  58. '-----------------------------------
  59. msgbox 0x8787468
  60. callstd MSG_NOCLOSE ' Non-closing message
  61. release
  62. ' Release commands close any open messages
  63. end
  64.  
  65. #org 0x8787826
  66. '-----------------------------------
  67. msgbox 0x87875DD
  68. callstd MSG_NOCLOSE ' Non-closing message
  69. setvar 0x60AC 0x4
  70. release
  71. end
  72.  
  73. #org 0x878726A
  74. '-----------------------------------
  75. msgbox 0x87876F2
  76. callstd MSG_NOCLOSE ' Non-closing message
  77. release
  78. ' Release commands close any open messages
  79. end
  80.  
  81. #org 0x8787A6B
  82. '-----------------------------------
  83. sound 0x16
  84. pause 0x15
  85. msgbox 0x8787902
  86. callstd MSG_NOCLOSE ' Non-closing message
  87. release
  88. ' Release commands close any open messages
  89. end
  90.  
  91.  
  92. #org 0x87872DE
  93. =
  94.  
  95. #org 0x87872FC
  96. =
  97.  
  98. #org 0x878799F
  99. =
  100.  
  101. #org 0x87878D3
  102. =
  103.  
  104. #org 0x87877CB
  105. =
  106.  
  107. #org 0x8787468
  108. =
  109.  
  110. #org 0x87875DD
  111. =
  112.  
  113. #org 0x87876F2
  114. =
  115.  
  116. #org 0x8787902
  117. =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement