Paste #45680: Edit of P#45679 - Untitled Paste

Date: 2017/11/25 08:29:25 UTC-08: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


myassignment:
       type: assignment:
       actions:
              on assignment:
              - trigger name:proximity state:true radius:3
       interact scripts:
       - 10 myinteract
myinteract: 
       type:interact
       steps:
             1:
                   proximity trigger:
                                 entry:
                                           script:
                                           - chat "hello"
                                 move:
                                            script:
                                            - chat "bye"
                                 exit:
                                            script:
                                            - chat "ciao ciao player!"