|
@@ -177,7 +177,7 @@ if menu_off = 0:
|
|
|
$menuBarTab += '<td><a href="exec:killvar ''menu_page'' & gs''$menu_setting''"><img title="Menu & Cheatmenu" src="images/system/menu icons/icon_menu.png"></a></td>'
|
|
|
$menuBarTab += '</tr></table>'
|
|
|
$stat_msg += func('cleanHTML',$menuBarTab)
|
|
|
- killvar '$menuBarTab'
|
|
|
+ killvar '$menuBarTab'
|
|
|
elseif menu_off = 1:
|
|
|
$menuBarTab = '<table><tr>'
|
|
|
$menuBarTab += '<td><a href="exec:killvar ''menu_page'' & gs ''obj_din'', ''menu_disabled''"><img title="<<$stat_disable_msg>>" src="images/system/menu icons/icon_character.png"></a></td>'
|
|
@@ -214,12 +214,17 @@ end
|
|
|
|
|
|
!!-----------------Status Icons (Start)------------------
|
|
|
|
|
|
-if cheatStatusIcons = 0:
|
|
|
+if cheatStatusIcons = 0 or disable_show_icons = 0:
|
|
|
+ if disable_show_icons = 0:
|
|
|
+ cheatStatusIcons = 0
|
|
|
+ elseif disable_show_icons = 1:
|
|
|
+ cheatStatusIcons = 1
|
|
|
+ end
|
|
|
|
|
|
$stat_msg += '<br><br>'
|
|
|
|
|
|
!!Row 1: Appearance
|
|
|
-
|
|
|
+
|
|
|
$statusIconBarTab_1 = '<table><tr>'
|
|
|
$statusIconBarTab_1 += '<td><a href="exec:msg ''People would rate your appearance as a <<hotcat>> out of 10.''"><img title="You are a <<hotcat>> out of 10." height = 54 src="images/system/icon/status_icons/appearance.png"></a></td>'
|
|
|
$statusIconBarTab_1 += '<td><a href="exec:msg ''<<$pcs_makeup>>.''"><img title="<<$pcs_makeup_tooltip>>" height = 54 src="images/system/icon/status_icons/makeup_'+pcs_makeup+'.png"></a></td>'
|
|
@@ -229,20 +234,20 @@ if cheatStatusIcons = 0:
|
|
|
else
|
|
|
$statusIconBarTab_1 += '<td><a href="exec: minut += 2 & pcs_hairbsh = 1 & gs ''stat''"><img title="Click to brush your hair." height = 54 src="images/system/icon/status_icons/hair_0.png"></a></td>'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
if pcs_lipbalm > 0: $statusIconBarTab_1 += '<td><a href="exec: ''Your lips are covered in moisturizing balm.''"><img title="You have applied lip balm." height = 54 src="images/system/icon/status_icons/lipstick.png"></a></td>'
|
|
|
-
|
|
|
- if false_lashes >= 1:
|
|
|
+
|
|
|
+ if false_lashes >= 1:
|
|
|
$stat_lashes_msg = 'You''re wearing false'+iif(pcs_lashes = 4, ' mink ', ' ')+'lashes.'
|
|
|
'<td><a href="exec: $stat_lashes_msg"><img title="<<$stat_lashes_msg>>" height = 54 src="images/system/icon/status_icons/lashes.png"></a></td>'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
if $stat_visible_cum_msg ! '': $statusIconBarTab_1 += '<td><a href="exec:msg $stat_visible_cum_msg"><img title="People can see the cum on your body!" height = 54 src="images/system/icon/status_icons/visible_cum.png"></a></td>'
|
|
|
-
|
|
|
+
|
|
|
if cheatNoSweat = 0:
|
|
|
- if pcs_sweat < 0:
|
|
|
+ if pcs_sweat < 0:
|
|
|
pcs_sweat = 0
|
|
|
- elseif pcs_sweat > 69:
|
|
|
+ elseif pcs_sweat > 69:
|
|
|
pcs_sweat = 69
|
|
|
end
|
|
|
|
|
@@ -251,7 +256,7 @@ if cheatStatusIcons = 0:
|
|
|
$stat_sweat_msg = 'You are dripping wet from sweat and smell like a gym sock.'
|
|
|
elseif pcs_sweat > 50:
|
|
|
$stat_sweat_msg = 'You really stink.'
|
|
|
- elseif pcs_sweat > 40:
|
|
|
+ elseif pcs_sweat > 40:
|
|
|
$stat_sweat_msg = 'You stink.'
|
|
|
elseif pcs_sweat > 30:
|
|
|
$stat_sweat_msg = 'You are a little smelly.'
|
|
@@ -261,7 +266,7 @@ if cheatStatusIcons = 0:
|
|
|
$statusIconBarTab_1 += '<td><a href="exec:msg $stat_sweat_msg"><img title="<<$stat_sweat_msg>>" height = 54 src="images/system/icon/status_icons/need_shower.png"></a></td>'
|
|
|
end
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
if body_write > 0 or face_write > 0:
|
|
|
if body_write > 1 and face_write = 0:
|
|
|
$stat_wirting_msg = 'Your body is inscribed with derogatory graffiti.'
|
|
@@ -276,7 +281,7 @@ if cheatStatusIcons = 0:
|
|
|
end
|
|
|
$statusIconBarTab_1 += '<td><a href="exec:msg $stat_wirting_msg"><img title="<<$stat_wirting_msg>>" height = 54 src="images/system/icon/status_icons/body_writing.png"></a></td>'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
if pcs_leghair > 3 or (pubestyle = 1 and pcs_pubes > 3) or ((pubestyle >= 2 and pubestyle <= 7) and pcs_pubes >= 15) or (pubestyle = 8 and pcs_pubes >= 20) or (pubestyle = 9 and pcs_pubes >= 25) or (pubestyle = 10 and pcs_pubes >= 30):
|
|
|
if (pubestyle = 1 and pcs_pubes > 3) or ((pubestyle >= 2 and pubestyle <= 7) and pcs_pubes >= 15) or (pubestyle = 8 and pcs_pubes >= 20) or (pubestyle = 9 and pcs_pubes >= 25) or (pubestyle = 10 and pcs_pubes >= 30):
|
|
|
$stat_shave_msg = 'You need to shave your'+iif(pcs_leghair > 3, ' legs and ', ' ')+'pussy.'
|
|
@@ -285,16 +290,16 @@ if cheatStatusIcons = 0:
|
|
|
end
|
|
|
$statusIconBarTab_1 += '<td><a href="exec:msg $stat_shave_msg"><img title="<<$stat_shave_msg>>" height = 54 src="images/system/icon/status_icons/need_shave.png"></a></td>'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
$statusIconBarTab_1 += '</tr></table>'
|
|
|
$stat_msg += func('cleanHTML',$statusIconBarTab_1)
|
|
|
killvar '$statusIconBarTab_1'
|
|
|
|
|
|
!!Row 2: Clothes, pregnancy, cum, lactation, STD...
|
|
|
-
|
|
|
+
|
|
|
$statusIconBarTab_2 = '<table><tr>'
|
|
|
-
|
|
|
- if menu_off = 0:
|
|
|
+
|
|
|
+ if menu_off = 0:
|
|
|
$statusIconBarTab_2 += '<td><a href="exec:dynamic $d_cycreport_choice"><img title="Click to open the cycle menu." height = 54 src="images/system/icon/status_icons/vagina.png"></a></td>'
|
|
|
elseif menu_off = 1:
|
|
|
$statusIconBarTab_2 += '<td><a href="exec:msg $stat_disable_msg"><img title="<<$stat_disable_msg>>" height = 54 src="images/system/icon/status_icons/vagina.png"></a></td>'
|
|
@@ -308,7 +313,7 @@ if cheatStatusIcons = 0:
|
|
|
elseif placebopart > 0 and LutH > 0 and knowpreg = 0:
|
|
|
$stat_bleed_msg = 'Your period is due to start soon.'
|
|
|
$statusIconBarTab_2 += '<td><a href="exec:msg $stat_bleed_msg"><img title="<<$stat_bleed_msg>>" height = 54 src="images/system/icon/status_icons/vunknown.png"></a></td>'
|
|
|
- elseif implant_day > 0 and ((daystart - implant_day) * 24 + hour - implant_hour) < 5:
|
|
|
+ elseif implant_day > 0 and ((daystart - implant_day) * 24 + hour - implant_hour) < 5:
|
|
|
$stat_bleed_msg = 'You feel a slight twinge in your abdomen.'
|
|
|
$statusIconBarTab_2 += '<td><a href="exec:msg $stat_bleed_msg"><img title="<<$stat_bleed_msg>>" height = 54 src="images/system/icon/status_icons/vunknown.png"></a></td>'
|
|
|
elseif thinkpreg = 0 and knowpreg = 0 and cycle ! 6 and pillcon2 <= 30000 and succubusflag ! 1 and cheatSlut = 0 and mesec = 0:
|
|
@@ -327,22 +332,22 @@ if cheatStatusIcons = 0:
|
|
|
$statusIconBarTab_2 += '<td><a href="exec:msg $stat_bleed_msg"><img title="<<$stat_bleed_msg>>" height = 54 src="images/system/icon/status_icons/vunknown.png"></a></td>'
|
|
|
elseif abortionbirthdate ! 0 and daystart - abortionbirthdate <= 26:
|
|
|
if daystart - abortionbirthdate <= 13:
|
|
|
- $stat_bleed_msg = 'You are still in your recovery period. Nothing to worry about.'
|
|
|
+ $stat_bleed_msg = 'You are still in your recovery period. Nothing to worry about.'
|
|
|
elseif daystart - abortionbirthdate > 13 and daystart - abortionbirthdate <= 16:
|
|
|
- $stat_bleed_msg = 'You are maybe still in your recovery period, but there could be a risk.'
|
|
|
+ $stat_bleed_msg = 'You are maybe still in your recovery period, but there could be a risk.'
|
|
|
elseif daystart - abortionbirthdate > 16 and daystart - abortionbirthdate <= 21:
|
|
|
$stat_bleed_msg = 'You should have recovered from you abortion by know... Right?'
|
|
|
elseif daystart - abortionbirthdate > 21 and daystart - abortionbirthdate <= 26:
|
|
|
- $stat_bleed_msg = 'You should have definitely recovered from your abortion by now.'
|
|
|
+ $stat_bleed_msg = 'You should have definitely recovered from your abortion by now.'
|
|
|
end
|
|
|
- $statusIconBarTab_2 += '<td><a href="exec:msg $stat_bleed_msg"><img title="<<$stat_bleed_msg>>" height = 54 src="images/system/icon/status_icons/vunknown.png"></a></td>'
|
|
|
- elseif pregbirthdate ! 0 and daystart - pregbirthdate <= 80:
|
|
|
+ $statusIconBarTab_2 += '<td><a href="exec:msg $stat_bleed_msg"><img title="<<$stat_bleed_msg>>" height = 54 src="images/system/icon/status_icons/vunknown.png"></a></td>'
|
|
|
+ elseif pregbirthdate ! 0 and daystart - pregbirthdate <= 80:
|
|
|
if daystart - pregbirthdate <= 41:
|
|
|
$stat_bleed_msg = 'You are still in your recovery period. Nothing to worry about.'
|
|
|
elseif daystart - pregbirthdate > 41 and daystart - pregbirthdate <= 48:
|
|
|
$stat_bleed_msg = 'You are probably still in your recovery period.'
|
|
|
elseif daystart - pregbirthdate > 48 and daystart - pregbirthdate <= 55:
|
|
|
- $stat_bleed_msg = 'You are maybe still in your recovery period, but there could be a risk.'
|
|
|
+ $stat_bleed_msg = 'You are maybe still in your recovery period, but there could be a risk.'
|
|
|
elseif daystart - pregbirthdate > 55 and daystart - pregbirthdate <= 70:
|
|
|
$stat_bleed_msg = 'You should have recovered by know... Right?'
|
|
|
elseif daystart - pregbirthdate > 70 and daystart - pregbirthdate <= 80:
|
|
@@ -364,36 +369,36 @@ if cheatStatusIcons = 0:
|
|
|
$stat_preg_tooltip = 'Go to the hospital, ASAP! You''re in labour!'
|
|
|
$statusIconBarTab_2 += '<td><a href="exec:msg $stat_preg_msg"><img title="<<$stat_preg_tooltip>>" height = 54 src="images/system/icon/status_icons/labour.png"></a></td>'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
gs 'lact_lib','breast_stat_icons'
|
|
|
-
|
|
|
+
|
|
|
if bcream_used = 1:
|
|
|
$stat_cream_msg = 'Your breasts are feeling hot and tingly.'
|
|
|
$statusIconBarTab_2 += '<td><a href="exec:msg $stat_cream_msg"><img title="<<$stat_cream_msg>>" height = 54 src="images/system/icon/status_icons/breast_cream.png"></a></td>'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
if $stat_cum_msg ! '': $statusIconBarTab_2 += '<td><a href="exec:msg $stat_cum_msg"><img title="You have cum in and/or on your body. Click to find out more." height = 54 src="images/system/icon/status_icons/cum_covered.png"></a></td>'
|
|
|
-
|
|
|
+
|
|
|
if stat_cumloc_check = 1 and trt_cumeater = 1 and cumeater_cheat = 0 and menu_off = 0:
|
|
|
$statusIconBarTab_2 += '<td><a href="exec: gs ''cum_manage'', ''cumeater_icon'' & gs ''stat''"><img title="Click to lick up all that delicious cum." height = 54 src="images/system/icon/status_icons/cum_eater.png"></a></td>'
|
|
|
elseif stat_cumloc_check = 1 and trt_cumeater = 1 and cumeater_cheat = 0 and menu_off = 1:
|
|
|
$statusIconBarTab_2 += '<td><a href="exec:msg $stat_disable_msg"><img title="<<$stat_disable_msg>>" height = 54 src="images/system/icon/status_icons/cum_eater.png"></a></td>'
|
|
|
end
|
|
|
-
|
|
|
- if stat_cumloc_check = 1 and salfetka > 0 and menu_off = 0:
|
|
|
+
|
|
|
+ if stat_cumloc_check = 1 and salfetka > 0 and menu_off = 0:
|
|
|
$statusIconBarTab_2 += '<td><a href="exec:dynamic $d_salf"><img title="Click to use your wipes." height = 54 src="images/system/icon/status_icons/wipes.png"></a></td>'
|
|
|
elseif stat_cumloc_check = 1 and salfetka > 0 and menu_off = 1:
|
|
|
$statusIconBarTab_2 += '<td><a href="exec:msg $stat_disable_msg"><img title="<<$stat_disable_msg>>" height = 54 src="images/system/icon/status_icons/wipes.png"></a></td>'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
if cumcondslip > 0: $statusIconBarTab_2 += '<td><a href="exec:msg ''You don''t feel so great and you''re still wondering about the used condom you never found. Maybe those two things are related?''"><img title="You feel sick. Click to find out more." height = 54 src="images/system/icon/status_icons/stuck_condom.png"></a></td>'
|
|
|
-
|
|
|
+
|
|
|
if $stat_clothes_msg ! '': $statusIconBarTab_2 += '<td><a href="exec:msg $stat_clothes_msg"><img title="<<$stat_clothes_tooltip>>" height = 54 src="images/system/icon/status_icons/<<$stat_clothes_style>>.png"></a></td>'
|
|
|
-
|
|
|
+
|
|
|
if $stat_bra_msg ! '': $statusIconBarTab_2 += '<td><a href="exec:msg $stat_bra_msg"><img title="<<$stat_bra_msg>>" height = 54 src="images/system/icon/status_icons/bra.png"></a></td>'
|
|
|
-
|
|
|
+
|
|
|
if $stat_panty_msg ! '': $statusIconBarTab_2 += '<td><a href="exec:msg $stat_panty_msg"><img title="<<$stat_panty_msg>>" height = 54 src="images/system/icon/status_icons/panties.png"></a></td>'
|
|
|
-
|
|
|
+
|
|
|
if analplugIN = 1 and vibratorin = 0:
|
|
|
$stat_toy_msg = 'A butt plug is inside your ass.'
|
|
|
$statusIconBarTab_2 += '<td><a href="exec:msg $stat_toy_msg"><img title="<<$stat_toy_msg>>" height = 54 src="images/system/icon/status_icons/tbutt_plug.png"></a></td>'
|
|
@@ -404,10 +409,10 @@ if cheatStatusIcons = 0:
|
|
|
$stat_toy_msg = 'You''re wearing a plug and a vibrator.'
|
|
|
$statusIconBarTab_2 += '<td><a href="exec:msg $stat_toy_msg"><img title="<<$stat_toy_msg>>" height = 54 src="images/system/icon/status_icons/tdouble_stuffed.png"></a></td>'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
stat_STD_count = 0
|
|
|
$stat_STD_msg = ''
|
|
|
-
|
|
|
+
|
|
|
if Gerpes >= 10 and GenHerpes = 1:
|
|
|
stat_STD_count += 1
|
|
|
$stat_STD_msg += 'Sores have appeared on your vagina. You have genital herpes.'
|
|
@@ -418,7 +423,7 @@ if cheatStatusIcons = 0:
|
|
|
stat_STD_count += 1
|
|
|
$stat_STD_msg += 'You have cold Sores on your lips. You have oral herpes.'
|
|
|
end
|
|
|
- if Gerpes >= 20 and GenHerpes = 1:
|
|
|
+ if Gerpes >= 20 and GenHerpes = 1:
|
|
|
stat_STD_count += 1
|
|
|
if stat_STD_count > 1: $stat_STD_msg += '<br>'
|
|
|
$stat_STD_msg += 'The herpes sores also cover your ass.'
|
|
@@ -432,7 +437,7 @@ if cheatStatusIcons = 0:
|
|
|
if stat_STD_count > 1: $stat_STD_msg += '<br>'
|
|
|
$stat_STD_msg += 'You have a single large, hard sore on the lip. You have syphilis.'
|
|
|
end
|
|
|
- if Triper > 2:
|
|
|
+ if Triper > 2:
|
|
|
stat_STD_count += 1
|
|
|
if stat_STD_count > 1: $stat_STD_msg += '<br>'
|
|
|
$stat_STD_msg += 'It stings, when you''re urinating. You have gonorrhea.'
|
|
@@ -442,23 +447,23 @@ if cheatStatusIcons = 0:
|
|
|
if stat_STD_count > 1: $stat_STD_msg += '<br>'
|
|
|
$stat_STD_msg += 'There''s a white discharge coming from your vagina. You have thrush.'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
if stat_STD_count > 0:
|
|
|
$stat_STD_tooltip = 'You have '+iif(stat_STD_count = 1, 'a', '<<stat_STD_count>>')+' STD'+iif(stat_STD_count = 1, '.', 's.')+' Click to find out more.'
|
|
|
$statusIconBarTab_2 += '<td><a href="exec:msg $stat_STD_msg"><img title="<<$stat_STD_tooltip>>" height = 54 src="images/system/icon/status_icons/std.png"></a></td>'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
$statusIconBarTab_2 += '</tr></table>'
|
|
|
$stat_msg += func('cleanHTML',$statusIconBarTab_2)
|
|
|
-
|
|
|
+
|
|
|
!!Row 3: Mood, Arousal, Hunger, Thirst, Health without STDs...
|
|
|
-
|
|
|
+
|
|
|
$statusIconBarTab_3 = '<table><tr>'
|
|
|
-
|
|
|
+
|
|
|
if bimbolevel > 0: $statusIconBarTab_3 += '<td><a href="exec:msg $bimbostatus"><img title="<<$bimbostatus>>" height = 54 src="images/system/icon/status_icons/bimbo.png"></a></td>'
|
|
|
-
|
|
|
+
|
|
|
if hypnoAddict > 0 and $stat_hypno_msg ! '': $statusIconBarTab_3 += '<td><a href="exec:msg $stat_hypno_msg"><img title="<<$stat_hypno_tooltip>>" height = 54 src="images/system/icon/status_icons/hypno_addict.png"></a></td>'
|
|
|
-
|
|
|
+
|
|
|
if pcs_mood >= 80:
|
|
|
$stat_mood_msg = 'You are in a great mood.'
|
|
|
$statusIconBarTab_3 += '<td><a href="exec:msg $stat_mood_msg"><img title="<<$stat_mood_msg>>" height = 54 src="images/system/icon/status_icons/mood_1.png"></a></td>'
|
|
@@ -479,7 +484,7 @@ if cheatStatusIcons = 0:
|
|
|
$stat_mood_tooltip = 'You are really depressed.'
|
|
|
$statusIconBarTab_3 += '<td><a href="exec:msg $stat_mood_msg"><img title="<<$stat_mood_tooltip>>" height = 54 src="images/system/icon/status_icons/mood_6.png"></a></td>'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
if pcs_horny > 90:
|
|
|
$stat_arousal_msg = 'You can''t stop thinking about sex, you''re soaked between your legs from your juices.'
|
|
|
$stat_arousal_tooltip = 'You can''t stop thinking about sex'
|
|
@@ -490,10 +495,10 @@ if cheatStatusIcons = 0:
|
|
|
$statusIconBarTab_3 += '<td><a href="exec:msg $stat_arousal_msg"><img title="<<$stat_arousal_tooltip>>" height = 54 src="images/system/icon/status_icons/arousal_med.png"></a></td>'
|
|
|
elseif pcs_horny > 30:
|
|
|
$stat_arousal_msg = 'You''re feeling a tingling sensation between your legs.'
|
|
|
- $stat_arousal_tooltip = 'You''re feeling a bit aroused.'
|
|
|
+ $stat_arousal_tooltip = 'You''re feeling a bit aroused.'
|
|
|
$statusIconBarTab_3 += '<td><a href="exec:msg $stat_arousal_msg"><img title="<<$stat_arousal_tooltip>>" height = 54 src="images/system/icon/status_icons/arousal_low.png"></a></td>'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
if cheatNoEat = 0:
|
|
|
if pcs_energy < 5:
|
|
|
$stat_hunger_msg = 'You feel faint from hunger, if you don''t have something to eat very soon, you will pass out.'
|
|
@@ -544,35 +549,35 @@ if cheatStatusIcons = 0:
|
|
|
end
|
|
|
if pcs_sleep < 30: $statusIconBarTab_3 += '<td><a href="exec:msg $stat_sleep_msg"><img title="<<$stat_sleep_tooltip>>" height = 54 src="images/system/icon/status_icons/need_sleep.png"></a></td>'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
if frost > 0: $statusIconBarTab_3 += '<td><a href="exec:msg $stat_frost_msg"><img title="<<$stat_frost_msg>>" height = 54 src="images/system/icon/status_icons/hypothermia.png"></a></td>'
|
|
|
-
|
|
|
+
|
|
|
if sick > 0: $statusIconBarTab_3 += '<td><a href="exec:msg $stat_sick_msg"><img title="<<$stat_sick_tooltip>>" height = 54 src="images/system/icon/status_icons/health.png"></a></td>'
|
|
|
-
|
|
|
- if recuperation = 1:
|
|
|
+
|
|
|
+ if recuperation = 1:
|
|
|
$stat_health_msg = 'You are still recovering from major surgery.'
|
|
|
$statusIconBarTab_3 += '<td><a href="exec:msg $stat_health_msg"><img title="<<$stat_health_msg>>" height = 54 src="images/system/icon/status_icons/health.png"></a></td>'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
$statusIconBarTab_3 += '</tr></table>'
|
|
|
- $stat_msg += func('cleanHTML',$statusIconBarTab_3)
|
|
|
+ $stat_msg += func('cleanHTML',$statusIconBarTab_3)
|
|
|
killvar '$statusIconBarTab_3'
|
|
|
-
|
|
|
+
|
|
|
!!Row 4: School, Work, Court, Drugs and other short term stuff
|
|
|
-
|
|
|
+
|
|
|
$statusIconBarTab_4 = '<table><tr>'
|
|
|
|
|
|
if $stat_court_msg ! '': $statusIconBarTab_4 += '<td><a href="exec:msg $stat_court_msg"><img title="<<$stat_court_tooltip>>" height = 54 src="images/system/icon/status_icons/court.png"></a></td>'
|
|
|
-
|
|
|
+
|
|
|
if $stat_school_msg ! '': $statusIconBarTab_4 += '<td><a href="exec:msg $stat_school_msg"><img title="<<$stat_school_tooltip>>" height = 54 src="images/system/icon/status_icons/school.png"></a></td>'
|
|
|
-
|
|
|
+
|
|
|
if work > 0: $statusIconBarTab_4 += '<td><a href="exec: gt ''journal'', ''records''"><img title="You have a job. Click to find out more." height = 54 src="images/system/icon/status_icons/work.png"></a></td>'
|
|
|
-
|
|
|
- if siga > 0:
|
|
|
+
|
|
|
+ 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.' , '.')
|
|
|
$statusIconBarTab_4 += '<td><a href="exec:msg $stat_smoker_msg"><img title="<<$stat_smoker_msg>>" height = 54 src="images/system/icon/status_icons/cigarettes.png"></a></td>'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
if smoker >= 20 and NarkImmune = 0 and smokerNeed > 0 and siga > 0:
|
|
|
$stat_smoke_msg = 'You really need to smoke, click to smoke a cigarette.'
|
|
|
$statusIconBarTab_4 += '<td><a href="exec: gs ''drugs'',''smoke'' & ''You are smoking a cigarette.''"><img title="<<$stat_smoke_msg>>" height = 54 src="images/system/icon/status_icons/craving_nicotine.png"></a></td>'
|
|
@@ -583,9 +588,9 @@ if cheatStatusIcons = 0:
|
|
|
$stat_smoke_msg = 'Click to smoke a cigarette.'
|
|
|
$statusIconBarTab_4 += '<td><a href="exec: gs ''drugs'',''smoke'' & ''You are smoking a cigarette.''"><img title="<<$stat_smoke_msg>>" height = 54 src="images/system/icon/status_icons/smoke_cigarette.png"></a></td>'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
$stat_drug_msg = ''
|
|
|
-
|
|
|
+
|
|
|
if narkday ! daystart and narkoman = 1 and Slomka > 0:
|
|
|
$stat_drug_msg += 'You need heroin and cocaine.'
|
|
|
elseif narkday ! daystart and narkoman = 1 and Slomka <= 0:
|
|
@@ -593,9 +598,9 @@ if cheatStatusIcons = 0:
|
|
|
elseif SLomka > 0:
|
|
|
$stat_drug_msg += 'You need heroin.'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
if $stat_drug_msg ! '': $statusIconBarTab_4 += '<td><a href="exec:msg $stat_drug_msg"><img title="<<$stat_drug_msg>>" height = 54 src="images/system/icon/status_icons/craving_drugs.png"></a></td>'
|
|
|
-
|
|
|
+
|
|
|
if alko > 9:
|
|
|
$stat_alko_msg = 'You''re '+iif(alko < 10, 'very drunk.', 'wasted.')
|
|
|
$statusIconBarTab_4 += '<td><a href="exec:msg $stat_alko_msg"><img title="<<$stat_alko_msg>>" height = 54 src="images/system/icon/status_icons/alko_4.png"></a></td>'
|
|
@@ -609,11 +614,11 @@ if cheatStatusIcons = 0:
|
|
|
$stat_alko_msg = 'You feel a little buzz from drinking.'
|
|
|
$statusIconBarTab_4 += '<td><a href="exec:msg $stat_alko_msg"><img title="<<$stat_alko_msg>>" height = 54 src="images/system/icon/status_icons/alko_1.png"></a></td>'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
if mentats_dose >= 1: $statusIconBarTab_4 += '<td><a href="exec:msg ''You feel sharp and focused.''"><img title="You feel sharp and focused." height = 54 src="images/system/icon/status_icons/drugs.png"></a></td>'
|
|
|
-
|
|
|
+
|
|
|
if aphrodisiac_timer > 0: $statusIconBarTab_4 +='<td><a href="exec:msg ''You are feeling hot and every move causes your groin to tingle.''"><img title="You are feeling hot." height = 54 src="images/system/icon/status_icons/aphro_gum.png"></a></td>'
|
|
|
-
|
|
|
+
|
|
|
$statusIconBarTab_4 += '</tr></table>'
|
|
|
$stat_msg += func('cleanHTML',$statusIconBarTab_4)
|
|
|
killvar '$statusIconBarTab_4'
|
|
@@ -621,88 +626,114 @@ end
|
|
|
|
|
|
!!-----------------Status Icons (End)------------------
|
|
|
|
|
|
-!!----------------Extra messages, start--------------------------
|
|
|
-
|
|
|
-!!----------------▽Attributes--------------------------
|
|
|
+!!----------------Stat Display, start--------------------------
|
|
|
$stat_tool_msg=''
|
|
|
$stat_extra_msg=''
|
|
|
|
|
|
if enable_show_status = 0:
|
|
|
- $stat_tool_msg += '<a href="exec:enable_show_status = 1 & gs ''$menu_obnovit''">▲Status</a>'
|
|
|
+ $stat_tool_msg += '<a href="exec:enable_show_status = 1 & gs ''$menu_obnovit''">▲Status</a> '
|
|
|
+else
|
|
|
+ $stat_tool_msg += '<a href="exec:enable_show_status = 0 & gs ''$menu_obnovit''">▽Status</a> '
|
|
|
+end
|
|
|
+
|
|
|
+if disable_show_icons = 1:
|
|
|
+ $stat_tool_msg += '<a href="exec:disable_show_icons = 0 & gs ''$menu_obnovit''">▽Icons</a> '
|
|
|
else
|
|
|
- $stat_tool_msg += '<a href="exec:enable_show_status = 0 & gs ''$menu_obnovit''">▽Status</a>'
|
|
|
+ $stat_tool_msg += '<a href="exec:disable_show_icons = 1 & gs ''$menu_obnovit''">▲Icons</a> '
|
|
|
end
|
|
|
|
|
|
-if enable_show_status = 0:
|
|
|
+if enable_show_status = 0:
|
|
|
if ETOmenu = 1:
|
|
|
- $stat_extra_msg += '<BR><b><<$pcs_health>></b>'
|
|
|
- $stat_extra_msg += '<BR><b><<$pcs_willpwr>></b>'
|
|
|
- if cheatNoEat = 0: $stat_extra_msg += '<BR><b><<$pcs_energy>></b>'
|
|
|
- if cheatNoDrink = 0: $stat_extra_msg += '<BR><b><<$pcs_hydra>></b>'
|
|
|
- if cheatNoSleep = 0: $stat_extra_msg += '<BR><b><<$pcs_sleep>></b>'
|
|
|
+ $stat_msg += '<BR><b><<$pcs_health>></b>'
|
|
|
+ $stat_msg += '<BR><b><<$pcs_willpwr>></b>'
|
|
|
+ if cheatNoEat = 0: $stat_msg += '<BR><b><<$pcs_energy>></b>'
|
|
|
+ if cheatNoDrink = 0: $stat_msg += '<BR><b><<$pcs_hydra>></b>'
|
|
|
+ if cheatNoSleep = 0: $stat_msg += '<BR><b><<$pcs_sleep>></b>'
|
|
|
elseif Enable_scalepic = 2:
|
|
|
$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>'
|
|
|
+ $stat_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_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>'
|
|
|
- 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>'
|
|
|
+ $stat_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_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_energy, pcs_energy)+'</TD><TD> Hunger</TD></TR>'
|
|
|
+ if cheatNoDrink = 0: $stat_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_hydra, pcs_hydra)+'</TD><TD> Thirst</TD></TR>'
|
|
|
+ if cheatNoSleep = 0: $stat_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_sleep, pcs_sleep)+'</TD><TD> Sleep</TD></TR></TABLE></font></p>'
|
|
|
else
|
|
|
+ $stat_msg += '<BR>'
|
|
|
gs 'indik', '2', pcs_horny, pcs_horny
|
|
|
- $stat_extra_msg += '<BR><<$ind>> Arousal'
|
|
|
+ $stat_msg += '<BR><<$ind>> Arousal'
|
|
|
|
|
|
gs 'indik', '2', pain['total'], pain['total'], pain['damage']
|
|
|
- $stat_extra_msg += '<BR><<$ind>> Pain'
|
|
|
+ $stat_msg += '<BR><<$ind>> Pain'
|
|
|
|
|
|
gs 'indik', '1', pcs_health * 100 / healthmax, pcs_health
|
|
|
- $stat_extra_msg += '<BR><<$ind>> Health'
|
|
|
+ $stat_msg += '<BR><<$ind>> Health'
|
|
|
|
|
|
if MagikDostup = 0:
|
|
|
gs 'indik', '1', pcs_mana * 100 / manamax, pcs_mana
|
|
|
- $stat_extra_msg += '<BR><<$ind>> Mana'
|
|
|
+ $stat_msg += '<BR><<$ind>> Mana'
|
|
|
end
|
|
|
|
|
|
gs 'indik', '1', pcs_willpwr * 100 / willpowermax, pcs_willpwr
|
|
|
- $stat_extra_msg += '<BR><<$ind>> Willpower'
|
|
|
+ $stat_msg += '<BR><<$ind>> Willpower'
|
|
|
|
|
|
gs 'indik', '1', pcs_stam * 100 / stammax, pcs_stam
|
|
|
- $stat_extra_msg += '<BR><<$ind>> Stamina'
|
|
|
+ $stat_msg += '<BR><<$ind>> Stamina'
|
|
|
|
|
|
gs 'indik', '1', pcs_mood, pcs_mood
|
|
|
- $stat_extra_msg += '<BR><<$ind>> Mood'
|
|
|
+ $stat_msg += '<BR><<$ind>> Mood'
|
|
|
|
|
|
if cheatNoEat = 0:
|
|
|
gs 'indik', '1', pcs_energy, pcs_energy
|
|
|
- $stat_extra_msg += '<BR><<$ind>> Hunger'
|
|
|
+ $stat_msg += '<BR><<$ind>> Hunger'
|
|
|
end
|
|
|
|
|
|
if cheatNoDrink = 0:
|
|
|
gs 'indik', '1', pcs_hydra, pcs_hydra
|
|
|
- $stat_extra_msg += '<BR><<$ind>> Thirst'
|
|
|
+ $stat_msg += '<BR><<$ind>> Thirst'
|
|
|
end
|
|
|
|
|
|
if cheatNoSleep = 0:
|
|
|
gs 'indik', '1', pcs_sleep, pcs_sleep
|
|
|
- $stat_extra_msg += '<BR><<$ind>> Sleep'
|
|
|
+ $stat_msg += '<BR><<$ind>> Sleep'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
+!!----------------Extra messages, start--------------------------
|
|
|
+
|
|
|
+!!----------------▽Attributes--------------------------
|
|
|
if Enable_showattr = 0:
|
|
|
- $stat_tool_msg += ' <a href="exec:Enable_showattr = 1 & gs ''$menu_obnovit''">▽Attributes</a>'
|
|
|
+ $stat_tool_msg += '<a href="exec:Enable_showattr = 1 & gs ''$menu_obnovit''">▽Attributes</a>'
|
|
|
else
|
|
|
- $stat_tool_msg += ' <a href="exec:Enable_showattr = 0 & gs ''$menu_obnovit''">▲Attributes</a>'
|
|
|
+ $stat_tool_msg += '<a href="exec:Enable_showattr = 0 & gs ''$menu_obnovit''">▲Attributes</a>'
|
|
|
!skip if this is first message
|
|
|
if $stat_extra_msg ! null: $stat_extra_msg += '<br><a href="exec:Enable_showattr = 0 & gs ''$menu_obnovit''">▲Attributes:</a>'
|
|
|
if Enable_scalepic = 2:
|
|
|
- $stat_extra_msg += '<font color="<<$st_temp>>"><TABLE cellpadding="1" cellspacing="0" width="300"><TR><TD width="85%">'+FUNC('indiktab', '1', 100 - pcs_inhib, 100 - pcs_inhib)+'</TD><TD> Inhibition</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_stren, pcs_stren)+'</TD><TD> Strength</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_agil, pcs_agil)+'</TD><TD> Agility</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_vital, pcs_vital)+'</TD><TD> Endurance</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_intel, pcs_intel)+'</TD><TD> Intelligence</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_sprt, pcs_sprt)+'</TD><TD> Spirit</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_react, pcs_react)+'</TD><TD nowrap> Reaction</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_chrsm, pcs_chrsm)+'</TD><TD> Charisma</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_prcptn, pcs_prcptn)+'</TD><TD> Perception</TD></TR>'
|
|
|
+ if pcs_dom > 10:
|
|
|
+ $dom_stat_msg = 'dominant'
|
|
|
+ elseif sub > 10:
|
|
|
+ $dom_stat_msg = 'submissive'
|
|
|
+ else
|
|
|
+ $dom_stat_msg = 'neutral'
|
|
|
+ end
|
|
|
+
|
|
|
+ $stat_extra_msg += '<font color="<<$st_temp>>"><TABLE cellpadding="1" cellspacing="0" width="300"><TR><TD width="85%">'+FUNC('indiktab', '3', 100+pcs_dom-sub, 100+pcs_dom-sub,$dom_stat_msg)+'</TD><TD> Dominance</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', 100 - pcs_inhib, 100 - pcs_inhib)+'</TD><TD> Inhibition</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_stren, pcs_stren)+'</TD><TD> Strength</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_agil, pcs_agil)+'</TD><TD> Agility</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_vital, pcs_vital)+'</TD><TD> Endurance</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_intel, pcs_intel)+'</TD><TD> Intelligence</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_sprt, pcs_sprt)+'</TD><TD> Spirit</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_react, pcs_react)+'</TD><TD nowrap> Reaction</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_chrsm, pcs_chrsm)+'</TD><TD> Charisma</TD></TR><TR><TD width="85%">'+FUNC('indiktab', '1', pcs_prcptn, pcs_prcptn)+'</TD><TD> Perception</TD></TR>'
|
|
|
if MagikDostup = 0: $stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_magik, pcs_magik)+'</TD><TD> Magic</TD></TR>'
|
|
|
if succubusflag = 1: $stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', sucexcess, sucexcess)+'</TD><TD> Succubus Energy</TD></TR>'
|
|
|
$stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_apprnc / 2, pcs_apprnc)+'</TD><TD> Attractiveness</TD></TR>'
|
|
|
if SchoolAtestat = 0 and StoryLine > 0:$stat_extra_msg += '<TR><TD width="85%">'+FUNC('indiktab', '1', pcs_grades, pcs_grades)+'</TD><TD nowrap> School Grades</TD></TR>'
|
|
|
$stat_extra_msg += '</TABLE></font>'
|
|
|
+ killvar '$dom_stat_msg'
|
|
|
else
|
|
|
+ gs 'indik','3', 50+(pcs_dom-sub)/2, 50+(pcs_dom-sub)/2
|
|
|
+ $stat_extra_msg += '<BR><<$ind>> Dominance'
|
|
|
+ if pcs_dom > 10:
|
|
|
+ $stat_extra_msg += ' (dominant)'
|
|
|
+ elseif sub > 10:
|
|
|
+ $stat_extra_msg += ' (submissive)'
|
|
|
+ else
|
|
|
+ $stat_extra_msg += ' (natural)'
|
|
|
+ end
|
|
|
gs 'indik', '1', 100 - pcs_inhib, 100 - pcs_inhib
|
|
|
$stat_extra_msg += '<BR><<$ind>> Inhibition'
|
|
|
gs 'indik', '1', pcs_stren, pcs_stren
|
|
@@ -777,14 +808,14 @@ else
|
|
|
if pcs_ftbll > 0: gs 'show_table', '<<pcs_ftbll>> Football', '2'
|
|
|
if pcs_wrstlng > 0: gs 'show_table', '<<pcs_wrstlng>> Wrestling', '2'
|
|
|
if pcs_shoot > 0: gs 'show_table', '<<pcs_shoot>> Marksmanship', '2'
|
|
|
- if pcs_bushcraft > 0: gs 'show_table', '<<pcs_bushcraft>> Bushcraft', '2'
|
|
|
+ if pcs_bushcraft > 0: gs 'show_table', '<<pcs_bushcraft>> Bushcraft', '2'
|
|
|
if pcs_chess > 0: gs 'show_table', '<<pcs_chess>> Chess', '2'
|
|
|
if pcs_icesktng > 0: gs 'show_table', '<<pcs_icesktng>> Ice Skating', '2'
|
|
|
if pcs_gaming > 0: gs 'show_table', '<<pcs_gaming>> Gaming', '2'
|
|
|
if pcs_pool > 0: gs 'show_table', '<<pcs_pool>> Pool', '2'
|
|
|
end
|
|
|
|
|
|
- !!-----------------Beauty/Modeling skills---------------
|
|
|
+ !!-----------------Beauty/Modelling skills---------------
|
|
|
if Enable_show_beauty_skill = 0:
|
|
|
$stat_sktool_msg += ' <a href="exec:Enable_show_beauty_skill = 1 & gs ''$menu_obnovit''">◇Beauty</a>'
|
|
|
else
|
|
@@ -793,7 +824,7 @@ else
|
|
|
if pcs_danc > 0: gs 'show_table', '<<pcs_danc>> Modern Dancing', '2'
|
|
|
if pcs_dancero > 0: gs 'show_table', '<<pcs_dancero>> Erotic Dancing', '2'
|
|
|
if pcs_dancpol > 0: gs 'show_table', '<<pcs_dancpol>> Pole Dancing', '2'
|
|
|
- if pcs_mdlng > 0: gs 'show_table', '<<pcs_mdlng>> Modeling', '2'
|
|
|
+ if pcs_mdlng > 0: gs 'show_table', '<<pcs_mdlng>> Modelling', '2'
|
|
|
if pcs_heels > 0: gs 'show_table', '<<pcs_heels>> Heels', '2'
|
|
|
end
|
|
|
|
|
@@ -910,7 +941,6 @@ killvar 'stat_extra_msg'
|
|
|
|
|
|
!!----------------Extra messages, End--------------------------
|
|
|
|
|
|
-$stat_msg += '<br>'
|
|
|
|
|
|
if enable_extra_msg = 1:
|
|
|
if opPRE = 0: $stat_msg += '<BR><<$pcs_makeup>> and your hair is <<$pcs_hairbsh>>.' & !$stat_msg += '<BR>'
|
|
@@ -932,29 +962,29 @@ if enable_extra_msg = 1:
|
|
|
elseif abortionbirthdate ! 0 and daystart - abortionbirthdate <= 13:
|
|
|
$stat_msg += '<BR><font color = #705243><b>You are still in your recovery period. Nothing to worry about.</b></font>'
|
|
|
elseif abortionbirthdate ! 0 and daystart - abortionbirthdate > 13 and daystart - abortionbirthdate <= 16:
|
|
|
- $stat_msg += '<BR><font color = #705243><b>You are maybe still in your recovery period, but there could be a risk.</b></font>'
|
|
|
+ $stat_msg += '<BR><font color = #705243><b>You are maybe still in your recovery period, but there could be a risk.</b></font>'
|
|
|
elseif abortionbirthdate ! 0 and daystart - abortionbirthdate > 16 and daystart - abortionbirthdate <= 21:
|
|
|
$stat_msg += '<BR><font color = #820000><b>You should have recovered from you abortion by know... Right?</b></font>'
|
|
|
elseif abortionbirthdate ! 0 and daystart - abortionbirthdate > 21:
|
|
|
- $stat_msg += '<BR><font color = #820000><b>You should have definitely recovered from your abortion by now.</b></font>'
|
|
|
+ $stat_msg += '<BR><font color = #820000><b>You should have definitely recovered from your abortion by now.</b></font>'
|
|
|
!!Recovery period after giving birth is ~42-70 days
|
|
|
elseif pregbirthdate ! 0 and daystart - pregbirthdate <= 41:
|
|
|
$stat_msg += '<BR><font color = #705243><b>You are still in your recovery period. Nothing to worry about.</b></font>'
|
|
|
elseif pregbirthdate ! 0 and daystart - pregbirthdate > 41 and daystart - pregbirthdate <= 48:
|
|
|
$stat_msg += '<BR><font color = #705243><b>You are probably still in your recovery period.</b></font>'
|
|
|
elseif pregbirthdate ! 0 and daystart - pregbirthdate > 48 and daystart - pregbirthdate <= 55:
|
|
|
- $stat_msg += '<BR><font color = #705243><b>You are maybe still in your recovery period, but there could be a risk.</b></font>'
|
|
|
+ $stat_msg += '<BR><font color = #705243><b>You are maybe still in your recovery period, but there could be a risk.</b></font>'
|
|
|
elseif pregbirthdate ! 0 and daystart - pregbirthdate > 55 and daystart - pregbirthdate <= 70:
|
|
|
$stat_msg += '<BR><font color = #820000><b>You should have recovered by know... Right?</b></font>'
|
|
|
elseif pregbirthdate ! 0 and daystart - pregbirthdate > 70:
|
|
|
- $stat_msg += '<BR><font color = #820000><b>You should have definitely recovered from giving birth by now.</b></font>'
|
|
|
+ $stat_msg += '<BR><font color = #820000><b>You should have definitely recovered from giving birth by now.</b></font>'
|
|
|
end
|
|
|
end
|
|
|
|
|
|
- if implant_day > 0 and ((daystart - implant_day) * 24 + hour - implant_hour) < 5:
|
|
|
+ if implant_day > 0 and ((daystart - implant_day) * 24 + hour - implant_hour) < 5:
|
|
|
$stat_msg += '<BR><font color=#AB052A>You feel a slight twinge in your abdomen.</font>'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
if mesec > 0:
|
|
|
$stat_msg += '<BR><font color="red">You are currently having your period. '
|
|
|
if isprok = 0 and isprokp = 0:
|
|
@@ -969,7 +999,7 @@ if enable_extra_msg = 1:
|
|
|
$stat_msg += '</font>'
|
|
|
end
|
|
|
|
|
|
- if $cycreport_txt ! null and menu_off = 0:
|
|
|
+ if $cycreport_txt ! null and menu_off = 0:
|
|
|
$stat_msg += '<BR><a href="exec:dynamic $d_cycreport_choice"><<$cycreport_txt>></a><br>'
|
|
|
elseif $cycreport_txt ! null and menu_off = 1:
|
|
|
$stat_msg += '<BR><a href="exec:gs ''obj_din'', ''menu_disabled''"><<$cycreport_txt>></a><br>'
|
|
@@ -1052,9 +1082,9 @@ if enable_extra_msg = 1:
|
|
|
if jointhour = hour and jointday = daystart and jointminut >= minut: $stat_msg += '<BR><font color="green">You are smoking a joint.</font><BR>'
|
|
|
|
|
|
if cheatNoSweat = 0:
|
|
|
- if pcs_sweat < 0:
|
|
|
+ if pcs_sweat < 0:
|
|
|
pcs_sweat = 0
|
|
|
- elseif pcs_sweat > 69:
|
|
|
+ elseif pcs_sweat > 69:
|
|
|
pcs_sweat = 69
|
|
|
end
|
|
|
|
|
@@ -1062,22 +1092,22 @@ if enable_extra_msg = 1:
|
|
|
$stat_msg += '<br><b><font color="red">You are dripping wet from sweat and smell like a gym sock.</font></b><br>'
|
|
|
elseif pcs_sweat > 49:
|
|
|
$stat_msg += '<br><b><font color="red">You really stink.</font></b>'
|
|
|
- elseif pcs_sweat > 39:
|
|
|
+ elseif pcs_sweat > 39:
|
|
|
$stat_msg += '<br><font color="red">You stink.</font>'
|
|
|
elseif pcs_sweat > 29:
|
|
|
$stat_msg += '<br><font color="red">You are a little smelly.</font>'
|
|
|
elseif pcs_sweat > 19:
|
|
|
$stat_msg += '<br><font color="brown">You''re sweating.</font>'
|
|
|
- elseif pcs_sweat > 9 and deodorant_on = 1:
|
|
|
+ elseif pcs_sweat > 9 and deodorant_on = 1:
|
|
|
$stat_msg += '<br><b><font color="green">You feel fresh with your deodorant.</font>'
|
|
|
else
|
|
|
- if arrsize('sparrvol') = 0:
|
|
|
+ if arrsize('sparrvol') = 0:
|
|
|
$stat_msg += '<br><b><font color="green">You are sparkling clean.</font></b>'
|
|
|
elseif deodorant_on = 1:
|
|
|
$stat_msg += '<br><b><font color="green">You feel fresh with your deodorant on.</font></b>'
|
|
|
end
|
|
|
end
|
|
|
- end
|
|
|
+ end
|
|
|
|
|
|
!! breast status
|
|
|
gs 'lact_lib','breast_stat_disp'
|
|
@@ -1361,7 +1391,7 @@ i = 0
|
|
|
|
|
|
$txtperson = ''
|
|
|
if cumcount['<<i>>:<<j>>'] = 0:
|
|
|
-!!ToDo: No idea how to do the icon here (julzor)
|
|
|
+!!ToDo: No idea how to do the icon here (julzor)
|
|
|
$txtiscum = 'some whitish substance '
|
|
|
else
|
|
|
$txtiscum = 'cum'
|
|
@@ -1483,7 +1513,7 @@ if enable_extra_msg = 1:
|
|
|
|
|
|
! WD: Bimbo look
|
|
|
if bimbolevel > 0: $stat_msg += '<BR><<$bimbostatus>>'
|
|
|
-
|
|
|
+
|
|
|
if analplugIN = 1:$stat_msg += '<BR><font color = #FF1493>You have a butt plug inserted in your ass.</font>'
|
|
|
if vibratorin = 1:$stat_msg += '<BR><font color = #FF1493>You have a vibrator inserted in your vagina.</font>'
|
|
|
|
|
@@ -1508,13 +1538,13 @@ if enable_extra_msg = 1:
|
|
|
killvar 'slut_bonus'
|
|
|
end
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
$stat_clothes_msg = ''
|
|
|
$stat_clothes_tooltip = ''
|
|
|
$stat_clothes_style = ''
|
|
|
$stat_bra_msg = ''
|
|
|
-$stat_panty_msg = ''
|
|
|
-
|
|
|
+$stat_panty_msg = ''
|
|
|
+
|
|
|
if $clothingworntype ! 'nude':
|
|
|
if CloThinness = 6:
|
|
|
if $clothingworntype = 'swimwear':
|
|
@@ -1663,11 +1693,11 @@ elseif $clothingworntype = 'exercise':
|
|
|
if enable_extra_msg = 1: $stat_msg += '<BR><font color = #FF00FF>You are dressed as a bimbo</font>'
|
|
|
$stat_clothes_msg = 'You are wearing a gym outfit a bimbo would wear.'
|
|
|
$stat_clothes_tooltip = 'Bimbo gym outfit.'
|
|
|
- $stat_clothes_style = 'exercise_b'
|
|
|
+ $stat_clothes_style = 'exercise_b'
|
|
|
elseif CloInhibit >= 30:
|
|
|
$stat_clothes_msg = 'You''re wearing a revealing gym outfit.'
|
|
|
$stat_clothes_tooltip = 'Revealing gym outfit.'
|
|
|
- $stat_clothes_style = 'exercise_s'
|
|
|
+ $stat_clothes_style = 'exercise_s'
|
|
|
elseif CloInhibit >= 20:
|
|
|
$stat_clothes_msg = 'You''re wearing a slightly revealing gym outfit.'
|
|
|
$stat_clothes_tooltip = 'Slightly revealing gym outfit.'
|
|
@@ -1678,7 +1708,7 @@ elseif $clothingworntype = 'exercise':
|
|
|
$stat_clothes_style = 'exercise'
|
|
|
end
|
|
|
elseif $clothingworntype = 'swimwear':
|
|
|
- if (CloInhibit >= 50 or CloThinness = 6) and PCloBimbo = 1 and cheatBimbo = 0:
|
|
|
+ if (CloInhibit >= 50 or CloThinness = 6) and PCloBimbo = 1 and cheatBimbo = 0:
|
|
|
if enable_extra_msg = 1: $stat_msg += '<BR><font color = #FF00FF>You are dressed as a bimbo</font>'
|
|
|
$stat_clothes_msg = 'You''re wearing an exhibitionist swimsuit a bimbo would wear.'
|
|
|
$stat_clothes_tooltip = 'Exhibitionist/Bimbo swimsuit.'
|
|
@@ -1695,11 +1725,11 @@ elseif $clothingworntype = 'swimwear':
|
|
|
elseif CloInhibit >= 40:
|
|
|
$stat_clothes_msg = 'You''re wearing a very revealing swimsuit.'
|
|
|
$stat_clothes_tooltip = 'Very revealing swimsuit.'
|
|
|
- $stat_clothes_style = 'swimsuit_s'
|
|
|
+ $stat_clothes_style = 'swimsuit_s'
|
|
|
elseif CloInhibit >= 30:
|
|
|
$stat_clothes_msg = 'You''re wearing a revealing swimsuit.'
|
|
|
$stat_clothes_tooltip = 'Revealing swimsuit.'
|
|
|
- $stat_clothes_style = 'swimsuit_s'
|
|
|
+ $stat_clothes_style = 'swimsuit_s'
|
|
|
elseif CloInhibit >= 25:
|
|
|
$stat_clothes_msg = 'You''re wearing a slightly revealing swimsuit.'
|
|
|
$stat_clothes_tooltip = 'Slightly revealing swimsuit.'
|
|
@@ -1719,7 +1749,7 @@ elseif $clothingworntype = 'office':
|
|
|
$stat_clothes_msg = 'You''re wearing an office dress a prostitute would wear.'
|
|
|
$stat_clothes_tooltip = 'Prostitute office dress.'
|
|
|
$stat_clothes_style = 'office_p'
|
|
|
- elseif (CloExhibit >= 40 or CloThinness = 6) and PCloBimbo = 1 and cheatBimbo = 0:
|
|
|
+ elseif (CloExhibit >= 40 or CloThinness = 6) and PCloBimbo = 1 and cheatBimbo = 0:
|
|
|
if enable_extra_msg = 1: $stat_msg += '<BR><font color = #FF00FF>You are dressed as a bimbo</font>'
|
|
|
$stat_clothes_msg = 'You''re wearing an exhibitionist office dress a bimbo would wear.'
|
|
|
$stat_clothes_tooltip = 'Exhibitionist/Bimbo office office dress.'
|
|
@@ -1736,11 +1766,11 @@ elseif $clothingworntype = 'office':
|
|
|
elseif CloExhibit >= 30:
|
|
|
$stat_clothes_msg = 'You''re wearing a very revealing office dress.'
|
|
|
$stat_clothes_tooltip = 'Very revealing office dress.'
|
|
|
- $stat_clothes_style = 'office_s'
|
|
|
+ $stat_clothes_style = 'office_s'
|
|
|
elseif CloExhibit >= 25:
|
|
|
$stat_clothes_msg = 'You''re wearing a revealing office dress.'
|
|
|
$stat_clothes_tooltip = 'Revealing office dress.'
|
|
|
- $stat_clothes_style = 'office_s'
|
|
|
+ $stat_clothes_style = 'office_s'
|
|
|
elseif CloExhibit >= 20:
|
|
|
$stat_clothes_msg = 'You''re wearing a slightly revealing office dress.'
|
|
|
$stat_clothes_tooltip = 'Slightly revealing office dress.'
|
|
@@ -1768,7 +1798,7 @@ elseif $clothingworntype = 'school':
|
|
|
elseif CloExhibit >= 30:
|
|
|
$stat_clothes_msg = 'You''re wearing a very revealing school uniform.'
|
|
|
$stat_clothes_tooltip = 'Very revealing school uniform.'
|
|
|
- $stat_clothes_style = 'uniform_s'
|
|
|
+ $stat_clothes_style = 'uniform_s'
|
|
|
elseif CloExhibit >= 25:
|
|
|
$stat_clothes_msg = 'You''re wearing a revealing school uniform.'
|
|
|
$stat_clothes_tooltip = 'Revealing school uniform.'
|
|
@@ -1797,7 +1827,7 @@ else
|
|
|
$stat_clothes_msg = 'You''re wearing an outfit a prostitute would wear.'
|
|
|
$stat_clothes_tooltip = 'Prostitute outfit.'
|
|
|
$stat_clothes_style = 'clothes_p'
|
|
|
- elseif (CloExhibit >= 40 or CloThinness = 6) and PCloBimbo = 1 and cheatBimbo = 0:
|
|
|
+ elseif (CloExhibit >= 40 or CloThinness = 6) and PCloBimbo = 1 and cheatBimbo = 0:
|
|
|
if enable_extra_msg = 1: $stat_msg += '<BR><font color = #FF00FF>You are dressed as a bimbo</font>'
|
|
|
$stat_clothes_msg = 'You''re wearing exhibitionist clothes a bimbo would wear.'
|
|
|
$stat_clothes_tooltip = 'Exhibitionist/Bimbo outfit.'
|
|
@@ -1814,11 +1844,11 @@ else
|
|
|
elseif CloExhibit >= 30:
|
|
|
$stat_clothes_msg = 'You''re wearing very revealing clothes.'
|
|
|
$stat_clothes_tooltip = 'Very revealing outfit.'
|
|
|
- $stat_clothes_style = 'clothes_s'
|
|
|
+ $stat_clothes_style = 'clothes_s'
|
|
|
elseif CloExhibit >= 25:
|
|
|
$stat_clothes_msg = 'You''re wearing revealing clothes.'
|
|
|
$stat_clothes_tooltip = 'Revealing outfit.'
|
|
|
- $stat_clothes_style = 'clothes_s'
|
|
|
+ $stat_clothes_style = 'clothes_s'
|
|
|
elseif CloExhibit >= 20:
|
|
|
$stat_clothes_msg = 'You''re wearing slightly revealing clothes.'
|
|
|
$stat_clothes_tooltip = 'Slightly revealing outfit.'
|
|
@@ -1927,8 +1957,8 @@ if StoryLine = 1 and sisboyday + 1 = daystart and hour < 19 and (npc_QW['A33'] =
|
|
|
if StoryLine = 1 and sisboyday + 1 = daystart and hour < 19 and sisboytrioQW = 1:$stat_msg += '<BR>' & $stat_msg += '<BR>You promised your sister to meet her in your room at 18:00.'
|
|
|
|
|
|
if StoryLine = 1 and day = nyp_day and month = 12 and SchoolAtestat = 0 and hour >= 5 and hour <= 14 and StoryLine = 1:
|
|
|
- $stat_msg += '<BR>At 14:00 your school''s New Year''s party will start.'
|
|
|
-elseif StoryLine = 1 and InvitationToDimkaNYparty = 1 and month = 12 and day = 31:
|
|
|
+ $stat_msg += '<BR>At 14:00 your school''s New Year''s party will start.'
|
|
|
+elseif StoryLine = 1 and InvitationToDimkaNYparty = 1 and month = 12 and day = 31:
|
|
|
$stat_msg += '<BR><b>Go to the residential area between 15:00 and 18:00 to go to Dimka''s New Year party.</b>'
|
|
|
end
|
|
|
if StoryLine = 1 and gopnik_initiation = 1 and gopnik_initiation_day = daystart and hour > 15 and hour < 21: $stat_msg += '<BR><b>Meet Lena and Lera at the apartment garages at eight</b>'
|
|
@@ -1955,7 +1985,7 @@ if display_bb = 1:
|
|
|
else
|
|
|
$stat_msg +='<br><font color = Olive>In Your basket: </font>'
|
|
|
end
|
|
|
- if hour > 6 and (month < 6 or month > 9) and boletus + bilberry > 0:
|
|
|
+ if hour > 6 and (month < 6 or month > 9) and boletus + bilberry > 0:
|
|
|
boletus = 0 & bilberry = 0
|
|
|
'<br>You throw away your mushrooms and berries.'
|
|
|
end
|
|
@@ -1979,11 +2009,11 @@ if young_shop_work = 1:
|
|
|
end
|
|
|
|
|
|
$stat_court_msg = ''
|
|
|
-if courthearing_date - 1 = daystart:
|
|
|
+if courthearing_date - 1 = daystart:
|
|
|
if enable_extra_msg = 1: $stat_msg += '<BR><b><font color="red">You have a court hearing tomorrow between 07:00 and 11:00. The court is located in the city center of St.Petersburg.</font></b>'
|
|
|
$stat_court_msg = 'You have a court hearing tomorrow between 07:00 and 11:00. The court is located in the city center of St.Petersburg.'
|
|
|
$stat_court_tooltip = 'Court hearing tomorrow (07:00 and 11:00).'
|
|
|
-elseif courthearing_date = daystart and hour < 11:
|
|
|
+elseif courthearing_date = daystart and hour < 11:
|
|
|
if enable_extra_msg = 1: $stat_msg += '<BR><b><font color="red">You have a court hearing today between 07:00 and 11:00. The court is located in the city center of St.Petersburg.</font></b>'
|
|
|
$stat_court_msg = 'You have a court hearing today between 07:00 and 11:00. The court is located in the city center of St.Petersburg.'
|
|
|
$stat_court_tooltip = 'Court hearing today (07:00 - 11:00).'
|