Paste #19594: Edit of P#19591 - Edit of P#19589 - Edit of P#19587 - Edit of P#19585 - Edit of P#19584 - Edit of P#

Date: 2015/08/21 13:25:59 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


info:
    type: assignment
    actions:
        on assignment:
        - chat "I has been assigned!"
        - trigger name:proximity state:true
        - trigger name:click state:true

    Interact Scripts:
        - 10 interactScript

interactScript:
    type: Interact
    Steps:
        '1':
            click trigger:
                    Script:
                    - chat "Hi there, <player.name>!"



mytask:
    type: task
    script:
    - chat "Here, a book for you!"
    - give myfancybook

myfancybook:
    type: book
    title: My Fancy Book
    author: NotNotch
    text:
    - This is my book. There are many like it, but this one is mine!
    - Many <n>new <n> lines!
    - <p>Paragraphs, <p>too!