Paste #10435: test

Date: 2014/10/12 14:21:15 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


scriptypoo:
    type: assignment
    actions:
        on assignment:
       - trigger name:click state:true
        on click:
       - narrate "<player.health> is low you weakling"
        interact scripts:
       - 1 teleporter

teleporter:
    type: interact
    steps:
        1:
            click trigger:
                script:
               - chat "hello there"
            chat trigger:
                1:
                    trigger: /hello/
                    script:
                   - chat "hey"