Paste #19780: shadowsassign

Date: 2015/08/28 20:25:16 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


ShadowsAssignment:
    type: assignment
    actions:
        on assignment:
        - chat "I have been assigned"
        - trigger name:click toggle:true
        - trigger name:proximity toggle:true


        on click: 
        - chat "please dont touch me. you can talk to me without touching me."
        on proximity:
            enter:
                script:
                - narrate "hey you over here i need your help!"
    interact scripts:
    - 10 Shadows
Shadows:
    type: interact
    steps:
        1:
            proximity trigger:
                enter:
                    script:
                    - chat "hey you over there. come here and help me with something. "





        2:
            - if <l@location.find.players.within[<6.6>]> {
            - chat "hey you over here....I know you. Your name is <player.name>"
                }