summaryrefslogblamecommitdiff
path: root/npc/012-2/note.txt
blob: 471792c9ea2518519211c565ab31452d114ec063 (plain) (tree)

























                                                                                    
// TMW2 Script.
// Author:
//    Jesusalva
// Description:
//    Lena
// Variables:
//      $HELENA_ST
//          Tracks how many set of Treasure Keys were given by all players thus far.
//          Affects beer prices on Hurnscald.
//      HurnscaldQuest_Bandits
//          q1 -> Current status
//          q2 -> Treasure Key Timer
//          q3 -> Bandit Hood Timer

012-2,40,41,0	script	Note#012-2	NPC_NO_SPRITE,{
    HallOfSponsor();
    if (!is_staff())
        close;
    HallOfGMLog();
    close;

OnInit:
    .sex = G_OTHER;
    .distance = 3;
    end;
}