Paste #10907: Untitled Paste

Date: 2014/11/01 15:09:50 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


ModerateScript:

  Type: Interact
  actions:
        on assignment:
            - trigger name:chat toggle:true
            - trigger name:click state:true
 Requirements:

    Mode: Any 1

    List:

    - script finished ‘script:ModerateScript’

  Steps:

      1:

        Chat Trigger:

            1:

              Trigger: /Hello/, I world like to learn about how to set up a res!
              Script:
              - CHAT Hey, <player.name>! I can help you what world you like to learn about? 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)! 

      2:

        Chat Trigger:

          1:

            Trigger: I’ll like to learn how to /create/ a residence!
            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!"
            - WAIT 2
            - CHAT "Then do ./res select vert (this command makes sure it is protected from bedrock to sky!)"
            - WAIT 2
            - CHAT "Now all thats let to do make the actually town do ./res create (nameofresidence)"
            - WAIT 2
            - CHAT "Thats how you make a residence enjoy!"
            - FINISH
        3:
            Chat Trigger:
                1:
                    Trigger: I’ll like to learn how to add a /friend/ to my residence!
                    script:
                    - CHAT "Okay si this is how you add a friend to your residence"
                    - WAIT 2
                    -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)"
                    - FINISH
        4:
            Chat Trigger:
                1:
                    Trigger: I’ll like to learn how to set /flags/ in my residence!
                    script:
                    - CHAT "There are a lot of different flags you can use in your residence."
                    - WAIT 2
                    - CHAT "How to make lava/water flow ./res set flow true"
                    - WAIT 2
                    - CHAT "How to make mobs turn off ./res set monsters true"
                    - WAIT 2
                    - 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!)" 
                    - FINISH