diff options
Diffstat (limited to 'npc/000-1/jalad.txt')
-rw-r--r-- | npc/000-1/jalad.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt index 31145c98..980d587b 100644 --- a/npc/000-1/jalad.txt +++ b/npc/000-1/jalad.txt @@ -10,11 +10,11 @@ // Size = 2 // Gender = 1 000-1,46,35,0 script Jalad 112,{ - 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_Jalad); - if (@q == 1) goto L_CallFunc; + set .@q, getq(ShipQuests_Jalad); + if (.@q == 1) goto L_CallFunc; mesn; mesq l("*Uff*, *Argh*, why don't you give me some help?"); |