diff options
Diffstat (limited to 'npc/quests/gunslinger_quests.txt')
-rw-r--r-- | npc/quests/gunslinger_quests.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/npc/quests/gunslinger_quests.txt b/npc/quests/gunslinger_quests.txt index 7fbcc4ada..b4f937fca 100644 --- a/npc/quests/gunslinger_quests.txt +++ b/npc/quests/gunslinger_quests.txt @@ -165,4 +165,26 @@ L_Already: mes "So how do you like";
mes "my gun?";
close;
+}
+
+// NPC locations, working on implementing them
+
+que_ng.gat,187,149,3 script Kenny 83,{
+ end;
+}
+
+que_ng.gat,187,156,3 script Tony 86,{
+ end;
+}
+
+que_ng.gat,187,163,3 script Ingrid 744,{
+ end;
+}
+
+que_ng.gat,185,180,3 script Vanessa 726,{
+ end;
+}
+
+que_ng.gat,149,178,5 script N.A 744,{
+ end;
}
\ No newline at end of file |