Paste #19587: Edit of P#19585 - Edit of P#19584 - Edit of P#19583 - hello script

Date: 2015/08/21 11:38:23 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


info:
    type: assignment
    actions:
        on assignment:
        - chat "I has been assigned!"
        - trigger name:proximity state:true
        - trigger name:click state:true

Interact Scripts:
    - 10 interactScript

interactScript:
    type: Interact
    Steps:
        '1':
            click trigger:
                Entry:
                    Script:
                    - chat "Hi there, <player.name>!"