diff options
-rw-r--r-- | npc/001-6/warp.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/001-6/warp.txt b/npc/001-6/warp.txt index 35ff5613c..ceb19c8d8 100644 --- a/npc/001-6/warp.txt +++ b/npc/001-6/warp.txt @@ -9,11 +9,15 @@ end; OnTouch: + if (@SorenWarpOnline == 1) + end; dispbottom l("Loading warp, be at this spot in 15 seconds."); + @SorenWarpOnline=1; addtimer 15000, "Soren Village::OnWarper"; end; OnWarper: + @SorenWarpOnline=0; if (isin("001-6", 159, 157, 159, 157)) { if (!ispcdead()) warp "soren", 179, 76; |