diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-01 19:51:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-01 19:51:17 -0300 |
commit | 2604ed34371f2cda40c2e628dcca8883018ced91 (patch) | |
tree | fe4efa3527b298b6a6844c63ec5ca09ad3f93200 /npc/014-5-1/objects.txt | |
parent | f76bc898a606bd05b0b9a32ba42b1b80d8140f74 (diff) | |
download | serverdata-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/objects.txt')
-rw-r--r-- | npc/014-5-1/objects.txt | 3 |
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; } |