Paste #19317: Edit of P#19300 - Denizen test

Date: 2015/08/13 08:01:10 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


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

        Interact Scripts:
        - 10 MyInteractScript

MyInteractScript:
    type: Interact
    Steps:
        3:
            Proximity trigger:
                Entry:
                    Script:
                    - chat "Hi there, <player.name>!"
                    - run mytask