From 8c9f076e4ba114ab1d54e226a8f30e1819e4f90b Mon Sep 17 00:00:00 2001 From: Reid Date: Sun, 28 Oct 2012 22:36:44 +0100 Subject: Fix the OnTouch on doors.txt . --- npc/000-2-0/doors.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc') diff --git a/npc/000-2-0/doors.txt b/npc/000-2-0/doors.txt index 2e490335..089783cb 100644 --- a/npc/000-2-0/doors.txt +++ b/npc/000-2-0/doors.txt @@ -2,8 +2,8 @@ // Author: // Reid // Description: -// Door NPC. -// The third value of the Q variable has been removed for the beta2, it'll then be re-added for the Aurora release. +// Doors NPCs. +// The third value of the @nard variable has been removed for the beta2, it'll then be re-added for the Aurora release. // Variable: // 0 ShipQUests_Nard // 1 ShipQuests_Julia @@ -16,7 +16,6 @@ // 11 Registred to Julia. // 12 Need to see Julia. 000-2-0.gat,20,27,0,1 script AreaNPC 0,0,0,{ - OnTouch: set @nard, getq(ShipQuests_Nard); if (@nard > 0) goto l_Warp; @@ -56,6 +55,7 @@ l_End: } 000-2-0.gat,32,27,0,1 script AreaNPC 0,0,0,{ +OnTouch: set @julia, getq(ShipQuests_Julia); if (@julia == 1) goto l_Warp; close; -- cgit v1.2.3-70-g09d2