summaryrefslogtreecommitdiff
path: root/npc/017-3/doug.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/017-3/doug.txt')
-rw-r--r--npc/017-3/doug.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/017-3/doug.txt b/npc/017-3/doug.txt
index a7d2643fc..30e28e392 100644
--- a/npc/017-3/doug.txt
+++ b/npc/017-3/doug.txt
@@ -4,9 +4,10 @@
// Jesusalva
// Saulc
// Description:
-// Permanently repeatable quest, without any special limit
+// Weekly Quest
017-3,68,87,0 script Doug NPC_PLAYER,{
+ close; // Disabled
mesn;
mesq l("This room is too dark. I want to brighten it up.");
next;
@@ -32,6 +33,7 @@
OnInit:
.@npcId = getnpcid(0, .name$);
+ setunitdata(.@npcId, UDT_HEADTOP, FancyHat);
setunitdata(.@npcId, UDT_HEADMIDDLE, CreasedShirt);
setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes);
setunitdata(.@npcId, UDT_WEAPON, JeansShorts);