|
@@ -181,7 +181,7 @@ if $ARGS[0] = 'update_locat':
|
|
else
|
|
else
|
|
if npc_known['A60'] = 0 and locat['A60'] ! 10 and locat['A60'] ! 30: locat['A60'] = 30 & ! Sveta and Mira aren''t friends yet.
|
|
if npc_known['A60'] = 0 and locat['A60'] ! 10 and locat['A60'] ! 30: locat['A60'] = 30 & ! Sveta and Mira aren''t friends yet.
|
|
if MiraVars['QW'] > 15 and locat['A60_prost'] and hour >= 16 and hour < 20: locat['A60'] = 80 & ! Prostitution
|
|
if MiraVars['QW'] > 15 and locat['A60_prost'] and hour >= 16 and hour < 20: locat['A60'] = 80 & ! Prostitution
|
|
- if locat['A60'] = 61 and (MiraVars['meadow'] = 2 or MiraVars['meadow'] = 5): locat['A60'] = 60 & ! If meadow not unlocked -> Forest edge
|
|
|
|
|
|
+ if locat['A60'] = 61 and (MiraVars['meadow'] ! 2 or MiraVars['meadow'] ! 5): locat['A60'] = 60 & ! If meadow not unlocked -> Forest edge
|
|
if locat['A60'] = 51 and (sunweather = 0 or temper < 15 or month < 5 or month > 9): locat['A60'] = 10 & ! Winter = No Beach
|
|
if locat['A60'] = 51 and (sunweather = 0 or temper < 15 or month < 5 or month > 9): locat['A60'] = 10 & ! Winter = No Beach
|
|
if locat['A60'] = 42 and (MiraVars['QW'] = 0 or npc_drunk['A60'] > 0): locat['A60'] = 10 & ! drunk or doesn''t know the guys
|
|
if locat['A60'] = 42 and (MiraVars['QW'] = 0 or npc_drunk['A60'] > 0): locat['A60'] = 10 & ! drunk or doesn''t know the guys
|
|
if (locat['A60'] / 10) = 2 and grandpaQW['chore_herd_cattle'] = 1 and $loc = 'gad_field' and npc_rel['A60'] >= 15 and (npc_QW['A63'] < 13 or MiraVars['QW'] >= 10 or MiraVars['had_sex'] > 1): locat['A60'] = 70 & ! Mira visits in the field if she was planning to visit you either way.
|
|
if (locat['A60'] / 10) = 2 and grandpaQW['chore_herd_cattle'] = 1 and $loc = 'gad_field' and npc_rel['A60'] >= 15 and (npc_QW['A63'] < 13 or MiraVars['QW'] >= 10 or MiraVars['had_sex'] > 1): locat['A60'] = 70 & ! Mira visits in the field if she was planning to visit you either way.
|