|
@@ -188,9 +188,6 @@ if $ARGS[0] = 'start':
|
|
|
|
|
|
if mid($start_type,1,2) = 'sg' and locat['Christina'] = 9 and socialchg['tChris_Lina_jog'] ! daystart: 'You spot <a href="exec:gt ''Zvereva_events'',''Chris_Lina_park''">Christina</a> and Lina jogging around the park.'
|
|
|
|
|
|
- if tpKnown['PavlovskPark'] = 1:
|
|
|
- act 'Go to magic circle': gt 'treeCircEntry', 'PavlovskPark'
|
|
|
- end
|
|
|
act 'Go for a walk (0:15)':
|
|
|
*clr & cla
|
|
|
minut += 15
|
|
@@ -700,9 +697,7 @@ if $ARGS[0] = 'deeper_park':
|
|
|
act 'Walk to the Commercial area (0:05)':minut += 5 & gt 'pav_commercial'
|
|
|
act 'Walk to Pushkin (0:10)':minut += 10 & gt 'liam'
|
|
|
act 'Go back to the entrance': gt 'pav_park', 'start'
|
|
|
- if tpKnown['PavlovskPark'] = 1:
|
|
|
- act 'Go to magic circle': gt 'treeCircEntry', 'PavlovskPark'
|
|
|
- end
|
|
|
+ gs 'treeCircEntry', 'PavlovskPark'
|
|
|
act 'Go for a walk (0:15)':
|
|
|
menu_off = 1
|
|
|
if $start_type[1] ! 'nomagic' and rand (1, 4) <= pcs_magik and (hour <=6 or hour >=19):
|