From 8e18a985ee45cc818e65c202ec3d5af20a279df3 Mon Sep 17 00:00:00 2001 From: Reid <reidyaro@gmail.com> Date: Sat, 15 Sep 2012 22:07:02 +0200 Subject: Remove Aurora1's dialogue on the doors' script from the Julia's room. --- npc/000-2-0/doors.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/000-2-0/doors.txt b/npc/000-2-0/doors.txt index c98a9c78..3d04526e 100644 --- a/npc/000-2-0/doors.txt +++ b/npc/000-2-0/doors.txt @@ -3,6 +3,7 @@ // 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. 000-2-0.gat,20,27,0,1 script AreaNPC 0,0,0,{ @@ -10,7 +11,8 @@ OnTouch: set @q, getq(ShipQuests_Nard); if (@q == 1) goto l_Warp; if (@q == 2) goto l_GotoNard; - if (@q == 3) goto l_End; +// if (@q == 3) goto l_End; + close; setcamnpc "Julia"; mesn "Julia"; -- cgit v1.2.3-70-g09d2