diff options
author | Reid <reidyaro@gmail.com> | 2012-09-15 22:07:02 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-09-17 00:24:54 +0200 |
commit | 8e18a985ee45cc818e65c202ec3d5af20a279df3 (patch) | |
tree | 87149a122551e3fe31ecef2f69aa1acc755e2911 /npc | |
parent | 3dcf6acc719ef8646edf265a8b2a4aeedc6c794b (diff) | |
download | clientdata-8e18a985ee45cc818e65c202ec3d5af20a279df3.tar.gz clientdata-8e18a985ee45cc818e65c202ec3d5af20a279df3.tar.bz2 clientdata-8e18a985ee45cc818e65c202ec3d5af20a279df3.tar.xz clientdata-8e18a985ee45cc818e65c202ec3d5af20a279df3.zip |
Remove Aurora1's dialogue on the doors' script from the Julia's room.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-0/doors.txt | 4 |
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"; |