Paste #29171: Edit of P#29167 - MrManu varriables - 2

Date: 2016/01/26 11:31:11 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


AristoteQuest:
    type: assignment
    interact scripts:
        - 1 AristoteMain

AristoteMain:
    type: interact
    steps:
        1:
            click trigger:
                script:
                - engage
                - narrate "<npc.name> //works"
                - define message "My custom message."
                - run RealisticChat def:<npc.name>|<def[message]>
                - disengage 

RealisticChat:
    type: task
    debug: false
    script:
        - narrate "<def[1]><&co> <def[2]>"