From c2f9fd0c82194f8e0cc8af29c5ba56369171ee30 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 2 Apr 2018 13:57:14 -0300 Subject: Controlled warp to Guard House (untested) --- npc/003-1/lieutenantdausen.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'npc/003-1') diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 6f1daadaf..4c537ead4 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -784,3 +784,17 @@ OnInit: .distance = 3; end; } + + +003-1,114,83,0 script #tulim-guardhouse NPC_HIDDEN,0,0,{ + end; + +OnTouch: + if (countitem(TulimsharGuardCard) >= 1) goto L_Warp; + dispbottom l("Only Tulimshar Guards are allowed in this building."); + end; + +L_Warp: + warp "003-10", 42, 79; + end; +} -- cgit v1.2.3-70-g09d2