|
@@ -251,7 +251,7 @@ if $ARGS[0] = 'index':
|
|
|
$cheatmenu['table_start']
|
|
|
'<a href="exec:dynamic $cheatmenu[''dynamic'']">Dynamic Input Command</a>'
|
|
|
'<a href="exec:gs ''fertility'',''cum_arrcheat''">OOX Debug</a>'
|
|
|
- 'Right now <<$week[week]>> <<$month>> <<day>> <<year>> <<hour>>:<<minut>>'
|
|
|
+ 'Right now <<$week[week]>> <<$month>> <<day>><<$stat_day_suffix>>, <<year>> <<hour>>:<<minut>>'
|
|
|
'Jump forward <a href="exec:dynamic $cheatmenu[''quicktime''], 15 & dynamic $cheatmenu[$cheatmenu[''this_menu'']]">+15</a> minutes'
|
|
|
*nl
|
|
|
'<a href="exec:gt''pav_residential''" >Teleport to Pavlovsk</a>'
|
|
@@ -1793,6 +1793,14 @@ if $ARGS[0] = 'time':
|
|
|
temp_month = dateVars['month']
|
|
|
$temp_month = $dateVars['month_text']
|
|
|
temp_year = dateVars['year']
|
|
|
+ !! Set transients as gs to emp_functions unreliable for checking day
|
|
|
+ transient_evt_day = day
|
|
|
+ gs 'emp_functions', 'evt_day_suffix', day
|
|
|
+ $day_suffix = $evt_suffix
|
|
|
+ transient_evt_day = temp_day
|
|
|
+ gs 'emp_functions', 'evt_day_suffix', temp_day
|
|
|
+ $temp_day_suffix = $evt_suffix
|
|
|
+ killvar '$evt_suffix'
|
|
|
gs 'daystart'
|
|
|
gs 'outdoors', 'temp_set'
|
|
|
gs 'stat'
|
|
@@ -1832,8 +1840,8 @@ if $ARGS[0] = 'time':
|
|
|
if hour > 9: $tempcurtime = '<b><<hour>>:0<<minut>></b>' else $tempcurtime = '<b>0<<hour>>:0<<minut>></b>'
|
|
|
end
|
|
|
|
|
|
- 'Current time: <b><<$week[week]>></b>, <b><<day>></b>. day of <b><<$month>></b>, <b><<year>></b>, <<$tempcurtime>>'
|
|
|
- 'Target time: <b><<$week[temp_week]>></b>, <b><<temp_day>></b>. day of <b><<$temp_month>></b>, <b><<temp_year>></b>, <<$temptime>>'
|
|
|
+ 'Current time: <b><<$week[week]>></b>, <b><<day>><<$day_suffix>></b>, day of <b><<$month>></b>, <b><<year>></b>, <<$tempcurtime>>'
|
|
|
+ 'Target time: <b><<$week[temp_week]>></b>, <b><<temp_day>><<$temp_day_suffix>></b>, day of <b><<$temp_month>></b>, <b><<temp_year>></b>, <<$temptime>>'
|
|
|
'Daychange: <<temp_daystart - daystart>>'
|
|
|
*nl
|
|
|
'Year: <a href="exec:temp_daystart += 365 & dynamic $cheatmenu[''time'']">+1 Year</a> <a href="exec:temp_daystart -= 365 & dynamic $cheatmenu[''time'']">-1 Year</a>'
|