Advertisement
Mashai

Untitled

Jun 15th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. ^You sense (.+) at (.*)\.$
  2.  
  3. if hl.isEnemy(matches[2]) and gmcp.Room.Info.area=="Cyrene" then
  4. send("CLT8 I sensed " .. matches[2] .. " at " .. matches[3])
  5. end
  6. if hl.isEnemy(matches[2]) and partyMindnet== 1 then
  7. send("PT I sensed " .. matches[2] .. " at " .. matches[3])
  8. end
  9. if hl.isEnemy(matches[2]) and brotherMindnet== 1 then
  10. testvar = gmcp.Room.Info.area
  11. send("CLT11 I sensed " .. matches[2] .. " at " .. matches[3])
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement