summaryrefslogtreecommitdiff
path: root/npc/001-6
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-07 15:58:52 +0000
committerJesusaves <cpntb1@ymail.com>2018-06-07 15:58:52 +0000
commit426c794eec6b6ea6293a09adf5d646f7c56af30c (patch)
tree98377dcebd519be514a31f5916c0031e0f7af63d /npc/001-6
parent7cf16a189c66d3e0ab3418afa2f69df9f2f9b81e (diff)
downloadserverdata-426c794eec6b6ea6293a09adf5d646f7c56af30c.tar.gz
serverdata-426c794eec6b6ea6293a09adf5d646f7c56af30c.tar.bz2
serverdata-426c794eec6b6ea6293a09adf5d646f7c56af30c.tar.xz
serverdata-426c794eec6b6ea6293a09adf5d646f7c56af30c.zip
Update warp.txt
Diffstat (limited to 'npc/001-6')
-rw-r--r--npc/001-6/warp.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/001-6/warp.txt b/npc/001-6/warp.txt
index 3e0607eb7..35ff5613c 100644
--- a/npc/001-6/warp.txt
+++ b/npc/001-6/warp.txt
@@ -14,10 +14,12 @@ OnTouch:
end;
OnWarper:
- if (isin("001-6", 159, 157, 159, 157) && ispcdead()==0 )
+ if (isin("001-6", 159, 157, 159, 157)) {
+ if (!ispcdead())
warp "soren", 179, 76;
- else
+ } else {
dispbottom l("Failed to warp to Soren Village.");
+ }
end;
OnInit: