From ece93a2e519d7c7955dcac8739a741d73d560763 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 20 Sep 2018 00:25:21 -0300 Subject: This will act as a glue for a while, but must be properly replaced. --- npc/002-1/doors.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'npc/002-1') diff --git a/npc/002-1/doors.txt b/npc/002-1/doors.txt index 14b32518b..cb9a27cc4 100644 --- a/npc/002-1/doors.txt +++ b/npc/002-1/doors.txt @@ -9,7 +9,9 @@ OnTouch: if (LOCATION$ == "") warp "002-3", 42, 26; - else + else if (LOCATION$ == "Tulim" || LOCATION$ == "Candor") warp "002-3@"+LOCATION$, 42, 26; - close; + else + LOCATION$=any("Candor", "Tulim"); + end; } -- cgit v1.2.3-70-g09d2