Paste #10464: ddaf

Date: 2014/10/14 15:14:35 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


'NpcAassign':
    Type: Assignment

    Actions:
        on assignment:
        - trigger name:chat toggle:true cooldown:1
    Interact Scripts:
    - NPCA



'NPCA':
    Type: Interact
    Steps:
        'Intro':
            Click Trigger:
                script:
                - narrate "<red><npc.name><&co><white> Hello, I am <npc.name>"
                - narrate "<red><npc.name><&co><white> I need you to go talk to NPC B."
                - zap s@NPC_B step:'TalkedtoA'

        'TalkedtoB':
            Click Trigger:
                script:
                - narrate "<red><npc.name><&co><white> Thanks for talking to him"