Paste #13590: test

Date: 2015/02/04 07:29:59 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


cookass:
    type: assignment
    actions:
        on assignment:
        - trigger name:click trigger
        - trigger name:chat trigger
    interact scripts:
    - 10 cook
cook:
    tpye: interact
    steps:
        1:
            click trigger:
            - if "<player.has_flag[CTF1]>" {
              script:
                  - 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"
              }