diff options
Diffstat (limited to 'npc/000-1/muller.txt')
-rw-r--r-- | npc/000-1/muller.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/000-1/muller.txt b/npc/000-1/muller.txt index 55c3199b..451214b7 100644 --- a/npc/000-1/muller.txt +++ b/npc/000-1/muller.txt @@ -9,11 +9,11 @@ // Size = 2 // Gender = 1 000-1,35,69,0 script Q'Muller 104,{ - 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_QMuller); - if (@q == 1) goto L_CallFunc; + set .@q, getq(ShipQuests_QMuller); + if (.@q == 1) goto L_CallFunc; mesn; mesq l("Can't you see I'm working?!"); |