summaryrefslogblamecommitdiff
path: root/npc/functions/quest-debug/012-ShipQuests_Gulukan.txt
blob: fac7ccded77f871217554fff5aff72beac218f4b (plain) (tree)
























                                                           
// Part of Gugli quest debug
// Author:
//    gumi

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

        GenericQuestDebug ShipQuests_Gulukan,
            l("Does not have the quest"), 0,
            l("Got the package"), 1;

        if (@menuret < 0)
        {
            return;
        }

    } while (1);
}