diff options
author | Reid <reidyaro@gmail.com> | 2012-10-28 22:36:44 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-10-28 22:36:44 +0100 |
commit | 8c9f076e4ba114ab1d54e226a8f30e1819e4f90b (patch) | |
tree | c898c7964ce9ff311da65bae2c4bea3b1cd36a52 /npc/000-2-0/doors.txt | |
parent | 31296c7d5c245c0a326e270a5f6b64b662ada231 (diff) | |
download | serverdata-8c9f076e4ba114ab1d54e226a8f30e1819e4f90b.tar.gz serverdata-8c9f076e4ba114ab1d54e226a8f30e1819e4f90b.tar.bz2 serverdata-8c9f076e4ba114ab1d54e226a8f30e1819e4f90b.tar.xz serverdata-8c9f076e4ba114ab1d54e226a8f30e1819e4f90b.zip |
Fix the OnTouch on doors.txt .
Diffstat (limited to 'npc/000-2-0/doors.txt')
-rw-r--r-- | npc/000-2-0/doors.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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; |