Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. if not @findalias 'IDOC'
  2. headmsg 'set sign'
  3. promptalias 'IDOC'
  4. endif
  5. clickobject 'IDOC'
  6. if @injournal 'danger' 'system'
  7. sysmsg 'Found IDOC!!!!'
  8. snapshot
  9. pause 5000
  10. clearjournal
  11. stop
  12. endif
  13. pause 60000
  14. replay
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement