Paste #19313: Edit of P#19311 - Edit of P#19304 - Edit of P#19300 - Denizen test

Date: 2015/08/13 07:47:37 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


AssignmentScript:
    type: assignment
    actions:
        on assignment:
        - TRIGGER name:proximity state:true
        - chat "Assigned!"
    Interact Scripts:
    - 1 Interact

Interact:
    type: interact
    steps:
        1:
            proximity:
                entry:
                    script:
                    - chat "Hello!"