summaryrefslogtreecommitdiff
path: root/npc/000-1/gulukan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/gulukan.txt')
-rw-r--r--npc/000-1/gulukan.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/000-1/gulukan.txt b/npc/000-1/gulukan.txt
index 356d1fa8..532327f3 100644
--- a/npc/000-1/gulukan.txt
+++ b/npc/000-1/gulukan.txt
@@ -8,10 +8,10 @@
// Croconut box.
000-1,54,90,0 script Gulukan 113,{
- set .@g, getq(ShipQuests_Gugli);
+ .@g = getq(ShipQuests_Gugli);
if (.@g == 0) goto L_NoTask;
- set .@q, getq(ShipQuests_Gulukan);
+ .@q = getq(ShipQuests_Gulukan);
if (.@q == 1) goto L_Func;
mesn;
@@ -52,8 +52,8 @@ L_Continue2:
mesq l("Anyway I am glad I can give you some of these yoyoxs.");
next;
- set .@item, 715;
- set .@count, 1;
+ .@item = 715;
+ .@count = 1;
inventoryplace 715, 1;
setq ShipQuests_Gulukan, 1;
@@ -68,7 +68,7 @@ L_Continue2:
L_Func:
mesn;
- set .@q, rand(0, 400) / 100;
+ .@q = rand(0, 400) / 100;
if (.@q == 0) goto L_RandomA;
if (.@q == 1) goto L_RandomB;
if (.@q > 1) goto L_RandomC;