view data/npcs/fishmonger.json @ 247:8c0c132b422f

Button widget for cutscene
author Stefano Rivera <stefano@rivera.za.net>
date Thu, 07 Apr 2011 19:25:48 +0200
parents df306bfd632e
children 2844edb6c1cc
line wrap: on
line source

{
    "start" : {
        "events" : [
            { "matches" : "world.all_fishmonger_demons_dead", "next": "state.saved" }
        ]
    },
    "saved" : {
        "text" : "Thank the deities, I am saved! If you ever need some fish, my fox friend, I’m your man.",
        "auto_next": "state.salmon"
    },
    "salmon" : {
        "text" : "Here you go, fox. A delicious fresh salmon – I caught it just this morning.",
        "auto_next": "state.happy"
    },
    "happy" : {
    }
}