summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/001-1/doors.txt27
-rw-r--r--npc/001-2-15/_warps.txt2
2 files changed, 29 insertions, 0 deletions
diff --git a/npc/001-1/doors.txt b/npc/001-1/doors.txt
index 19589a8b..d31a9099 100644
--- a/npc/001-1/doors.txt
+++ b/npc/001-1/doors.txt
@@ -166,3 +166,30 @@ OnInit:
setnpcdistance 5;
end;
}
+
+001-1,132,67,0 script #Warp7 32767,0,0,{
+OnTouch:
+ warp "001-2-15", 34, 45;
+ close;
+
+OnUnTouch:
+ doevent "npc1::OnUnTouch";
+}
+
+001-1,132,67,0 script #Door7 906,3,3,{
+ close;
+
+OnTouch:
+ doorTouch;
+
+OnUnTouch:
+ doorUnTouch;
+
+OnTimer340:
+ doorTimer;
+
+OnInit:
+ setnpcsex G_MALE;
+ setnpcdistance 5;
+ end;
+}
diff --git a/npc/001-2-15/_warps.txt b/npc/001-2-15/_warps.txt
index 58f4eba3..05babb64 100644
--- a/npc/001-2-15/_warps.txt
+++ b/npc/001-2-15/_warps.txt
@@ -1 +1,3 @@
// 001-2-15
+
+001-2-15,34,46,0 warp To Artis#001-2-15 0,0,001-1,132,68