summaryrefslogtreecommitdiff
path: root/npc/000-2-0/julia.txt
diff options
context:
space:
mode:
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;