Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PATTERNS:
- ^(\w+) has just entered the portal\.$
- ^(\w+) steps through the portal and disappears!
- ^(\w+) disappears through a flaming portal\.$
- ^(\w+) is consumed by the yawning darkness of the darkness\.$
- ^(\w+) steps into the portal. The black liquid embraces
- CODE:
- if (matches[2] == msdp.GROUP_LEADER) then
- send("enter portal")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement