|
@@ -198,21 +198,21 @@ if $ARGS[0] = 'getLocation':
|
|
|
elseif locat['A32'] / 10 = 12:
|
|
|
$npcLocation['A32'] = 'Your grandfather is in his kitcher'
|
|
|
|
|
|
- elseif locat['A31'] / 10 = 20:
|
|
|
- $npcLocation['A31'] = 'Your grandfather is in his garden'
|
|
|
- elseif locat['A31'] / 10 = 21:
|
|
|
- $npcLocation['A31'] = 'Your grandfather is bathing in his sauna'
|
|
|
- elseif locat['A31'] / 10 = 22:
|
|
|
- $npcLocation['A31'] = 'Your grandfather is at his stables'
|
|
|
-
|
|
|
- elseif locat['A31'] / 10 = 30:
|
|
|
- $npcLocation['A31'] = 'Your grandfather is out and about in Gadukino'
|
|
|
- elseif locat['A31'] / 10 = 31:
|
|
|
- $npcLocation['A31'] = 'Your grandfather is at his church'
|
|
|
- elseif locat['A31'] / 10 = 32:
|
|
|
- $npcLocation['A31'] = 'Your grandfather is fishing at the river'
|
|
|
- elseif locat['A31'] / 10 = 33:
|
|
|
- $npcLocation['A31'] = 'Your grandfather is at the field'
|
|
|
+ elseif locat['A32'] / 10 = 20:
|
|
|
+ $npcLocation['A32'] = 'Your grandfather is in his garden'
|
|
|
+ elseif locat['A32'] / 10 = 21:
|
|
|
+ $npcLocation['A32'] = 'Your grandfather is bathing in his sauna'
|
|
|
+ elseif locat['A32'] / 10 = 22:
|
|
|
+ $npcLocation['A32'] = 'Your grandfather is at his stables'
|
|
|
+
|
|
|
+ elseif locat['A32'] / 10 = 30:
|
|
|
+ $npcLocation['A32'] = 'Your grandfather is out and about in Gadukino'
|
|
|
+ elseif locat['A32'] / 10 = 31:
|
|
|
+ $npcLocation['A32'] = 'Your grandfather is at his church'
|
|
|
+ elseif locat['A32'] / 10 = 32:
|
|
|
+ $npcLocation['A32'] = 'Your grandfather is fishing at the river'
|
|
|
+ elseif locat['A32'] / 10 = 33:
|
|
|
+ $npcLocation['A32'] = 'Your grandfather is at the field'
|
|
|
|
|
|
end
|
|
|
end
|