Paste #41505: baltazar_startowy_npc:

Date: 2017/04/22 14:14:06 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
20
21


type: assignment
actions:
on assignment:
- trigger name:click state:true
on click:
- narrate: "Bob: Elo
interact scripts:
- 1 baltazar_startowy_npc_interact

baltazar_startowy_npc_interact:
type: interact
steps:
1:
click trigger:
script:
- chat "Hello World"
chat trigger:
1:
trigger: /Hello/
script:
- chat "Hello World"