diff options
Diffstat (limited to 'npc/000-1/astapolos.txt')
-rw-r--r-- | npc/000-1/astapolos.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/000-1/astapolos.txt b/npc/000-1/astapolos.txt index a05b404b..1280ea99 100644 --- a/npc/000-1/astapolos.txt +++ b/npc/000-1/astapolos.txt @@ -10,11 +10,11 @@ // Size = 2 // Gender = 1 000-1,22,50,0 script Astapolos 107,{ - set @g, getq(ShipQuests_Gugli); - if (@g == 0) goto L_NoTask; + set .@g, getq(ShipQuests_Gugli); + if (.@g == 0) goto L_NoTask; - set @q, getq(ShipQuests_Astapolos); - if (@q == 1) goto L_CallFunc; + set .@q, getq(ShipQuests_Astapolos); + if (.@q == 1) goto L_CallFunc; mesn; mesq l("So finally someone has came to visit me?"); |