Paste #31730: Quest

Date: 2016/03/18 09:26:57 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14


quest_tester:
    type: task
    script:
    - choose <yaml[quests].read[1_Quest.Events].as_list.get[1].char_at[2]> {
        - case "P" {
            - narrate format:FormatP "<yaml[quests].read[1_Quest.Events].get[1].after[<&rb> ]>
        }
        - case "N" {
            - narrate format:FormatN "<yaml[quests].read[1_Quest.Events].get[1].after[<&rb> ]>"
        }
        - default {
            - narrate format:Error "Error tuli 1_Questis-is, palun teate juhtkonnale."
        }
    }