Advertisement
cnl_cnl_cnl

Untitled

Sep 2nd, 2023
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. PATTERNS:
  2. ^(\w+) has just entered the portal\.$
  3. ^(\w+) steps through the portal and disappears!
  4. ^(\w+) disappears through a flaming portal\.$
  5. ^(\w+) is consumed by the yawning darkness of the darkness\.$
  6. ^(\w+) steps into the portal. The black liquid embraces
  7.  
  8. CODE:
  9. if (matches[2] == msdp.GROUP_LEADER) then
  10. send("enter portal")
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement