Paste #803: Untitled Paste

Date: 2014/01/01 08:22:03 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


Starter:
    type: assignment

    Interact scripts:
    - 10 Welcome

    actions:
        on assignment:
        - TRIGGER name:click state:true 
        - TRIGGER name:chat state:true      

Welcome:
    type: interact
    steps:
        1:
            click tigger:
                script:
                    - chat "Welcome To the World of Archan Choose the Quest you want" 
                    - wait 1
                    - chat "Your Choices are"
                    - chat "Talk To Quests Priest, Warrior, or Mage-Hunter-Get the Magic Crystal"
                    - zap step 2 duration:10
        2:
            Chat trigger:
                1:    
                    trigger: I want to go talk to the /Priest/
                    script:
                    - chat "Ok he's in the church across the path"
                    - zap script: TalkToPriest
                2: 
                    trigger: I want to go talk to the /Warrior/
                    script:
                    - chat "Ok he's most likely fighting or in the inn"
                    - zap script: TalkToWarrior
                3: 
                    trigger: I want to go talk to the /Mage/
                    script:
                    - chat "Ok if you can find his tower send him my respects"
                    - zap script: TalkToMage
                4: 
                    trigger: I want to go /hunt/ing
                    script:
                    - chat "Ok go kill 10 cows, 5 pigs, and 5 zombies"
                    - zap script: Hunter
                5: 
                    trigger: I want to go get the magic /crystal/
                    script:
                    - chat "Ok i will teleport you to the house overrun by enemies you will have to battle your way through to the chest containing the crystal"
                    - zap script: Hunter