Paste #34357: Test Bob

Date: 2016/06/19 15:52:13 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


TestBob:
    type: assignment
    actions:
        on assignment:
            - trigger name:proximity state:true radius:3
    interact scripts:
    - 1 TestBobInteract
TestBobInteract:
    type: interact
    steps:
        1:
            proximity trigger:
                entry:
                    script:
                    - chat "You've entered."
                exit:
                    script:
                    - chat "You've exited."
                move:
                    script:
                     - chat "You're moving."