Paste #22286: Untitled Paste

Date: 2015/11/06 03:36:41 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


TheRecruiter:
    type: assignment
    interact scripts:
        0 PickYourSide
        10 Darkstorms
        15 GOL

    PickYourSide: 
        type: interact
        step:
    1:
        - random 3
        - chat <gold>[<green><npc.name><gold>]<white> Welcome To the World of Vrodling.!”
        - chat <gold>[<green><npc.name><gold>]<white> A purge is starting soon!”
        - chat <gold>[<green><npc.name><gold>]<white> It’s time to pick your side!”
        - ^zap 2

    2:
        - random 3
        - chat <gold>[<green><npc.name><gold>]<white> Good luck in your future endeavors!” 
        - chat <gold>[<green><npc.name><gold>]<white> To be a member of the Darkstorm, you have to prove yourself worthy!”
        - chat <gold>[<green><npc.name><gold>]<white> To be a member of the Guardians of light, you have to prove yourself worthy!”
        - chat <gold>[<green><npc.name><gold>]<white> To choose a side type GOL or DS in chat.” 

        chat trigger:
            ‘DS’:
                 trigger: I would like to be a member of DarkStorms, the no gooders!
            script:
                - ^zap ‘step:forealds’
            ‘GOL’:
                trigger: I would like to be a member of Guardians of light, the good guys!
            script:
                - ^zap ‘step:forealgol’

    ‘forealds’:
        script:
        - chat <npc.name> Are you sure you want to be a DarkStorms member?”
        - ^zap ‘step:DarkStorms’

    ‘forealgol’:
        script:
        - chat <npc.name> Are you sure you want to be a Guardians of light member?”
        - ^zap ‘step:GoL'


    ‘Gol’:
        script:
        - spawn npc location:<player.location> name:Lux invictus



    ‘DarkStorms’:
        script:
        - spawn npc “location:<player.location> name:Windsor
        - chat <grey>[DS]<black>Leader <red>Windsor:<white> So, you think you have what it takes to become a member of DarkStorms?”
        - chat <grey>[DS]<black>Leader <red>Windsor:<white> prove it! Kill one of our training robot’s that has the face of the Guardians of light!”
        - ^shoot npc “location:<player.location> name:Robotic GoL Member
        - ^ listen kill <npc.name:Robotic GoL Member>
        - ^zap ‘step:DShunt’



    ‘DShunt’:
        script:
        - ^flag player “+kill Robotic GoL Member:+”
        - narrate <gold>Quest Progress: <white>You have killed the <red>Robotic GoL Member<white>!”
        - ^if “<flag.p kill Robotic GoL Member>” > 1 runtask “SCRIPT:DSEnd”

DSend:
    type: task
    script:
        - group add DarkStorms
        - announce <gold><player.name><white> has joined the DarkStorms’ group, completed the first quest, and gained 1 quest point!”
        - ^flag player “+Quest Point:+”
        - ^flag player “+Achievement Points +”
        - narrate <gold>You have received 1 quest point!”
        - narrate <green>You have received 1 Achievement point!”
        - ^zap “step:Welcome to DarkStorms”


“Welcome to DarkStorms”:
    script:
        - random 2
        - chat <gold>[<green><npc.name><gold>]<white> You are now a member of DarkStorms! Please check back later for more quests!”
        - chat ““<gold>[<green><npc.name><gold>]<white> Congratulations on joining DarkStorms! more quests coming soon!”