summaryrefslogtreecommitdiff
path: root/npc/000-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1')
-rw-r--r--npc/000-1/exit.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/000-1/exit.txt b/npc/000-1/exit.txt
index a3c4f6c7..4c8f167e 100644
--- a/npc/000-1/exit.txt
+++ b/npc/000-1/exit.txt
@@ -8,11 +8,14 @@
OnTouch:
OnTalk:
OnTalkNearby:
+ if (LOCATION$ != "") goto L_ToLoc;
if (Sex)
warp "029-2", 25, 24;
else
warp "029-2", 22, 24;
end;
-
+L_ToLoc:
+ ReturnTown();
+ end;
}