Paste #67685: Bob the npc

Date: 2020/04/18 20:46: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
19


bob_the_npc:
  type: assignment
  debug: true
  actions:
    on assigmnent:
    - trigger name:click state:true
    on click:
    - narrate "<green>Bob<&co> hi"
    interact scripts:
    - 1 bob_interact

bob_interact:
  type: interact
  debug: true
  steps:
      1:
        click trigger:
          script:
            - chat "Hello world"