summaryrefslogtreecommitdiff
path: root/npc/000-2-0/julia.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-06-07 04:51:21 +0200
committerReid <reidyaro@gmail.com>2012-06-07 04:51:21 +0200
commit5608f0c79346ee6b6f7291f7304b5bc51bede294 (patch)
tree9af86b7609d705d5fd512cebcf9937121e77cfd5 /npc/000-2-0/julia.txt
parent4af8f7590ac7d2005e3ca1ad18e7e099df416572 (diff)
downloadserverdata-5608f0c79346ee6b6f7291f7304b5bc51bede294.tar.gz
serverdata-5608f0c79346ee6b6f7291f7304b5bc51bede294.tar.bz2
serverdata-5608f0c79346ee6b6f7291f7304b5bc51bede294.tar.xz
serverdata-5608f0c79346ee6b6f7291f7304b5bc51bede294.zip
Correct a bug on Julia Script, (missing variable).
Diffstat (limited to 'npc/000-2-0/julia.txt')
-rw-r--r--npc/000-2-0/julia.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt
index c3ef57fe..4887f676 100644
--- a/npc/000-2-0/julia.txt
+++ b/npc/000-2-0/julia.txt
@@ -14,7 +14,7 @@
// 1 already touched
000-2-0.gat,27,24,0,0 script Julia 304,2,10;5,{
-
+
mesn;
mesq g(l("Hello dear!"),
l("Hello sir!"));
@@ -73,7 +73,10 @@ l_First:
mes "";
mesn;
mesq l("Ok, Done.");
+
+ set @q, geta(ShipQuests, ShipQuests_Julia);
if (@q == 1) goto l_NoRules;
+
next;
mesq l("I'm sure that you've got some questions for me, feel free to ask them, but firstly I need to tell you the rules of proper social conduct on board.");