Paste #35302: Untitled Paste

Date: 2016/08/11 13:00:22 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16


bob_the_npc:
    type: assignment
    actions:
        on assignment:
        - trigger name:click state:true
        on click:
        - narrate "<green>Test<&co> Hello, world!"
    interact scripts:
    - 1 bob_the_npc_interact
bob_the_npc_interact:
    type: interact
    steps:
        1:
            click trigger:
                script:
                = chat "Hello, world."