summaryrefslogtreecommitdiff
path: root/npc/012-2/note.txt
blob: 721fe6c7e152e109dde23b2c3d2dd53b117cd1cb (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
28
29
// 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();
    next;
    if (.t > gettimetick(2))
        close;
    .t=gettimetick(2)+2;
    HallOfGMLog();
    close;

OnInit:
    .sex = G_OTHER;
    .distance = 3;
    .t=gettimetick(2);
    end;
}