Advertisement
Guest User

Use Gate

a guest
Mar 19th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. if @findtype 0xf6c 'any' 'ground' 1 2
  2. headmsg 'Using Gate' 80
  3. useobject! 'found'
  4. if @inregion 'guards'
  5. waitforgump 3716879466 2000
  6. replygump 3716879466 1
  7. endif
  8. else
  9. headmsg 'Too Far' 24
  10. endif
  11. if @findtype 0x4bcb 'any' 'ground' 1 1
  12. sysmsg 'Moongate found' 80
  13. useobject! 'found'
  14. waitforgump 0xdd8b146a 15000
  15. replygump 0xdd8b146a 1
  16. endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement