summaryrefslogtreecommitdiff
path: root/npc/000-2-0/julia.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-07-24 00:52:34 +0300
committerAndrei Karas <akaras@inbox.ru>2012-07-24 01:00:27 +0300
commit15a16c41f18020622771640c776f49d9f40af425 (patch)
treec38c0b4ddfe2788e30f16862b2bcae93eb71c79a /npc/000-2-0/julia.txt
parent6f0f6b45a3eef4811b0df05ff4433ab658b454e7 (diff)
downloadserverdata-15a16c41f18020622771640c776f49d9f40af425.tar.gz
serverdata-15a16c41f18020622771640c776f49d9f40af425.tar.bz2
serverdata-15a16c41f18020622771640c776f49d9f40af425.tar.xz
serverdata-15a16c41f18020622771640c776f49d9f40af425.zip
Add basic quest vars support.
Diffstat (limited to 'npc/000-2-0/julia.txt')
-rw-r--r--npc/000-2-0/julia.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt
index 48320d27..f5cc8810 100644
--- a/npc/000-2-0/julia.txt
+++ b/npc/000-2-0/julia.txt
@@ -72,7 +72,7 @@ l_First:
mesn;
mesq l("Ok, Done.");
- set @q, geta(ShipQuests, ShipQuests_Julia);
+ set @q, getq(ShipQuests_Julia);
if (@q == 1) goto l_NoRules;
next;
@@ -105,7 +105,7 @@ l_First:
mesq l("I think that I'm done, do you have a question now?");
next;
- seta ShipQuests, ShipQuests_Julia, 1;
+ setq ShipQuests_Julia, 1;
goto l_Menu;
l_NoRules:
@@ -174,7 +174,7 @@ l_Rules:
goto l_YNMenu;
OnTouch:
- set @q, geta(ShipQuests, ShipQuests_Julia);
+ set @q, getq(ShipQuests_Julia);
if (@q == 0) goto l_First;
close;