From 426c794eec6b6ea6293a09adf5d646f7c56af30c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 7 Jun 2018 15:58:52 +0000 Subject: Update warp.txt --- npc/001-6/warp.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'npc/001-6/warp.txt') 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: -- cgit v1.2.3-60-g2f50