Advertisement
Mashai

Untitled

Jun 15th, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. 0 ^You see that (.+) is at (.+)\.$ /perl regex\
  2. 1 From your knowledge, that room is in (.*) /substring\
  3.  
  4. if clanLocate == 1 then
  5. send("CLT8 I sensed " .. matches[2] .. " at " .. matches[3])
  6. end
  7. if partyMindnet == 1 then
  8. send("PT I sensed " .. matches[2] .. " at " .. matches[3])
  9. end
  10. if brotherMindnet == 1 then
  11. send("CLT11 I sensed " .. matches[2] .. " at " .. matches[3])
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement