summaryrefslogblamecommitdiff
path: root/npc/functions/quest-debug/019-ArtisQuests_LazyBrother.txt
blob: d2ca14d5a6e6aa61f4e3e533f457231c9e8d0f6b (plain) (tree)




















                                                                
                         





                   
// Lazy brother quest debug
// Authors:
//    gumi

function	script	QuestDebug19	{
    do
    {
        clear;
        setnpcdialogtitle l("Quest debug");
        mes "ArtisQuests_LazyBrother";
        mes "---";
        mes l("Quest state: @@", getq(ArtisQuests_LazyBrother));
        next;

        GenericQuestDebug ArtisQuests_LazyBrother,
            l("Does not have the quest"), 0,
            l("Katja asked for help"), 1,
            l("Found bobo, didn't tell Katja"), 2,
            l("Told bobo to go home"), 3,
            l("Katja gave reward"), 4;

        if (@menuret < 0)
        {
            return;
        }

    } while (1);
}