Paste #41067: Untitled Paste

Date: 2017/03/30 13:15:28 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
17
18


bob:
  type: assignment
  actions:
    on assignment:
      - trigger name:click state:true
    on click:
      - narrate "Hola amigo!"
    interact scripts:
      - 1 bob_interact


bob_interact:
  type: interact
  steps:
    1:
      click trigger:
        script:
          - narrate "hello world"