summaryrefslogtreecommitdiff
path: root/npc/000-2-0/doors.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-09-15 22:07:02 +0200
committerReid <reidyaro@gmail.com>2012-09-17 00:24:54 +0200
commit8e18a985ee45cc818e65c202ec3d5af20a279df3 (patch)
tree87149a122551e3fe31ecef2f69aa1acc755e2911 /npc/000-2-0/doors.txt
parent3dcf6acc719ef8646edf265a8b2a4aeedc6c794b (diff)
downloadserverdata-8e18a985ee45cc818e65c202ec3d5af20a279df3.tar.gz
serverdata-8e18a985ee45cc818e65c202ec3d5af20a279df3.tar.bz2
serverdata-8e18a985ee45cc818e65c202ec3d5af20a279df3.tar.xz
serverdata-8e18a985ee45cc818e65c202ec3d5af20a279df3.zip
Remove Aurora1's dialogue on the doors' script from the Julia's room.
Diffstat (limited to 'npc/000-2-0/doors.txt')
-rw-r--r--npc/000-2-0/doors.txt4
1 files changed, 3 insertions, 1 deletions
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";