diff options
Diffstat (limited to 'npc/002-1/doors.txt')
-rw-r--r-- | npc/002-1/doors.txt | 6 |
1 files changed, 4 insertions, 2 deletions
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; } |