Advertisement
Guest User

Zone Running House Scanner

a guest
Nov 25th, 2014
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. if @findtype 0xc00 'any' 'world' 0 5
  2. clickobject 'found'
  3. ignoreobject 'found'
  4. endif
  5. if @findtype 0xbde 'any' 'world' 0 5
  6. clickobject 'found'
  7. ignoreobject 'found'
  8. endif
  9. if @findtype 0xbfe 'any' 'world' 0 5
  10. clickobject 'found'
  11. ignoreobject 'found'
  12. endif
  13. if @findtype 0xbc2 'any' 'world' 0 5
  14. clickobject 'found'
  15. ignoreobject 'found'
  16. endif
  17. if @findtype 0xbca 'any' 'world' 0 5
  18. clickobject 'found'
  19. ignoreobject 'found'
  20. endif
  21. if @findtype 0xba4 'any' 'world' 0 5
  22. clickobject 'found'
  23. ignoreobject 'found'
  24. endif
  25. if @findtype 0xbde 'any' 'world' 0 5
  26. clickobject 'found'
  27. ignoreobject 'found'
  28. endif
  29. if @findtype 0xbd0 'any' 'world' 0 5
  30. clickobject 'found'
  31. ignoreobject 'found'
  32. endif
  33. if @findtype 0xbba 'any' 'world' 0 5
  34. clickobject 'found'
  35. ignoreobject 'found'
  36. endif
  37. if @findtype 0xbd4 'any' 'world' 0 5
  38. clickobject 'found'
  39. ignoreobject 'found'
  40. endif
  41. if @findtype 0xbcc 'any' 'world' 0 5
  42. clickobject 'found'
  43. ignoreobject 'found'
  44. endif
  45. if @findtype 0xbd2 'any' 'world' 0 5
  46. clickobject 'found'
  47. ignoreobject 'found'
  48. endif
  49. if @findtype 0xbb6 'any' 'world' 0 5
  50. clickobject 'found'
  51. ignoreobject 'found'
  52. endif
  53. if @findtype 0xbae 'any' 'world' 0 5
  54. clickobject 'found'
  55. ignoreobject 'found'
  56. endif
  57. if @findtype 0xc0c 'any' 'world' 0 5
  58. clickobject 'found'
  59. ignoreobject 'found'
  60. endif
  61. if @findtype 0xbc8 'any' 'world' 0 5
  62. clickobject 'found'
  63. ignoreobject 'found'
  64. endif
  65. if @findtype 0xbbe 'any' 'world' 0 5
  66. clickobject 'found'
  67. ignoreobject 'found'
  68. endif
  69. if @findtype 0xbbc 'any' 'world' 0 5
  70. clickobject 'found'
  71. ignoreobject 'found'
  72. endif
  73. if @findtype 0xbb4 'any' 'world' 0 5
  74. clickobject 'found'
  75. ignoreobject 'found'
  76. endif
  77. if @findtype 0xbce 'any' 'world' 0 5
  78. clickobject 'found'
  79. ignoreobject 'found'
  80. endif
  81. if @findtype 0xc0e 'any' 'world' 0 5
  82. clickobject 'found'
  83. ignoreobject 'found'
  84. endif
  85. if @findtype 0xbc4 'any' 'world' 0 5
  86. clickobject 'found'
  87. ignoreobject 'found'
  88. endif
  89. if @findtype 0xbac 'any' 'world' 0 5
  90. clickobject 'found'
  91. ignoreobject 'found'
  92. endif
  93. if @findtype 0xbfc 'any' 'world' 0 5
  94. clickobject 'found'
  95. ignoreobject 'found'
  96. endif
  97. if @findtype 0xdb0 'any' 'world' 0 5
  98. clickobject 'found'
  99. ignoreobject 'found'
  100. endif
  101. if @findtype 0xc00 'any' 'world' 0 5
  102. clickobject 'found'
  103. ignoreobject 'found'
  104. endif
  105. if @findtype 0xbc0 'any' 'world' 0 5
  106. clickobject 'found'
  107. ignoreobject 'found'
  108. endif
  109. pause 100
  110. if @injournal 'fairly' 'system'
  111. headmsg 'Found a fairly worn house'
  112. snapshot
  113. pause 10
  114. clearjournal
  115. endif
  116. if @injournal 'greatly' 'system'
  117. headmsg 'Found a Greatly worn house'
  118. snapshot
  119. pause 10
  120. clearjournal
  121. endif
  122. if @injournal 'danger' 'system'
  123. headmsg 'Found an IDOC'
  124. snapshot
  125. playsound idoc.wav
  126. pause 10
  127. clearjournal
  128. endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement