Paste #18693: Untitled Paste

Date: 2015/07/26 12:31:19 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


ManofHo:
 Type: World
 Events:
     on player logs in (for the first time):
     - execute as_op "Warp test"

Creation:
 Type: Assignment
 Interact Scripts:
 - 1 Best

Best:
 Type: Interact
 Steps:
     1:
         Click Trigger:
             Script:
             - chat "Hi <player.name>"
             - chat "You are not op Dont complain"
             - chat "This is a survival deathmatch"
             - chat "When you get killed you get banned"
             - chat "Until we have a winner"
             - chat "Winner choses the next theme of the server"
             - chat "We will be using bending and Harry potter in hogwarts"
             - chat "lets start!"
             - chat "Say Bender or Wizard"
             - zap 2
     2:
         Chat Trigger:
             1:
                 Trigger: I would like to be a /Bender/
                 Script:
                 - chat "Ok Get ready for a random bending"
                 - random {
                     - execute as_op "bending choose air"
                     - execute as_op "bending choose fire"
                     - execute as_op "bending choose water"
                     - execute as_op "bending choose earth"
                 }
                 - chat "Now say your name"
                 - zap 3
     3:
         Chat Trigger:
             1:
                 Trigger: /regex:.+/
                 Script:
                 - chat "Your name is <context.keyword>? (yes or no)"
                 - zap 4
    4:
        Chat Trigger:
            1:
                Trigger: /Yes/
                Script:
               - chat "Alright say your name again"
               - zap 5
    5:
         Chat Trigger:
             1:
                 Trigger: /regex:.+/
                 Script:
                 -