Paste #10801: Untitled Paste

Date: 2014/10/28 00:44:05 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


test:
    type: assignment
    actions:
        on assignment:
        - trigger name:click state true
        on click:
        - chat ""
    interact scripts:
    - 1 test_interact

test_interact:
        type: interact
        steps:
            1:
                proximity trigger:
                    Entry:
                    script:
                    - chat "Hey <player.name>! What would you like to learn about the residence plugin? If so right click me!"
            click trigger:
                    script:
                    - chat "1. how to creating a residence? (say create) 2. Adding a Friend to your residence? (say friend) 3. How to set and use flags? (say Flags)"
            chat trigger:
                1:
                    trigger: /create/
                    script:
                    - chat "To create a residence you will need to 1 bone. Once you have a bone left click on 1 corner of the residence. After that click the 2nd corner of the residence but make sure it is across from the 1st point!"
                    - chat "Then do ./res select vert (this command makes sure it is protected from bedrock to sky!)"
                    - chat "Now all thats let to do make the actually town do ./res create (nameofresidence)"
                    - chat "Thats how you make a residence enjoy!
                    - zap step:1
                2:
                    trigger: /friend/
                    script:
                    - chat "Here I would show you how to add your friends on to your residence!"
                    - chat "All you have to do is ./res pset (playername) trusted true (this gives them perms to do everything with you on your residence to be careful who you trust)"
                    - zap step:1
               3:
                    trigger: /flags/
                    script:
                    - chat "There are a lot of different flags you can use in your residence."
                    - chat "How to make lava/water flow ./res set flow true"
                    - chat "How to make mobs turn off ./res set monsters true"
                    - chat "Those are some of them if you want to find the other ones do this command ./res flags ?"(don't for the ? its part of the command!)"
                    - zap step:1