diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 14 |
1 files changed, 14 insertions, 0 deletions
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; +} |