Paste #42956: Untitled Paste

Date: 2017/07/09 22:03:37 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


Whitebridge_InnKeeper:
    type: assignment
    actions:
        on assignment:
            - trigger name:click state:true
        on click:
            - narrate "InnKeeper Hello, how many I help you?"
    interact scripts:
    - 1 Whitebridge_InnKeeper_interact

Whitebridge_InnKeeper_interact:
    type: interact
    steps:
        1:
            click trigger:
                script:
                - narrate 'Do you need help with <proc[msgChat].context[jobs|Do you have any jobs?|Click here to ask about jobs!]>, the <proc[msgChat].context[inn|How did this inn come to be?|Click here to ask about the inn!]>, or <proc[msgChat].context[poop|Wheres the potty?|Click here to find a bathroom!]>?'
            chat trigger:
                1:
                    trigger: /jobs/
                    script:
                    - narrate "InnKeeper I dont have any jobs right now. Ask the guests here at the Inn someone might have a job for you!"
                2:
                    trigger: /inn/
                    script:
                    - narrate "InnKeeper ADD STORY HERE LATER"
                3:
                    trigger: /poop/
                    script:
                    - narrate "InnKeeper Over by the main desk!"