Title | Untitled Paste |
Type | Denizen Script |
Date | 2014/01/01 20:10:33 UTC-08:00 |
By | Guest |
Other | |
Paste |
PlayerLogsIn:
type: world events: on player login: - run locally 'pvp_talker' on player chats: - if <context.message> contains 'yes' { - announce "[world]<<><&e>[Recruit]<&f>Bob<>> Ok. Im at the PvP arena. Use the portal at spawn." } - if <context.message> contains 'no' { - announce "[world]<<><&e>[Recruit]<&f>Bob<>> Maybe next time!" } pvp_talker: - wait 10-30 - announce "[world]<<><&e>[Recruit]<&f>Bob<>> Hey <player.name>! Want to PvP?" |
Raw | Raw |