Paste #64311: Prova

Date: 2020/01/19 13:05:59 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


quest_start: 
    type: assignment
    actions: 
        on assignment: 
          - trigger name: click state: true
        on click: 
          - chat "Ciao e benvenuto nella nostra città! Volevo darti questa armatura da Portare al Fabbro cittadino, ti va?"
    interact scripts: 
        - 1 quest_di_prova

quest_di_prova: 
    type: interact
    steps: 
        '1': 
            Chat Trigger:
               '1': 
                trigger: /si/...
                script:
                - chat "Perfetto, allora prendi e vai!"
                '2': 
                trigger: /no/...
                script:
                - chat "Mi dispiace"