|
@@ -18,39 +18,25 @@ if Enable_showstatimg = 1:
|
|
|
else
|
|
|
$stat_imgtool_msg += '<a href="exec:Enable_statimg_face = 0 & gs ''$menu_obnovit''">◆Face</a>'
|
|
|
$img_temp = FUNC('$face_image')
|
|
|
- if $img_temp ! null: $stat_imgextra_msg += '<a href="exec:view ''<<$img_temp>>''"><img <<$set_statimgh>> src="<<$img_temp>>"></a> '
|
|
|
+ if $img_temp ! null: $stat_imgextra_msg += '<a href="exec:view ''<<$img_temp>>''"><img height="200" src="<<$img_temp>>"></a> '
|
|
|
end
|
|
|
-
|
|
|
- if Enable_statimg_body = 0:
|
|
|
- $stat_imgtool_msg += ' <a href="exec:Enable_statimg_body = 1 & gs ''$menu_obnovit''">◇Body</a>'
|
|
|
- else
|
|
|
- $stat_imgtool_msg += ' <a href="exec:Enable_statimg_body = 0 & gs ''$menu_obnovit''">◆Body</a>'
|
|
|
- $img_temp = FUNC('$body_image','body')
|
|
|
- if $img_temp ! null: $stat_imgextra_msg += '<a href="exec:view ''<<$img_temp>>''"><img <<$set_statimgh>> src="<<$img_temp>>"></a> '
|
|
|
- end
|
|
|
-
|
|
|
- if Enable_statimg_coat = 0:
|
|
|
- $stat_imgtool_msg += ' <a href="exec:Enable_statimg_coat = 1 & gs ''$menu_obnovit''">◇Coat</a>'
|
|
|
- else
|
|
|
- $stat_imgtool_msg += ' <a href="exec:Enable_statimg_coat = 0 & gs ''$menu_obnovit''">◆Coat</a>'
|
|
|
- $img_temp = FUNC('$body_image','coat')
|
|
|
- if $img_temp ! null: $stat_imgextra_msg += '<a href="exec:view ''<<$img_temp>>''"><img <<$set_statimgh>> src="<<$img_temp>>"></a> '
|
|
|
- end
|
|
|
-
|
|
|
- if Enable_statimg_cloth = 0:
|
|
|
+
|
|
|
+ if Enable_statimg_cloth = 0:
|
|
|
$stat_imgtool_msg += ' <a href="exec:Enable_statimg_cloth = 1 & gs ''$menu_obnovit''">◇Clothes</a>'
|
|
|
else
|
|
|
$stat_imgtool_msg += ' <a href="exec:Enable_statimg_cloth = 0 & gs ''$menu_obnovit''">◆Clothes</a>'
|
|
|
$img_temp = FUNC('$body_image','clothes')
|
|
|
- if $img_temp ! null: $stat_imgextra_msg += '<a href="exec:view ''<<$img_temp>>''"><img <<$set_statimgh>> src="<<$img_temp>>"></a> '
|
|
|
+ if $img_temp ! null: $stat_imgextra_msg += '<a href="exec:view ''<<$img_temp>>''"><img height="200" src="<<$img_temp>>"></a> '
|
|
|
end
|
|
|
|
|
|
+ if Enable_statimg_bra = 1 or Enable_statimg_panties = 1: $stat_imgextra_msg +='<br>'
|
|
|
+
|
|
|
if Enable_statimg_bra = 0:
|
|
|
$stat_imgtool_msg += ' <a href="exec:Enable_statimg_bra = 1 & gs ''$menu_obnovit''">◇Bra</a>'
|
|
|
else
|
|
|
$stat_imgtool_msg += ' <a href="exec:Enable_statimg_bra = 0 & gs ''$menu_obnovit''">◆Bra</a>'
|
|
|
$img_temp = FUNC('$body_image','bra')
|
|
|
- if $img_temp ! null: $stat_imgextra_msg += '<a href="exec:view ''<<$img_temp>>''"><img <<$set_statimgh>> src="<<$img_temp>>"></a> '
|
|
|
+ if $img_temp ! null: $stat_imgextra_msg += '<a href="exec:view ''<<$img_temp>>''"><img height="150" src="<<$img_temp>>"></a> '
|
|
|
end
|
|
|
|
|
|
if Enable_statimg_panties = 0:
|
|
@@ -58,16 +44,43 @@ if Enable_showstatimg = 1:
|
|
|
else
|
|
|
$stat_imgtool_msg += ' <a href="exec:Enable_statimg_panties = 0 & gs ''$menu_obnovit''">◆Panties</a>'
|
|
|
$img_temp = FUNC('$body_image','panties')
|
|
|
- if $img_temp ! null: $stat_imgextra_msg += '<a href="exec:view ''<<$img_temp>>''"><img <<$set_statimgh>> src="<<$img_temp>>"></a> '
|
|
|
+ if $img_temp ! null: $stat_imgextra_msg += '<a href="exec:view ''<<$img_temp>>''"><img height="150" src="<<$img_temp>>"></a> '
|
|
|
end
|
|
|
+
|
|
|
+ if Enable_statimg_body = 1 or Enable_statimg_coat = 1 or Enable_statimg_shoes = 1 or Enable_statimg_purse = 1: $stat_imgextra_msg +='<br>'
|
|
|
|
|
|
- if Enable_statimg_shoes = 0:
|
|
|
+ if Enable_statimg_body = 0:
|
|
|
+ $stat_imgtool_msg += ' <a href="exec:Enable_statimg_body = 1 & gs ''$menu_obnovit''">◇Body</a>'
|
|
|
+ else
|
|
|
+ $stat_imgtool_msg += ' <a href="exec:Enable_statimg_body = 0 & gs ''$menu_obnovit''">◆Body</a>'
|
|
|
+ $img_temp = FUNC('$body_image','body')
|
|
|
+ if $img_temp ! null: $stat_imgextra_msg += '<a href="exec:view ''<<$img_temp>>''"><img height="100" src="<<$img_temp>>"></a> '
|
|
|
+ end
|
|
|
+
|
|
|
+ if Enable_statimg_shoes = 0:
|
|
|
$stat_imgtool_msg += ' <a href="exec:Enable_statimg_shoes = 1 & gs ''$menu_obnovit''">◇Shoes</a>'
|
|
|
else
|
|
|
$stat_imgtool_msg += ' <a href="exec:Enable_statimg_shoes = 0 & gs ''$menu_obnovit''">◆Shoes</a>'
|
|
|
$img_temp = FUNC('$body_image','shoes')
|
|
|
- if $img_temp ! null: $stat_imgextra_msg += '<a href="exec:view ''<<$img_temp>>''"><img <<$set_statimgh>> src="<<$img_temp>>"></a> '
|
|
|
+ if $img_temp ! null: $stat_imgextra_msg += '<a href="exec:view ''<<$img_temp>>''"><img height="100" src="<<$img_temp>>"></a> '
|
|
|
end
|
|
|
+
|
|
|
+ if Enable_statimg_purse = 0:
|
|
|
+ $stat_imgtool_msg += ' <a href="exec:Enable_statimg_purse = 1 & gs ''$menu_obnovit''">◇Purse</a>'
|
|
|
+ else
|
|
|
+ $stat_imgtool_msg += ' <a href="exec:Enable_statimg_purse = 0 & gs ''$menu_obnovit''">◆Purse</a>'
|
|
|
+ $img_temp = FUNC('$purse_image', $currentpursetype, currentpursenumber)
|
|
|
+ if $img_temp ! null: $stat_imgextra_msg += '<a href="exec:view ''<<$img_temp>>''"><img height="100" src="<<$img_temp>>"></a> '
|
|
|
+ end
|
|
|
+
|
|
|
+ if Enable_statimg_coat = 0:
|
|
|
+ $stat_imgtool_msg += ' <a href="exec:Enable_statimg_coat = 1 & gs ''$menu_obnovit''">◇Coat</a>'
|
|
|
+ else
|
|
|
+ $stat_imgtool_msg += ' <a href="exec:Enable_statimg_coat = 0 & gs ''$menu_obnovit''">◆Coat</a>'
|
|
|
+ $img_temp = FUNC('$body_image','coat')
|
|
|
+ if $img_temp ! null: $stat_imgextra_msg += '<a href="exec:view ''<<$img_temp>>''"><img height="100" src="<<$img_temp>>"></a> '
|
|
|
+ end
|
|
|
+
|
|
|
if $menu_loc ! '': $stat_imgtool_msg += ' <a href="exec:gs ''Cheatmenu_din'' & dynamic $cheatmenu[''setting'']">◎Settings</a>'
|
|
|
end
|
|
|
!!----------------image Extra messages, end --------------------------
|
|
@@ -513,10 +526,10 @@ if $pantyworntype = 'none' and PCloswimwear = 0 and PCloPanties = 0:
|
|
|
$stat_panty_msg = 'You are happily commando, feeling very comfortable with your ass and pussy touching the inside of your pants.'
|
|
|
elseif PCloPants > 0 and $braworntype = 'none':
|
|
|
$stat_panty_msg = 'You aren''t wearing underwear, and your bare pussy is rubbing against your clothing.'
|
|
|
- $stat_panty_text = '<BR><b><font color="red"><<$stat_panty_msg>></font></b>'
|
|
|
+ $stat_panty_text = '<BR><b><font color="AB052A"><<$stat_panty_msg>></font></b>'
|
|
|
elseif PCloPants > 0 and $braworntype ! 'none':
|
|
|
$stat_panty_msg = 'You aren''t wearing panties, and your bare pussy is rubbing against your clothing.'
|
|
|
- $stat_panty_text = '<BR><b><font color="red"><<$stat_panty_msg>></font></b>'
|
|
|
+ $stat_panty_text = '<BR><b><font color="AB052A"><<$stat_panty_msg>></font></b>'
|
|
|
elseif towel = 1:
|
|
|
$stat_panty_msg = 'Your naked body is covered only by a short towel.'
|
|
|
$stat_panty_text = '<BR><font color = #AB052A><<$stat_panty_msg>></font>'
|
|
@@ -537,11 +550,11 @@ elseif $pantyworntype = 'exhibitionist' and PCloswimwear = 0:
|
|
|
$stat_panty_msg = 'Your face is flushed with shame. You are wearing panties so thin they leave your ass clearly visible as it flashes from under your short skirt.'
|
|
|
$stat_panty_text = '<BR><b><font color="red"><<$stat_panty_msg>></font></b>'
|
|
|
elseif PCloPants > 0 and trait['commando_lvl'] = 3:
|
|
|
- $stat_panty_msg = 'You wearing transparent panties, but that you''re wearing any at all is bringing down your mood.'
|
|
|
+ $stat_panty_msg = 'You are wearing transparent panties, but that you''re wearing any at all is bringing down your mood.'
|
|
|
$stat_panty_text = '<BR><b><font color="red"><<$stat_panty_msg>></font></b>'
|
|
|
end
|
|
|
elseif $pantyworntype ! 'none' and trait['commando_lvl'] = 3:
|
|
|
- $stat_panty_msg = 'You wearing panties and it makes you uncomfortable.'
|
|
|
+ $stat_panty_msg = 'You are wearing panties and it makes you uncomfortable.'
|
|
|
$stat_panty_text = '<BR><b><font color="red"><<$stat_panty_msg>></font></b>'
|
|
|
end
|
|
|
|
|
@@ -654,7 +667,7 @@ elseif PCloswimwear = 1:
|
|
|
$stat_clothes_tooltip = 'Normal swimsuit.'
|
|
|
$stat_clothes_style = 'swimsuit'
|
|
|
end
|
|
|
-elseif $clothingworntype = 'gm_office':
|
|
|
+elseif $clothingworntype = 'gm_office' or PCloStyle3 = 4:
|
|
|
if PCloStyle = 4 and PCloBimbo = 1 and cheatBimbo = 0:
|
|
|
$stat_clothes_text = '<BR><font color = #FF00FF>You are wearing a bimbo outfit</font>'
|
|
|
$stat_clothes_msg = 'You''re wearing an office dress a bimbo or a prostitute would wear'
|
|
@@ -831,9 +844,11 @@ end
|
|
|
|
|
|
!!---------------- Messages for Icons/Texts (End)----------------------------
|
|
|
|
|
|
-if ((young_shop_work = 1 and hour = 16 and week < 6) or (young_shop_work1 = 1 and hour = 9 and week >= 6) or (young_shop_work2 = 1 and hour = 9 and week < 6)) and inWorkYoungShop = 0 and misscheck ! daystart:
|
|
|
+if ((young_shop_work = 1 and hour = 16 and week < 6) or (young_shop_work1 = 1 and hour = 9 and week >= 6) or (young_shop_work2 = 1 and hour = 9 and week < 6)) and misscheck ! daystart:
|
|
|
misscheck = daystart
|
|
|
- young_shop_miss += 1
|
|
|
+ if inWorkYoungShop = 0:
|
|
|
+ young_shop_miss += 1
|
|
|
+ end
|
|
|
end
|
|
|
|
|
|
if pornstack > 0:
|
|
@@ -907,18 +922,20 @@ if cheatStatusIcons = 0:
|
|
|
$statusIconBarTab += '<td><a href="exec:msg $stat_willpower_msg"><img title="<<$stat_willpower_tooltip>>" height = <<set_siconht>> src="images/system/icons/status/willpower_low.png"></a></td>'
|
|
|
end
|
|
|
|
|
|
- if pcs_mood >= 80:
|
|
|
- $statusIconBarTab += '<td><a href="exec:msg ''You are in a great mood.''"><img title="You are in a great mood." height = <<set_siconht>> src="images/system/icons/status/mood_1.png"></a></td>'
|
|
|
- elseif pcs_mood >= 60:
|
|
|
- $statusIconBarTab += '<td><a href="exec:msg ''You are in an OK mood.''"><img title="You are in an OK mood." height = <<set_siconht>> src="images/system/icons/status/mood_2.png"></a></td>'
|
|
|
- elseif pcs_mood >= 40:
|
|
|
- $statusIconBarTab += '<td><a href="exec:msg ''You are in a good mood.''"><img title="You are in a good mood." height = <<set_siconht>> src="images/system/icons/status/mood_3.png"></a></td>'
|
|
|
- elseif pcs_mood >= 20:
|
|
|
- $statusIconBarTab += '<td><a href="exec:msg ''You are in a bad mood.''"><img title="You are in a bad mood." height = <<set_siconht>> src="images/system/icons/status/mood_4.png"></a></td>'
|
|
|
- elseif pcs_mood >= 5:
|
|
|
- $statusIconBarTab += '<td><a href="exec:msg ''You are in a terrible mood.''"><img title="You are in a terrible mood." height = <<set_siconht>> src="images/system/icons/status/mood_5.png"></a></td>'
|
|
|
- else
|
|
|
- $statusIconBarTab += '<td><a href="exec:msg ''You are really depressed and need to improve your mood.''"><img title="You are really depressed." height = <<set_siconht>> src="images/system/icons/status/mood_6.png"></a></td>'
|
|
|
+ if cheatNoMood = 0:
|
|
|
+ if pcs_mood >= 80:
|
|
|
+ $statusIconBarTab += '<td><a href="exec:msg ''You are in a great mood.''"><img title="You are in a great mood." height = <<set_siconht>> src="images/system/icons/status/mood_1.png"></a></td>'
|
|
|
+ elseif pcs_mood >= 60:
|
|
|
+ $statusIconBarTab += '<td><a href="exec:msg ''You are in an OK mood.''"><img title="You are in an OK mood." height = <<set_siconht>> src="images/system/icons/status/mood_2.png"></a></td>'
|
|
|
+ elseif pcs_mood >= 40:
|
|
|
+ $statusIconBarTab += '<td><a href="exec:msg ''You are in a good mood.''"><img title="You are in a good mood." height = <<set_siconht>> src="images/system/icons/status/mood_3.png"></a></td>'
|
|
|
+ elseif pcs_mood >= 20:
|
|
|
+ $statusIconBarTab += '<td><a href="exec:msg ''You are in a bad mood.''"><img title="You are in a bad mood." height = <<set_siconht>> src="images/system/icons/status/mood_4.png"></a></td>'
|
|
|
+ elseif pcs_mood >= 5:
|
|
|
+ $statusIconBarTab += '<td><a href="exec:msg ''You are in a terrible mood.''"><img title="You are in a terrible mood." height = <<set_siconht>> src="images/system/icons/status/mood_5.png"></a></td>'
|
|
|
+ else
|
|
|
+ $statusIconBarTab += '<td><a href="exec:msg ''You are really depressed and need to improve your mood.''"><img title="You are really depressed." height = <<set_siconht>> src="images/system/icons/status/mood_6.png"></a></td>'
|
|
|
+ end
|
|
|
end
|
|
|
|
|
|
if mood_trauma > 0:
|
|
@@ -1146,7 +1163,7 @@ if cheatStatusIcons = 0:
|
|
|
$statusIconBarTab += '<td><a href="exec: msg $stat_model_msg"><img title="<<$stat_model_msg>>" height = <<set_siconht>> src="images/system/icons/status/model_'+iif(night_mode ! 3 and (($location_type = 'public_outdoors' and daystage = 5) or night_mode = 1 or night_mode = 2), 'white', 'black')+'.png"></a></td>'
|
|
|
end
|
|
|
|
|
|
- if AlbinaQW['StarletsJoined'] > 0 and AlbinaQW['StarletsShutDown'] = 0 and npc_pregtalk['A23'] = 0 and starlets_on = 1:
|
|
|
+ if AlbinaQW['StarletsJoined'] > 0 and AlbinaQW['StarletsShutDown'] = 0 and npc_pregtalk['A23'] = 0 and starlets_on = 1 and AlbinaQW['startletsday'] ! daystart:
|
|
|
if starlets_missed > 0:
|
|
|
$stat_starlet_msg = 'You missed practice with the Starlets today!'
|
|
|
else
|
|
@@ -1214,7 +1231,7 @@ if cheatStatusIcons = 0:
|
|
|
!!Row 5: Drugs and other short term stuff
|
|
|
|
|
|
if siga > 0:
|
|
|
- $stat_smoker_msg = 'You have <<siga>> cigarette'+iif(siga = 1, '', 's')+iif(smokerNeed > 0 and NarkImmune = 0, ' and you want to smoke.' , '.')
|
|
|
+ if smokerNeed > 0: $stat_smoker_msg = 'You have <<siga>> cigarette and you want to smoke.'
|
|
|
$statusIconBarTab += '<td><a href="exec:msg $stat_smoker_msg"><img title="<<$stat_smoker_msg>>" height = <<set_siconht>> src="images/system/icons/status/cigarettes.png"></a></td>'
|
|
|
end
|
|
|
|
|
@@ -1304,8 +1321,9 @@ if enable_show_status = 0:
|
|
|
$st_temp='rgb(<<(16777216 + fcolor) mod 256>>,<<(16777216 + fcolor)/256 mod 256>>,<<(16777216 + fcolor)/65536>>)'
|
|
|
$stat_extra_msg += '<p><font color="<<$st_temp>>"><TABLE width="300" cellpadding="1" cellspacing="0"><TR><TD width="85%">'+FUNC('indiktab', '2', pcs_horny, pcs_horny)+'</TD><TD> Arousal</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '2', pain['total'], pain['total'])+'</TD><TD> Pain</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_health * 100 / healthmax, pcs_health)+'</TD><TD> Health</TD></TR>'
|
|
|
if MagikDostup = 0: $stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_mana * 100 / manamax, pcs_mana)+'</TD><TD> Mana</TD></TR>'
|
|
|
- $stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_willpwr * 100 / willpowermax, pcs_willpwr)+'</TD><TD> Willpower</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_stam * 100 / stammax, pcs_stam)+'</TD><TD> Stamina</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_mood, pcs_mood)+'</TD><TD> Mood</TD></TR>'
|
|
|
- if cheatNoEat = 0: $stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_energy, pcs_energy)+'</TD><TD> Hunger</TD></TR>'
|
|
|
+ $stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_willpwr * 100 / willpowermax, pcs_willpwr)+'</TD><TD> Willpower</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_stam * 100 / stammax, pcs_stam)+'</TD><TD> Stamina</TD></TR>'
|
|
|
+ if cheatNoMood = 0: $stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_mood, pcs_mood)+'</TD><TD> Mood</TD></TR>'
|
|
|
+ if cheatNoEat = 0: $stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_energy, pcs_energy)+'</TD><TD> Hunger</TD></TR>'
|
|
|
if cheatNoDrink = 0: $stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_hydra, pcs_hydra)+'</TD><TD> Thirst</TD></TR>'
|
|
|
if cheatNoSleep = 0: $stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_sleep, pcs_sleep)+'</TD><TD> Sleep</TD></TR></TABLE></font></p>'
|
|
|
else
|
|
@@ -1329,8 +1347,10 @@ if enable_show_status = 0:
|
|
|
gs 'indik', '1', pcs_stam * 100 / stammax, pcs_stam
|
|
|
$stat_extra_msg += '<BR><<$ind>> Stamina'
|
|
|
|
|
|
- gs 'indik', '1', pcs_mood, pcs_mood
|
|
|
- $stat_extra_msg += '<BR><<$ind>> Mood'
|
|
|
+ if cheatNoMood = 0:
|
|
|
+ gs 'indik', '1', pcs_mood, pcs_mood
|
|
|
+ $stat_extra_msg += '<BR><<$ind>> Mood'
|
|
|
+ end
|
|
|
|
|
|
if cheatNoEat = 0:
|
|
|
gs 'indik', '1', pcs_energy, pcs_energy
|
|
@@ -2052,39 +2072,43 @@ if enable_extra_msg = 1:
|
|
|
|
|
|
if $stat_court_msg ! '': $stat_msg += '<BR><b><font color="red"><<$stat_court_msg>></font></b>'
|
|
|
|
|
|
- if young_shop_work = 1 and hour = 16 and minut <= 5 and week < 6 and inWorkYoungShop = 0:
|
|
|
- $stat_msg += 'You are late for work at Pussy-Cats.'
|
|
|
- elseif young_shop_work = 1 and hour = 16 and week < 6 and inWorkYoungShop = 0 and misscheck ! daystart:
|
|
|
- $stat_msg += '<BR><b><font color="red">You missed work.</font></b>'
|
|
|
- elseif young_shop_work = 1 and (hour = 14 or hour = 15) and week < 6:
|
|
|
- $stat_msg += '<BR><b><font color="red">You start work at Pussy-Cats today at 16:00.</font></b>'
|
|
|
- end
|
|
|
-
|
|
|
- if young_shop_work1 = 1 and hour = 9 and minut <= 5 and week >= 6 and inWorkYoungShop = 0:
|
|
|
- $stat_msg += 'You are late for work at Pussy-Cats.'
|
|
|
- elseif young_shop_work1 = 1 and hour = 9 and week >= 6 and inWorkYoungShop = 0 and misscheck ! daystart:
|
|
|
- $stat_msg += '<BR><b><font color="red">You missed work.</font></b>'
|
|
|
- elseif young_shop_work1 = 1 and (hour = 7 or hour = 8) and week >= 6:
|
|
|
- $stat_msg += '<BR><b><font color="red">By 9:00, you have to be at Pussy-Cats to start work.</font></b>'
|
|
|
- end
|
|
|
+ if misscheck ! daystart:
|
|
|
+ if young_shop_work = 1 and hour = 16 and minut <= 5 and week < 6 and inWorkYoungShop = 0:
|
|
|
+ $stat_msg += 'You are late for work at Pussy-Cats.'
|
|
|
+ elseif young_shop_work = 1 and hour = 16 and week < 6 and inWorkYoungShop = 0 and misscheck ! daystart:
|
|
|
+ $stat_msg += '<BR><b><font color="red">You missed work.</font></b>'
|
|
|
+ elseif young_shop_work = 1 and (hour = 14 or hour = 15) and week < 6:
|
|
|
+ $stat_msg += '<BR><b><font color="red">You start work at Pussy-Cats today at 16:00.</font></b>'
|
|
|
+ end
|
|
|
+
|
|
|
+ if young_shop_work1 = 1 and hour = 9 and minut <= 5 and week >= 6 and inWorkYoungShop = 0:
|
|
|
+ $stat_msg += 'You are late for work at Pussy-Cats.'
|
|
|
+ elseif young_shop_work1 = 1 and hour = 9 and week >= 6 and inWorkYoungShop = 0 and misscheck ! daystart:
|
|
|
+ $stat_msg += '<BR><b><font color="red">You missed work.</font></b>'
|
|
|
+ elseif young_shop_work1 = 1 and (hour = 7 or hour = 8) and week >= 6:
|
|
|
+ $stat_msg += '<BR><b><font color="red">By 9:00 you have to be at Pussy-Cats to start work.</font></b>'
|
|
|
+ end
|
|
|
|
|
|
- if young_shop_work2 = 1 and hour = 9 and minut <= 5 and week < 6 and inWorkYoungShop = 0:
|
|
|
- $stat_msg += 'You are late for work at Pussy-Cats.'
|
|
|
- elseif young_shop_work2 = 1 and hour = 9 and week < 6 and inWorkYoungShop = 0 and misscheck ! daystart:
|
|
|
- $stat_msg += '<BR><b><font color="red">You missed work.</font></b>'
|
|
|
- elseif young_shop_work2 = 1 and (hour = 7 or hour = 8) and week < 6:
|
|
|
- $stat_msg += '<BR><b><font color="red">By 9:00, you have to be at Pussy-Cats to start work.</font></b>'
|
|
|
- end
|
|
|
+ if young_shop_work2 = 1 and hour = 9 and minut <= 5 and week < 6 and inWorkYoungShop = 0:
|
|
|
+ $stat_msg += 'You are late for work at Pussy-Cats.'
|
|
|
+ elseif young_shop_work2 = 1 and hour = 9 and week < 6 and inWorkYoungShop = 0 and misscheck ! daystart:
|
|
|
+ $stat_msg += '<BR><b><font color="red">You missed work.</font></b>'
|
|
|
+ elseif young_shop_work2 = 1 and (hour = 7 or hour = 8) and week < 6:
|
|
|
+ $stat_msg += '<BR><b><font color="red">By 9:00 you have to be at Pussy-Cats to start work.</font></b>'
|
|
|
+ end
|
|
|
+ end
|
|
|
|
|
|
- if workrin = 1 and (week = 2 or week = 4 or week = 6) and hour > 5 and hour < 8:
|
|
|
- $stat_msg += '<BR><b><font color="red">At 8 o''clock, you start work in the market.</font></b>'
|
|
|
- elseif workrin = 1 and (week = 2 or week = 4 or week = 6) and hour = 8:
|
|
|
- $stat_msg += '<BR><b><font color="red">You need to work in the market now.</font></b>'
|
|
|
- end
|
|
|
+ if marketWorkday ! daystart:
|
|
|
+ if workrin = 1 and (week = 2 or week = 4 or week = 6) and hour > 5 and hour < 8:
|
|
|
+ $stat_msg += '<BR><b><font color="red">At 8 o''clock you start work on the market.</font></b>'
|
|
|
+ elseif workrin = 1 and (week = 2 or week = 4 or week = 6) and hour = 8:
|
|
|
+ $stat_msg += '<BR><b><font color="red">You need to work on the market now.</font></b>'
|
|
|
+ end
|
|
|
+ end
|
|
|
|
|
|
|
|
|
if model['status'] > 0 and model_week = (daystart - week) / 7 and model_job_week >= 2:
|
|
|
- $stat_msg += '<BR><b>You have no more modeling jobs available this week.</b>'
|
|
|
+ !! $stat_msg += '<BR><b>You have no more modeling jobs available this week.</b>'
|
|
|
elseif model['status'] > 0 and model_week < (daystart - week) / 7 and model_job_week = 1:
|
|
|
$stat_msg += '<BR><b>You can get paid for 1 more modeling job this week.</b>'
|
|
|
elseif model['status'] > 0 and model_week < (daystart - week) / 7 and model_job_week < 1:
|
|
@@ -2111,7 +2135,7 @@ if enable_extra_msg = 1:
|
|
|
if prodcosttrue > 0: $stat_msg += '<br><b>You owe money to the porn studio <<prodcost>>?</b>'
|
|
|
if firstkasting > 0 and pfilmNO < 1:
|
|
|
if pornstack <= 10:
|
|
|
- $stat_msg += '<br>You are currently unable to book any more porn shoots at the Porn Studio.'
|
|
|
+ !! $stat_msg += '<br>You are currently unable to book any more porn shoots at the Porn Studio.'
|
|
|
elseif pornstack = 11:
|
|
|
$stat_msg += '<br>You can contract <<10-pornstack>> porn shoot at the Porn Studio.'
|
|
|
else
|
|
@@ -2136,13 +2160,13 @@ if enable_extra_msg = 1:
|
|
|
end
|
|
|
|
|
|
|
|
|
- if hour < 22 and week >= 2 and week <= 4 and workKafe = 1:$stat_msg += '<BR><b><font color="red">Today you have a shift at The Roadhouse cafe starting at 11:00.</font></b>'
|
|
|
- if hour < 17 and week < 5 and workSec >= 1 or hour < 17 and week < 5 and workSec = 1:$stat_msg += '<BR><b><font color="red">Today you have a shift as a secretary at Titran-Express from 9:00 to 17:00</font></b>'
|
|
|
- if hour < 17 and week < 5 and BurgerQW['Secretary'] = 1:$stat_msg += '<BR><b><font color="red">Today you have a shift as a secretary at Diner Bystroeshka from 9:00 to 17:00</font></b>'
|
|
|
- if hour < 20 and week => 1 and week <= 5 and age < 18 and workFabrika = 1:$stat_msg += '<BR><b><font color = red>Today you have work in the garment factory in Pavlovsk. Shift starts at 16:00.</font></b>'
|
|
|
- if hour < 16 and week => 1 and week <= 5 and age >= 18 and workFabrika = 1:$stat_msg += '<BR><b><font color = red>Today you have work in the garment factory in Pavlovsk. Shift starts at 8:00.</font></b>'
|
|
|
- if hour < 16 and week > 1 and week <= 5 and workhosp = 1:$stat_msg += '<BR><b><font color="red">You work as a nurse in the city residential area clinic. Your shift starts at 8:00.</font></b>'
|
|
|
- if hour < 10 and worksalon = 1 and (week = 1 or week = 3 or week = 5):$stat_msg += '<BR><b><font color = red>Today you have work as masseuse in the beauty salon. Shift starts at 9:00.</font></b>'
|
|
|
+ if hour < 12 and week >= 2 and week <= 4 and workKafe = 1 and kafeWorkday ! daystart:$stat_msg += '<BR><b><font color="red">Today you have a shift at The Roadhouse cafe starting at 11:00.</font></b>'
|
|
|
+ if ((hour < 10 and week < 5 and workSec >= 1) or (hour < 17 and week < 5 and workSec = 1)) and officeSecWorkday ! daystart:$stat_msg += '<BR><b><font color="red">Today you have a shift as a secretary at Titran-Express from 9:00 to 17:00</font></b>'
|
|
|
+ if ((hour < 10 and week < 5 and workSec_old >= 1) or (hour < 17 and week < 5 and workSec_old = 1)) and officeSecWorkday ! daystart:$stat_msg += '<BR><b><font color="red">Today you have a shift as a secretary at Neptune-Express from 9:00 to 16:00</font></b>'
|
|
|
+ if hour < 10 and week < 5 and BurgerQW['Secretary'] = 1 and burgerSecWorkday ! daystart:$stat_msg += '<BR><b><font color="red">Today you have a shift as a secretary at Diner Bystroeshka from 9:00 to 17:00</font></b>'
|
|
|
+ if hour < 17 and week => 1 and week <= 5 and age < 18 and workFabrika = 1:$stat_msg += '<BR><b><font color = red>Today you have work in the garment factory in Pavlovsk. Shift starts at 16:00.</font></b>'
|
|
|
+ if hour < 9 and week => 1 and week <= 5 and age >= 18 and workFabrika = 1:$stat_msg += '<BR><b><font color = red>Today you have work in the garment factory in Pavlovsk. Shift starts at 8:00.</font></b>'
|
|
|
+ if hour < 9 and week > 1 and week <= 5 and workhosp = 1 and nurseWorkday ! daystart:$stat_msg += '<BR><b><font color="red">You work as a nurse in the city residential area clinic. Your shift starts at 8:00.</font></b>'
|
|
|
if leonidVisit = 1 and hour < 21 and hour > 6: $stat_msg += '<br><b>You have to serve Leonid at 20:00 in his Pavlovsk office!</b>'
|
|
|
|
|
|
if hypnoAddict > 0 and $stat_hypno_msg ! '' and hypnoWithdrawal = 1 and missCum >= timeTresh:
|
|
@@ -2153,7 +2177,7 @@ if enable_extra_msg = 1:
|
|
|
$stat_msg += '<BR><b><font color="red"><<$stat_hypno_msg>></font></b>'
|
|
|
elseif hypnoAddict > 0 and $stat_hypno_msg ! '' and hypnoWithdrawal = 2 and missCum < timeTresh:
|
|
|
$stat_msg += '<BR><b><font color="red"><<$stat_hypno_msg>></font></b>'
|
|
|
- elseif hypnoAddict > 0 and $stat_hypno_msg ! '':
|
|
|
+ elseif hypnoAddict > 0 and $stat_hypno_msg ! '' and missCum >= timeTresh:
|
|
|
$stat_msg += '<BR><b><font color="magenta"><<$stat_hypno_msg>></font></b>'
|
|
|
end
|
|
|
end
|