|
@@ -239,11 +239,9 @@ if cheatStatusIcons = 0 or disable_show_icons = 0:
|
|
|
|
|
|
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>'
|
|
|
+ $statusIconBarTab_1 +='<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:
|
|
|
pcs_sweat = 0
|
|
@@ -267,21 +265,6 @@ if cheatStatusIcons = 0 or disable_show_icons = 0:
|
|
|
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.'
|
|
|
- elseif body_write = 1 and face_write = 0:
|
|
|
- $stat_wirting_msg = 'Your body is an obscene sign.'
|
|
|
- elseif body_write = 0 and face_write > 1:
|
|
|
- $stat_wirting_msg = 'Your face is covered with writing obscene epithets.'
|
|
|
- elseif body_write = 0 and face_write = 1:
|
|
|
- $stat_wirting_msg = 'On your face humiliating label.'
|
|
|
- else
|
|
|
- $stat_wirting_msg = 'Your body and face painted with obscene graffiti.'
|
|
|
- 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.'
|
|
@@ -295,27 +278,137 @@ if cheatStatusIcons = 0 or disable_show_icons = 0:
|
|
|
$stat_msg += func('cleanHTML',$statusIconBarTab_1)
|
|
|
killvar '$statusIconBarTab_1'
|
|
|
|
|
|
- !!Row 2: Clothes, pregnancy, cum, lactation, STD...
|
|
|
+ !!Row 2: Mood, Arousal, Hunger, Thirst, Health without STDs...
|
|
|
|
|
|
$statusIconBarTab_2 = '<table><tr>'
|
|
|
|
|
|
+!!{ this is commented out until the images have been added
|
|
|
+ willpower_percent = (100 * pcs_willpwr)/willpowermax
|
|
|
+ if willpower_percent > 60:
|
|
|
+ $stat_willpower_msg = 'You feel confident and in control. You still have <<willpower_percent>>% of your willpower left.'
|
|
|
+ $stat_willpower_tooltip = 'You have <<willpower_percent>>% of your willpower.'
|
|
|
+ $statusIconBarTab_2 += '<td><a href="exec:msg $stat_willpower_msg"><img title="<<$stat_willpower_tooltip>>" height = 54 src="images/system/icon/status_icons/willpower_high.png"></a></td>'
|
|
|
+ elseif willpower_percent > 30:
|
|
|
+ $stat_willpower_msg = 'You feel like you have less control over yourself than usual. You have <<willpower_percent>>% of your willpower left.'
|
|
|
+ $stat_willpower_tooltip = 'You have <<willpower_percent>>% of your willpower.'
|
|
|
+ $statusIconBarTab_2 += '<td><a href="exec:msg $stat_willpower_msg"><img title="<<$stat_willpower_tooltip>>" height = 54 src="images/system/icon/status_icons/willpower_med.png"></a></td>'
|
|
|
+ else
|
|
|
+ $stat_willpower_msg = 'In your current state, you could easily be pressured into doing things against your will. You have <<willpower_percent>>% of your willpower left.'
|
|
|
+ $stat_willpower_tooltip = 'You only have <<willpower_percent>>% of your willpower.'
|
|
|
+ $statusIconBarTab_2 += '<td><a href="exec:msg $stat_willpower_msg"><img title="<<$stat_willpower_tooltip>>" height = 54 src="images/system/icon/status_icons/willpower_low.png"></a></td>'
|
|
|
+ end
|
|
|
+}
|
|
|
+ if pcs_mood >= 80:
|
|
|
+ $stat_mood_msg = 'You are in a great mood.'
|
|
|
+ $statusIconBarTab_2 += '<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>'
|
|
|
+ elseif pcs_mood >= 60:
|
|
|
+ $stat_mood_msg = 'You are in an OK mood.'
|
|
|
+ $statusIconBarTab_2 += '<td><a href="exec:msg $stat_mood_msg"><img title="<<$stat_mood_msg>>" height = 54 src="images/system/icon/status_icons/mood_2.png"></a></td>'
|
|
|
+ elseif pcs_mood >= 40:
|
|
|
+ $stat_mood_msg = 'You are in a good mood.'
|
|
|
+ $statusIconBarTab_2 += '<td><a href="exec:msg $stat_mood_msg"><img title="<<$stat_mood_msg>>" height = 54 src="images/system/icon/status_icons/mood_3.png"></a></td>'
|
|
|
+ elseif pcs_mood >= 20:
|
|
|
+ $stat_mood_msg = 'You are in a bad mood.'
|
|
|
+ $statusIconBarTab_2 += '<td><a href="exec:msg $stat_mood_msg"><img title="<<$stat_mood_msg>>" height = 54 src="images/system/icon/status_icons/mood_4.png"></a></td>'
|
|
|
+ elseif pcs_mood >= 5:
|
|
|
+ $stat_mood_msg = 'You are in a terrible mood.'
|
|
|
+ $statusIconBarTab_2 += '<td><a href="exec:msg $stat_mood_msg"><img title="<<$stat_mood_msg>>" height = 54 src="images/system/icon/status_icons/mood_5.png"></a></td>'
|
|
|
+ else
|
|
|
+ $stat_mood_msg = 'You are really depressed and need to improve your mood.'
|
|
|
+ $stat_mood_tooltip = 'You are really depressed.'
|
|
|
+ $statusIconBarTab_2 += '<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'
|
|
|
+ $statusIconBarTab_2 += '<td><a href="exec:msg $stat_arousal_msg"><img title="<<$stat_arousal_tooltip>>" height = 54 src="images/system/icon/status_icons/arousal_high.png"></a></td>'
|
|
|
+ elseif pcs_horny > 60:
|
|
|
+ $stat_arousal_msg = 'You''re a little nervous, feeling itchy between your legs from arousal.'
|
|
|
+ $stat_arousal_tooltip = 'You''re feeling aroused.'
|
|
|
+ $statusIconBarTab_2 += '<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.'
|
|
|
+ $statusIconBarTab_2 += '<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.'
|
|
|
+ $stat_hunger_tooltip = 'You feel faint from hunger.'
|
|
|
+ elseif pcs_energy < 10:
|
|
|
+ $stat_hunger_msg = 'You are starving, you really need to have something to eat.'
|
|
|
+ $stat_hunger_tooltip = 'You are starving.'
|
|
|
+ elseif pcs_energy < 20:
|
|
|
+ $stat_hunger_msg = 'You are very hungry and struggle to concentrate on anything other than food.'
|
|
|
+ $stat_hunger_tooltip = 'You are very hungry.'
|
|
|
+ elseif pcs_energy < 30:
|
|
|
+ $stat_hunger_msg = 'You feel peckish and your thoughts sometimes drift towards food.'
|
|
|
+ $stat_hunger_tooltip = 'You feel peckish.'
|
|
|
+ end
|
|
|
+ if pcs_energy < 30: $statusIconBarTab_2 += '<td><a href="exec:msg $stat_hunger_msg"><img title="<<$stat_hunger_tooltip>>" height = 54 src="images/system/icon/status_icons/need_food.png"></a></td>'
|
|
|
+ end
|
|
|
+
|
|
|
+ if cheatNoDrink = 0:
|
|
|
+ if pcs_hydra < 5:
|
|
|
+ $stat_thirst_msg = 'You feel light-headed, if you don''t have something to drink very soon, you will pass out.'
|
|
|
+ $stat_thirst_tooltip = 'You feel light-headed.'
|
|
|
+ elseif pcs_hydra < 10:
|
|
|
+ $stat_thirst_msg = 'You are dehydrated, you really need to have something to drink.'
|
|
|
+ $stat_thirst_tooltip = 'You are dehydrated.'
|
|
|
+ elseif pcs_hydra < 20:
|
|
|
+ $stat_thirst_msg = 'You are thirsty and your dry throat is irritating and distracting you.'
|
|
|
+ $stat_thirst_tooltip = 'You are thirsty.'
|
|
|
+ elseif pcs_hydra < 30:
|
|
|
+ $stat_thirst_msg = 'You feel a little thirsty and your mouth is a little dry.'
|
|
|
+ $stat_thirst_tooltip = 'You feel a little thirsty.'
|
|
|
+ end
|
|
|
+ if pcs_hydra < 30: $statusIconBarTab_2 += '<td><a href="exec:msg $stat_thirst_msg"><img title="<<$stat_thirst_tooltip>>" height = 54 src="images/system/icon/status_icons/need_drink.png"></a></td>'
|
|
|
+ end
|
|
|
+
|
|
|
+ if cheatNoSleep= 0:
|
|
|
+ if pcs_sleep < 5:
|
|
|
+ $stat_sleep_msg = 'You can''t keep your eyes open, if you don''t go to bed now, you will fall asleep right here.'
|
|
|
+ $stat_sleep_tooltip = 'You can''t keep your eyes open.'
|
|
|
+ elseif pcs_sleep < 10:
|
|
|
+ $stat_sleep_msg = 'You are exhausted, you really need to go to bed soon.'
|
|
|
+ $stat_sleep_tooltip = 'You are exhausted.'
|
|
|
+ elseif pcs_sleep < 20:
|
|
|
+ $stat_sleep_msg = 'You are tired and you are struggling to concentrate.'
|
|
|
+ $stat_sleep_tooltip = 'You are tired.'
|
|
|
+ elseif pcs_sleep < 30:
|
|
|
+ $stat_sleep_msg = 'You feel a little tired.'
|
|
|
+ $stat_sleep_tooltip = 'You feel a little tired.'
|
|
|
+ end
|
|
|
+ if pcs_sleep < 30: $statusIconBarTab_2 += '<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
|
|
|
+
|
|
|
+ $statusIconBarTab_2 += '</tr></table>'
|
|
|
+ $stat_msg += func('cleanHTML',$statusIconBarTab_2)
|
|
|
+ killvar '$statusIconBarTab_2'
|
|
|
+
|
|
|
+ !!Row 3: Pregnancy, cum, lactation, STD...
|
|
|
+
|
|
|
+ $statusIconBarTab_3 = '<table><tr>'
|
|
|
+
|
|
|
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>'
|
|
|
+ $statusIconBarTab_3 += '<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>'
|
|
|
+ $statusIconBarTab_3 += '<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>'
|
|
|
end
|
|
|
if mesec > 0 and isprok = 0 and isprokp = 0:
|
|
|
$stat_bleed_msg = 'You need to use your feminine hygiene products'+iif($pantyworntype = 'none', ' and you need to also wear panties if you want to use a sanitary pad.', '.')
|
|
|
- $statusIconBarTab_2 += '<td><a href="exec:msg $stat_bleed_msg"><img title="<<$stat_bleed_msg>>" height = 54 src="images/system/icon/status_icons/vperiod_bleeding.png"></a></td>'
|
|
|
+ $statusIconBarTab_3 += '<td><a href="exec:msg $stat_bleed_msg"><img title="<<$stat_bleed_msg>>" height = 54 src="images/system/icon/status_icons/vperiod_bleeding.png"></a></td>'
|
|
|
elseif mesec > 0 and (isprok > 0 or isprokp > 0):
|
|
|
$stat_bleed_msg = 'You''re using feminine hygiene products.'
|
|
|
- $statusIconBarTab_2 += '<td><a href="exec:msg $stat_bleed_msg"><img title="<<$stat_bleed_msg>>" height = 54 src="images/system/icon/status_icons/vperiod_sanitaries.png"></a></td>'
|
|
|
+ $statusIconBarTab_3 += '<td><a href="exec:msg $stat_bleed_msg"><img title="<<$stat_bleed_msg>>" height = 54 src="images/system/icon/status_icons/vperiod_sanitaries.png"></a></td>'
|
|
|
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>'
|
|
|
+ $statusIconBarTab_3 += '<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:
|
|
|
$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>'
|
|
|
+ $statusIconBarTab_3 += '<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:
|
|
|
if abortionbirthdate = 0 and daystart - lastmens > 28:
|
|
|
if (daystart - lastmens > 28) and (daystart - lastmens <= 35):
|
|
@@ -329,7 +422,7 @@ if cheatStatusIcons = 0 or disable_show_icons = 0:
|
|
|
elseif daystart - lastmens > 84:
|
|
|
$stat_bleed_msg = 'You should consider the possibility of a pregnancy, since apparently you no longer have periods.'
|
|
|
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>'
|
|
|
+ $statusIconBarTab_3 += '<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.'
|
|
@@ -340,7 +433,7 @@ if cheatStatusIcons = 0 or disable_show_icons = 0:
|
|
|
elseif daystart - abortionbirthdate > 21 and daystart - abortionbirthdate <= 26:
|
|
|
$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>'
|
|
|
+ $statusIconBarTab_3 += '<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.'
|
|
@@ -353,7 +446,7 @@ if cheatStatusIcons = 0 or disable_show_icons = 0:
|
|
|
elseif daystart - pregbirthdate > 70 and daystart - pregbirthdate <= 80:
|
|
|
$stat_bleed_msg = 'You should have definitely recovered from giving birth 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>'
|
|
|
+ $statusIconBarTab_3 += '<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>'
|
|
|
end
|
|
|
elseif preg = 1:
|
|
|
if thinkpreg = 1 and knowpreg = 0:
|
|
@@ -363,51 +456,29 @@ if cheatStatusIcons = 0 or disable_show_icons = 0:
|
|
|
$stat_preg_tooltip = 'I''m pregnant.'
|
|
|
$stat_preg_msg = 'You are pregnant. Your due date is around <<$pregduedate>>.'
|
|
|
end
|
|
|
- $statusIconBarTab_2 += '<td><a href="exec:msg $stat_preg_msg"><img title="<<$stat_preg_tooltip>>" height = 54 src="images/system/icon/status_icons/vpregnant.png"></a></td>'
|
|
|
+ $statusIconBarTab_3 += '<td><a href="exec:msg $stat_preg_msg"><img title="<<$stat_preg_tooltip>>" height = 54 src="images/system/icon/status_icons/vpregnant.png"></a></td>'
|
|
|
elseif preg = 2:
|
|
|
$stat_preg_msg = 'Broken water and contractions, it''s pretty clear what is going on. You need to get to a hospital ASAP.'
|
|
|
$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>'
|
|
|
+ $statusIconBarTab_3 += '<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 $stat_cum_msg ! '': $statusIconBarTab_3 += '<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 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_visible_cum_msg ! '': $statusIconBarTab_3 += '<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 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>'
|
|
|
+ $statusIconBarTab_3 += '<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>'
|
|
|
+ $statusIconBarTab_3 += '<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:
|
|
|
- $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>'
|
|
|
+ $statusIconBarTab_3 += '<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>'
|
|
|
- elseif analplugIN = 0 and vibratorin = 1:
|
|
|
- $stat_toy_msg = 'A vibrator is inside your vagina.'
|
|
|
- $statusIconBarTab_2 += '<td><a href="exec:msg $stat_toy_msg"><img title="<<$stat_toy_msg>>" height = 54 src="images/system/icon/status_icons/tvibrator.png"></a></td>'
|
|
|
- elseif analplugIN = 1 and vibratorin = 1:
|
|
|
- $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>'
|
|
|
+ $statusIconBarTab_3 += '<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
|
|
|
|
|
|
stat_STD_count = 0
|
|
@@ -450,143 +521,66 @@ if cheatStatusIcons = 0 or disable_show_icons = 0:
|
|
|
|
|
|
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>'
|
|
|
- elseif pcs_mood >= 60:
|
|
|
- $stat_mood_msg = 'You are in an OK 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_2.png"></a></td>'
|
|
|
- elseif pcs_mood >= 40:
|
|
|
- $stat_mood_msg = 'You are in a good 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_3.png"></a></td>'
|
|
|
- elseif pcs_mood >= 20:
|
|
|
- $stat_mood_msg = 'You are in a bad 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_4.png"></a></td>'
|
|
|
- elseif pcs_mood >= 5:
|
|
|
- $stat_mood_msg = 'You are in a terrible 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_5.png"></a></td>'
|
|
|
- else
|
|
|
- $stat_mood_msg = 'You are really depressed and need to improve your mood.'
|
|
|
- $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'
|
|
|
- $statusIconBarTab_3 += '<td><a href="exec:msg $stat_arousal_msg"><img title="<<$stat_arousal_tooltip>>" height = 54 src="images/system/icon/status_icons/arousal_high.png"></a></td>'
|
|
|
- elseif pcs_horny > 60:
|
|
|
- $stat_arousal_msg = 'You''re a little nervous, feeling itchy between your legs from arousal.'
|
|
|
- $stat_arousal_tooltip = 'You''re feeling 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_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.'
|
|
|
- $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.'
|
|
|
- $stat_hunger_tooltip = 'You feel faint from hunger.'
|
|
|
- elseif pcs_energy < 10:
|
|
|
- $stat_hunger_msg = 'You are starving, you really need to have something to eat.'
|
|
|
- $stat_hunger_tooltip = 'You are starving.'
|
|
|
- elseif pcs_energy < 20:
|
|
|
- $stat_hunger_msg = 'You are very hungry and struggle to concentrate on anything other than food.'
|
|
|
- $stat_hunger_tooltip = 'You are very hungry.'
|
|
|
- elseif pcs_energy < 30:
|
|
|
- $stat_hunger_msg = 'You feel peckish and your thoughts sometimes drift towards food.'
|
|
|
- $stat_hunger_tooltip = 'You feel peckish.'
|
|
|
- end
|
|
|
- if pcs_energy < 30: $statusIconBarTab_3 += '<td><a href="exec:msg $stat_hunger_msg"><img title="<<$stat_hunger_tooltip>>" height = 54 src="images/system/icon/status_icons/need_food.png"></a></td>'
|
|
|
- end
|
|
|
-
|
|
|
- if cheatNoDrink = 0:
|
|
|
- if pcs_hydra < 5:
|
|
|
- $stat_thirst_msg = 'You feel light-headed, if you don''t have something to drink very soon, you will pass out.'
|
|
|
- $stat_thirst_tooltip = 'You feel light-headed.'
|
|
|
- elseif pcs_hydra < 10:
|
|
|
- $stat_thirst_msg = 'You are dehydrated, you really need to have something to drink.'
|
|
|
- $stat_thirst_tooltip = 'You are dehydrated.'
|
|
|
- elseif pcs_hydra < 20:
|
|
|
- $stat_thirst_msg = 'You are thirsty and your dry throat is irritating and distracting you.'
|
|
|
- $stat_thirst_tooltip = 'You are thirsty.'
|
|
|
- elseif pcs_hydra < 30:
|
|
|
- $stat_thirst_msg = 'You feel a little thirsty and your mouth is a little dry.'
|
|
|
- $stat_thirst_tooltip = 'You feel a little thirsty.'
|
|
|
- end
|
|
|
- if pcs_hydra < 30: $statusIconBarTab_3 += '<td><a href="exec:msg $stat_thirst_msg"><img title="<<$stat_thirst_tooltip>>" height = 54 src="images/system/icon/status_icons/need_drink.png"></a></td>'
|
|
|
- end
|
|
|
-
|
|
|
- if cheatNoSleep= 0:
|
|
|
- if pcs_sleep < 5:
|
|
|
- $stat_sleep_msg = 'You can''t keep your eyes open, if you don''t go to bed now, you will fall asleep right here.'
|
|
|
- $stat_sleep_tooltip = 'You can''t keep your eyes open.'
|
|
|
- elseif pcs_sleep < 10:
|
|
|
- $stat_sleep_msg = 'You are exhausted, you really need to go to bed soon.'
|
|
|
- $stat_sleep_tooltip = 'You are exhausted.'
|
|
|
- elseif pcs_sleep < 20:
|
|
|
- $stat_sleep_msg = 'You are tired and you are struggling to concentrate.'
|
|
|
- $stat_sleep_tooltip = 'You are tired.'
|
|
|
- elseif pcs_sleep < 30:
|
|
|
- $stat_sleep_msg = 'You feel a little tired.'
|
|
|
- $stat_sleep_tooltip = 'You feel a little tired.'
|
|
|
- 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:
|
|
|
- $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>'
|
|
|
+ $statusIconBarTab_3 += '<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_3 += '</tr></table>'
|
|
|
$stat_msg += func('cleanHTML',$statusIconBarTab_3)
|
|
|
killvar '$statusIconBarTab_3'
|
|
|
-
|
|
|
- !!Row 4: School, Work, Court, Drugs and other short term stuff
|
|
|
-
|
|
|
+
|
|
|
+ !!Row 4: Status, Jobs, School, Clothes,...
|
|
|
+
|
|
|
$statusIconBarTab_4 = '<table><tr>'
|
|
|
+
|
|
|
+ if bimbolevel > 0: $statusIconBarTab_4 += '<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_4 += '<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 $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 $stat_clothes_msg ! '': $statusIconBarTab_4 += '<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_4 += '<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_4 += '<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_4 += '<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>'
|
|
|
+ elseif analplugIN = 0 and vibratorin = 1:
|
|
|
+ $stat_toy_msg = 'A vibrator is inside your vagina.'
|
|
|
+ $statusIconBarTab_4 += '<td><a href="exec:msg $stat_toy_msg"><img title="<<$stat_toy_msg>>" height = 54 src="images/system/icon/status_icons/tvibrator.png"></a></td>'
|
|
|
+ elseif analplugIN = 1 and vibratorin = 1:
|
|
|
+ $stat_toy_msg = 'You''re wearing a plug and a vibrator.'
|
|
|
+ $statusIconBarTab_4 += '<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
|
|
|
+
|
|
|
+ $statusIconBarTab_4 += '</tr></table>'
|
|
|
+ $stat_msg += func('cleanHTML',$statusIconBarTab_4)
|
|
|
+ killvar '$statusIconBarTab_4'
|
|
|
+
|
|
|
+ !!Row 5: School, Work, Court, Drugs and other short term stuff
|
|
|
+
|
|
|
+ $statusIconBarTab_5 = '<table><tr>'
|
|
|
|
|
|
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>'
|
|
|
+ $statusIconBarTab_5 += '<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>'
|
|
|
+ $statusIconBarTab_5 += '<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>'
|
|
|
elseif smoker >= 20 and NarkImmune = 0 and smokerNeed > 0 and siga <= 0:
|
|
|
$stat_smoke_msg = 'You really need to smoke, but you have no cigarettes.'
|
|
|
- $statusIconBarTab_4 += '<td><a href="exec:msg $stat_smoke_msg"><img title="<<$stat_smoke_msg>>" height = 54 src="images/system/icon/status_icons/craving_nicotine.png"></a></td>'
|
|
|
+ $statusIconBarTab_5 += '<td><a href="exec:msg $stat_smoke_msg"><img title="<<$stat_smoke_msg>>" height = 54 src="images/system/icon/status_icons/craving_nicotine.png"></a></td>'
|
|
|
elseif siga > 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>'
|
|
|
+ $statusIconBarTab_5 += '<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 = ''
|
|
@@ -599,29 +593,60 @@ if cheatStatusIcons = 0 or disable_show_icons = 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 $stat_drug_msg ! '': $statusIconBarTab_5 += '<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>'
|
|
|
+ $statusIconBarTab_5 += '<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>'
|
|
|
elseif alko > 5:
|
|
|
$stat_alko_msg = 'You''re drunk.'
|
|
|
- $statusIconBarTab_4 += '<td><a href="exec:msg $stat_alko_msg"><img title="<<$stat_alko_msg>>" height = 54 src="images/system/icon/status_icons/alko_3.png"></a></td>'
|
|
|
+ $statusIconBarTab_5 += '<td><a href="exec:msg $stat_alko_msg"><img title="<<$stat_alko_msg>>" height = 54 src="images/system/icon/status_icons/alko_3.png"></a></td>'
|
|
|
elseif alko > 3:
|
|
|
$stat_alko_msg = 'You''re feeling a bit tipsy.'
|
|
|
- $statusIconBarTab_4 += '<td><a href="exec:msg $stat_alko_msg"><img title="<<$stat_alko_msg>>" height = 54 src="images/system/icon/status_icons/alko_2.png"></a></td>'
|
|
|
+ $statusIconBarTab_5 += '<td><a href="exec:msg $stat_alko_msg"><img title="<<$stat_alko_msg>>" height = 54 src="images/system/icon/status_icons/alko_2.png"></a></td>'
|
|
|
elseif alko = 1:
|
|
|
$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>'
|
|
|
+ $statusIconBarTab_5 += '<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 mentats_dose >= 1: $statusIconBarTab_5 += '<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>'
|
|
|
+ if aphrodisiac_timer > 0: $statusIconBarTab_5 +='<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'
|
|
|
+ if frost > 0: $statusIconBarTab_5 += '<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_5 += '<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:
|
|
|
+ $stat_health_msg = 'You are still recovering from major surgery.'
|
|
|
+ $statusIconBarTab_5 += '<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
|
|
|
+
|
|
|
+ if bcream_used = 1:
|
|
|
+ $stat_cream_msg = 'Your breasts are feeling hot and tingly.'
|
|
|
+ $statusIconBarTab_5 += '<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 cumcondslip > 0: $statusIconBarTab_5 += '<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 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.'
|
|
|
+ elseif body_write = 1 and face_write = 0:
|
|
|
+ $stat_wirting_msg = 'Your body is an obscene sign.'
|
|
|
+ elseif body_write = 0 and face_write > 1:
|
|
|
+ $stat_wirting_msg = 'Your face is covered with writing obscene epithets.'
|
|
|
+ elseif body_write = 0 and face_write = 1:
|
|
|
+ $stat_wirting_msg = 'On your face humiliating label.'
|
|
|
+ else
|
|
|
+ $stat_wirting_msg = 'Your body and face painted with obscene graffiti.'
|
|
|
+ end
|
|
|
+ $statusIconBarTab_5 += '<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
|
|
|
+
|
|
|
+ $statusIconBarTab_5 += '</tr></table>'
|
|
|
+ $stat_msg += func('cleanHTML',$statusIconBarTab_5)
|
|
|
+ killvar '$statusIconBarTab_5'
|
|
|
else
|
|
|
$stat_msg += '<br>'
|
|
|
end
|