summaryrefslogtreecommitdiff
path: root/npc/functions/quest-debug/056-General_Brotherhood.txt
blob: 07fe568f78de90bc7d005df75c47c77785f53bdb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// Mona quest debug
// Authors:
//    gumi
//    monwarez
//    jesusalva

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

        GenericQuestDebug General_Brotherhood,
            l("Does not have the quest"), 0,
            l("Contacted by Sopiahalla"), 1;

        if (@menuret < 0)
        {
            return;
        }

    } while (1);
}