Paste #37715: Untitled Paste

Date: 2016/11/17 09:53:31 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


myAssignmentScript:
  type: assignment
  actions:
    on assignment:
    - trigger name:chat toggle:true
    - trigger name:click toggle:true
    - trigger name:damage toggle:true
    - lookclose toggle:true
    on click:
    - if <player.has_flag[npc_cooldown]> queue clear
    - flag <player> npc_cooldown duration:30s
    - narrate "You have awoken naked on an island!"
    - narrate "<------------------------------------>"
    - wait 3
    - chat "Welcome to Escape Island <player.name>"
    - narrate "Thunderuous applase from nowhere"
    - Wait 2
    - chat "The number one rated gamshow in GeeksCraft"
    - chat "Im your host Richard Nogin"
    - narrate "Host looks you up and down"
    - wait 4
    - chat "Looking good <player.name> See me after the show ;)"
    - wait 3
    - chat "Drmatic music Starts"
    - chat "You must use your wits to excape the island."
    - wait 1
    - chat "But be warned <player.name> danger and death lurk around every turn!!"
    - wait 1
    - narrate "Dun Dun Dunnnnnnnn !!!!!!"
    - wait 3
    - chat "Are you ready to begin your challenge <player.name>?"
    - wait 2
    - narrate "Type YES or NO in chat"
    - narrate "or if your a cry baby type hint"
    on chat:
    - if <player.has_flag[npc_cooldown]> queue clear
    - flag <player> npc_cooldown duration:15s
    1:
        trigger: /regex:.+/
        script:
        - chat "<player.name> clearly does not listen well."
        - wait 2
        - chat "Should make for an intresting show folks!"
        - narrate "Type YES or NO in chat"
    2:
        trigger: /no/, I'm not ready.
        cript:
        - chat "Take your time <player.name> I have all day.."
        - wait 1
        - chat "Im an NPC and they forgot to program my walk path :("
        - wait 1
    3:
        trigger: /hint/
        script:
        - chat "{Pulls evelope from pocket}"
        - wait 2
        - chat "Ok todays hint for the cry baby unwilling to even try and play our game"
        - wait 2
        - chat "Brought to you by GeeksExchange.ca"
        - wait 4
        - chat "Don't die...."
        - wait 3
        - chat "Some wonderful advice from this weeks sponsor"
    4:
        trigger: I want to /fuck/ you Richard
        script:
        - chat "I'm not sure if the sponsors will let us do that on camera.."
        - wait 2
        - chat "{puts hand to ear to listen to ear peice}"
        - wait 6
        - chat "Getting word now..."
        - wait 3
        - chat "sponsors say not on camera..."
        - wait 2
        - chat "but see me after the show you sexy beast ;)"
    5:
        trigger: I want to /suck/ your [TV EDIT] Richard
        script:
        - chat "I'm not sure if the sponsors will let us do that on camera.."
        - wait 2
        - chat "{puts hand to ear to listen to ear peice}"
        - wait 6
        - chat "Getting word now..."
        - wait 3
        - chat "sponsors say not on camera..."
        - wait 2
        - chat "but see me after the show you sexy beast ;)"
    6:
        trigger: /maybe/
        script:
        - chat "Do or do not there is no try!"
    7:
        trigger: /credits/
        script:
        - narrate "Written by madmaty"
    8:
        trigger: /Yes/, I'm Ready.
        script:
        - if <player.has_flag[done-quest1-0]> {
        - zap step:2
        }
        - flag <player> done-quest1-0
        - chat "Then choose which levers in this room you want to pull."
        - wait 1
        - chat "Monsters will spawn in the room once you leave."
        - wait 1
        - chat "It will not be easy to reenter, so make your choices wisely!"
        - wait 1
        - chat "And put on some pants FFS !!"
        - GIVE 300 QTY:1
    Damage Trigger:
        Script:
        - CHAT "OUCH, You'll pay for that!"