summaryrefslogtreecommitdiff
path: root/npc/014-5-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-01 19:51:17 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-01 19:51:17 -0300
commit2604ed34371f2cda40c2e628dcca8883018ced91 (patch)
treefe4efa3527b298b6a6844c63ec5ca09ad3f93200 /npc/014-5-1
parentf76bc898a606bd05b0b9a32ba42b1b80d8140f74 (diff)
downloadserverdata-2604ed34371f2cda40c2e628dcca8883018ced91.tar.gz
serverdata-2604ed34371f2cda40c2e628dcca8883018ced91.tar.bz2
serverdata-2604ed34371f2cda40c2e628dcca8883018ced91.tar.xz
serverdata-2604ed34371f2cda40c2e628dcca8883018ced91.zip
Move 015-8 to an instance (what)
Diffstat (limited to 'npc/014-5-1')
-rw-r--r--npc/014-5-1/objects.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/014-5-1/objects.txt b/npc/014-5-1/objects.txt
index ed3520924..72dae0794 100644
--- a/npc/014-5-1/objects.txt
+++ b/npc/014-5-1/objects.txt
@@ -32,7 +32,8 @@ OnInit:
mesc l("Enter though the window to the secret caves?");
next;
if (askyesno() == ASK_YES) {
- warp "015-8", 99, 178;
+ .@mapn$="sgt2@"+getcharid(0);
+ warp .@mapn$, 99, 178;
closeclientdialog;
end;
}