diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-23 19:45:26 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-23 19:45:26 -0300 |
commit | 07d4122a9da62bc05b555369040cae4730ca6035 (patch) | |
tree | 16ab37ce5d26c8beb1001eefe74ef00327fef137 /npc/002-2/doors.txt | |
parent | bb79e6610575c7a359ddec77e3182e4c430badd4 (diff) | |
download | serverdata-07d4122a9da62bc05b555369040cae4730ca6035.tar.gz serverdata-07d4122a9da62bc05b555369040cae4730ca6035.tar.bz2 serverdata-07d4122a9da62bc05b555369040cae4730ca6035.tar.xz serverdata-07d4122a9da62bc05b555369040cae4730ca6035.zip |
Instance Nard's ship. This may have crazy side-effects with savepoints
Diffstat (limited to 'npc/002-2/doors.txt')
-rw-r--r-- | npc/002-2/doors.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/002-2/doors.txt b/npc/002-2/doors.txt index 09317360d..d22e02669 100644 --- a/npc/002-2/doors.txt +++ b/npc/002-2/doors.txt @@ -30,7 +30,10 @@ L_Warn: close; L_Warp: - warp "002-1", 72, 36; + if (LOCATION$ == "") + warp "002-1", 72, 36; + else + warp "002-1@"+LOCATION$, 72, 36; closeclientdialog; close; } |