From 56b3b9e8dd9fd55594c20ed2c8a0c01f41ad4c4c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 8 Aug 2018 10:42:32 -0300 Subject: Note on the Bar which makes more sense imo. --- npc/012-2/note.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 npc/012-2/note.txt (limited to 'npc/012-2/note.txt') diff --git a/npc/012-2/note.txt b/npc/012-2/note.txt new file mode 100644 index 000000000..471792c9e --- /dev/null +++ b/npc/012-2/note.txt @@ -0,0 +1,26 @@ +// 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; +} -- cgit v1.2.3-70-g09d2