Paste #18597: Did i indent less right?

Date: 2015/07/24 20:32:39 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


bob_the_npc: 

    type: assignment 

    actions: 

        on assignment: 

        - trigger name:click state:true 

        on click: 

        - narrate "<green>Bob<&co> hi" 

interact scripts:         
- 1 bob_the_npc_interact

bob_the_npc_interact: 

    type: interact 

    steps: 
        1: 
            click trigger: 

                script: 

                - chat "Hello World!" 

                chat trigger: 
                    1: 

                         trigger: /Hello/ 

                         script: 

                         - chat " Hello there"