diff options
-rw-r--r-- | npc/001-1/doors.txt | 27 | ||||
-rw-r--r-- | npc/001-2-18/_warps.txt | 2 |
2 files changed, 28 insertions, 1 deletions
diff --git a/npc/001-1/doors.txt b/npc/001-1/doors.txt index 6f398571..16765d0a 100644 --- a/npc/001-1/doors.txt +++ b/npc/001-1/doors.txt @@ -436,3 +436,30 @@ OnInit: setnpcdistance 5; end; } + +001-1,182,74,0 script #Warp17 32767,0,0,{ +OnTouch: + warp "001-2-18", 39, 35; + close; + +OnUnTouch: + doevent "#Door14::OnUnTouch"; +} + +001-1,182,74,0 script #Door17 906,2,3,{ + close; + +OnTouch: + doorTouch; + +OnUnTouch: + doorUnTouch; + +OnTimer340: + doorTimer; + +OnInit: + setnpcsex G_MALE; + setnpcdistance 5; + end; +} diff --git a/npc/001-2-18/_warps.txt b/npc/001-2-18/_warps.txt index 7d6223c9..86e8543c 100644 --- a/npc/001-2-18/_warps.txt +++ b/npc/001-2-18/_warps.txt @@ -1,2 +1,2 @@ // 001-2-18 -001-2-18,39,36,0 warp ToArtis#001-2-18 0,0,001-1,182,76 +001-2-18,39,36,0 warp ToArtis#001-2-18 0,0,001-1,182,75 |