Advertisement
Atalkez

Untitled

Jul 19th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.41 KB | None | 0 0
  1. Loosing your pigeon, it flutters off to seek out (.+)\.$ -- perl
  2.  
  3. pigeonScouting = true
  4. monk.telepathy.fullsense.init()
  5.  
  6.  
  7. --prompt trigg
  8. setTriggerStayOpen("Pigeonsense Start", 0)
  9. pigeonScouting = false
  10. monk.telepathy.fullsense.finished()
  11.  
  12.  
  13. ^Your pigeon observes (.+) located at (.+)\.$  -- perl
  14. pigeontargetarea = matches[3]
  15. pigeontarget = matches[2]
  16. monk.telepathy.fullsense.add(matches[3], matches[2])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement