Paste #1986: Untitled Paste

Date: 2014/02/11 16:27:26 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


FollowClickAssignment:
    type: assignment
    interact scripts:
    - 10 FollowClick
FollowClick
    type: interact
    steps:
        1:
            click trigger:
                script:
                - follow target:<player.name>
                - zap step:2
        2:
            click trigger:
                script:
                - follow stop
                - zap step:1