Paste #62507: Untitled Paste

Date: 2019/12/04 17:59:11 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


testscript:
    type: assignment
    actions:
            on assingment:
            - trigger name:click state:true
            on click:
        interact scripts:
        - testinteract

testinteract:
    type: interact
    steps:
        1:
            click trigger:
            script:
            - chat "Do you want to accept this quest"
            - zap 2

            chat trigger:
                1:
                    trigger: /Yes/
                    script:
                    - chat "Thanks"
                2:
                    trigger: /No/
                    script:
                    - chat "That's alright"
        2:
            click trigger:
            script:
            - chat "Ok"
            - zap 1