Paste #13587: test

Date: 2015/02/04 07:19:42 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10


click trigger:
                script:
                - if "<player.has_flag[CTF1]>" {
                  - chat "Would you like to hear our menu <player.name>, if so just say Menu"
                } else {
                - random 3
                - chat "<red>Dont you have citizens around the realm you could be helping"
                - chat "<red>You have not won the Emporors Favor yet!"
                - chat "<red>You may want to talk to the Chef"
                }