diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-07 15:58:52 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-07 15:58:52 +0000 |
commit | 426c794eec6b6ea6293a09adf5d646f7c56af30c (patch) | |
tree | 98377dcebd519be514a31f5916c0031e0f7af63d | |
parent | 7cf16a189c66d3e0ab3418afa2f69df9f2f9b81e (diff) | |
download | serverdata-426c794eec6b6ea6293a09adf5d646f7c56af30c.tar.gz serverdata-426c794eec6b6ea6293a09adf5d646f7c56af30c.tar.bz2 serverdata-426c794eec6b6ea6293a09adf5d646f7c56af30c.tar.xz serverdata-426c794eec6b6ea6293a09adf5d646f7c56af30c.zip |
Update warp.txt
-rw-r--r-- | npc/001-6/warp.txt | 6 |
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: |