|
@@ -225,21 +225,25 @@ if cheatStatusIcons = 0 or disable_show_icons = 0:
|
|
|
|
|
|
!!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>'
|
|
|
+ $statusIconBarTab = '<table><tr>'
|
|
|
+
|
|
|
+ $stat_hotcat_msg = 'People would rate your appearance as a <<hotcat>> out of 10.<br><img src="<<FUNC(''$face_image'')>>">'
|
|
|
+ $statusIconBarTab += '<td><a href="exec:msg $stat_hotcat_msg"><img title="You are a <<hotcat>> out of 10." height = 54 src="images/system/icon/status_icons/appearance.png"></a></td>'
|
|
|
+
|
|
|
+ $statusIconBarTab += '<td><a href="exec:msg $pcs_makeup_msg"><img title="<<$pcs_makeup_tooltip>>" height = 54 src="images/system/icon/status_icons/makeup_'+pcs_makeup+'.png"></a></td>'
|
|
|
+
|
|
|
if greben = 0 or pcs_hairbsh = 1:
|
|
|
$stat_brush_msg = 'Your hair is <<$pcs_hairbsh>>.'
|
|
|
- $statusIconBarTab_1 += '<td><a href="exec:msg $stat_brush_msg"><img title="<<$stat_brush_msg>>" height = 54 src="images/system/icon/status_icons/hair_'+pcs_hairbsh+'.png"></a></td>'
|
|
|
+ $statusIconBarTab += '<td><a href="exec:msg $stat_brush_msg"><img title="<<$stat_brush_msg>>" height = 54 src="images/system/icon/status_icons/hair_'+pcs_hairbsh+'.png"></a></td>'
|
|
|
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>'
|
|
|
+ $statusIconBarTab += '<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 pcs_lipbalm > 0: $statusIconBarTab += '<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:
|
|
|
$stat_lashes_msg = 'You''re wearing false'+iif(pcs_lashes = 4, ' mink ', ' ')+'lashes.'
|
|
|
- $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>'
|
|
|
+ $statusIconBarTab +='<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 cheatNoSweat = 0:
|
|
@@ -261,7 +265,7 @@ if cheatStatusIcons = 0 or disable_show_icons = 0:
|
|
|
else
|
|
|
$stat_sweat_msg = 'You''re sweating.'
|
|
|
end
|
|
|
- $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>'
|
|
|
+ $statusIconBarTab += '<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
|
|
|
|
|
@@ -271,66 +275,62 @@ if cheatStatusIcons = 0 or disable_show_icons = 0:
|
|
|
elseif pcs_leghair > 3:
|
|
|
$stat_shave_msg = 'You need to shave your legs.'
|
|
|
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>'
|
|
|
+ $statusIconBarTab += '<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'
|
|
|
-
|
|
|
+ $statusIconBarTab += '</tr><tr>'
|
|
|
+
|
|
|
!!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>'
|
|
|
+ $statusIconBarTab += '<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>'
|
|
|
+ $statusIconBarTab += '<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>'
|
|
|
+ $statusIconBarTab += '<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>'
|
|
|
+ $statusIconBarTab += '<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>'
|
|
|
+ $statusIconBarTab += '<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>'
|
|
|
+ $statusIconBarTab += '<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>'
|
|
|
+ $statusIconBarTab += '<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>'
|
|
|
+ $statusIconBarTab += '<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>'
|
|
|
+ $statusIconBarTab += '<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>'
|
|
|
+ $statusIconBarTab += '<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>'
|
|
|
+ $statusIconBarTab += '<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>'
|
|
|
+ $statusIconBarTab += '<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:
|
|
@@ -347,7 +347,7 @@ if cheatStatusIcons = 0 or disable_show_icons = 0:
|
|
|
$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>'
|
|
|
+ if pcs_energy < 30: $statusIconBarTab += '<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:
|
|
@@ -364,7 +364,7 @@ if cheatStatusIcons = 0 or disable_show_icons = 0:
|
|
|
$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>'
|
|
|
+ if pcs_hydra < 30: $statusIconBarTab += '<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:
|
|
@@ -381,34 +381,30 @@ if cheatStatusIcons = 0 or disable_show_icons = 0:
|
|
|
$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>'
|
|
|
+ if pcs_sleep < 30: $statusIconBarTab += '<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'
|
|
|
+ $statusIconBarTab += '</tr><tr>'
|
|
|
|
|
|
!!Row 3: Pregnancy, cum, lactation, STD...
|
|
|
|
|
|
- $statusIconBarTab_3 = '<table><tr>'
|
|
|
-
|
|
|
if menu_off = 0:
|
|
|
- $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>'
|
|
|
+ $statusIconBarTab += '<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_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>'
|
|
|
+ $statusIconBarTab += '<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_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>'
|
|
|
+ $statusIconBarTab += '<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_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>'
|
|
|
+ $statusIconBarTab += '<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_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>'
|
|
|
+ $statusIconBarTab += '<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_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>'
|
|
|
+ $statusIconBarTab += '<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):
|
|
@@ -422,7 +418,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_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>'
|
|
|
+ $statusIconBarTab += '<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.'
|
|
@@ -433,7 +429,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_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>'
|
|
|
+ $statusIconBarTab += '<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.'
|
|
@@ -446,7 +442,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_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>'
|
|
|
+ $statusIconBarTab += '<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:
|
|
@@ -456,29 +452,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_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>'
|
|
|
+ $statusIconBarTab += '<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_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>'
|
|
|
+ $statusIconBarTab += '<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 $stat_cum_msg ! '': $statusIconBarTab += '<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_visible_cum_msg ! '': $statusIconBarTab += '<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_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>'
|
|
|
+ $statusIconBarTab += '<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_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>'
|
|
|
+ $statusIconBarTab += '<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_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>'
|
|
|
+ $statusIconBarTab += '<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_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>'
|
|
|
+ $statusIconBarTab += '<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
|
|
@@ -521,66 +517,64 @@ 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_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>'
|
|
|
+ $statusIconBarTab += '<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'
|
|
|
+ $statusIconBarTab += '</tr><tr>'
|
|
|
|
|
|
!!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 bimbolevel > 0: $statusIconBarTab += '<td><a href="exec:msg $bimbostatus"><img title="<<$bimbo_tooltip>>" 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 hypnoAddict > 0 and $stat_hypno_msg ! '': $statusIconBarTab += '<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_court_msg ! '': $statusIconBarTab += '<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 $stat_school_msg ! '': $statusIconBarTab += '<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 work > 0 or model > 0 or pornstack > 0: $statusIconBarTab += '<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>'
|
|
|
+!!Deactivated until the images are added if $stat_bfgf_msg_0 ! '': $statusIconBarTab += '<td><a href="exec: $stat_bfgf_msg_0"><img title="<<$stat_bfgf_tooltip_0>>" height = 54 src="images/system/icon/status_icons/date.png"></a></td>'
|
|
|
+
|
|
|
+!!Deactivated until the images are added if $stat_bfgf_msg_1 ! '': $statusIconBarTab += '<td><a href="exec: $stat_bfgf_msg_1"><img title="<<$stat_bfgf_tooltip_1>>" height = 54 src="images/system/icon/status_icons/date.png"></a></td>'
|
|
|
+
|
|
|
+!!Deactivated until the images are added if $stat_bfgf_msg_2 ! '': $statusIconBarTab += '<td><a href="exec: $stat_bfgf_msg_2"><img title="<<$stat_bfgf_tooltip_2>>" height = 54 src="images/system/icon/status_icons/date.png"></a></td>'
|
|
|
+
|
|
|
+ if $stat_clothes_msg ! '': $statusIconBarTab += '<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_bra_msg ! '': $statusIconBarTab += '<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 $stat_panty_msg ! '': $statusIconBarTab += '<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>'
|
|
|
+ $statusIconBarTab += '<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>'
|
|
|
+ $statusIconBarTab += '<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>'
|
|
|
+ $statusIconBarTab += '<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'
|
|
|
+ $statusIconBarTab += '</tr><tr>'
|
|
|
|
|
|
- !!Row 5: School, Work, Court, Drugs and other short term stuff
|
|
|
-
|
|
|
- $statusIconBarTab_5 = '<table><tr>'
|
|
|
+ !!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.' , '.')
|
|
|
- $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>'
|
|
|
+ $statusIconBarTab += '<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_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>'
|
|
|
+ $statusIconBarTab += '<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_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>'
|
|
|
+ $statusIconBarTab += '<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_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>'
|
|
|
+ $statusIconBarTab += '<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 = ''
|
|
@@ -593,41 +587,41 @@ if cheatStatusIcons = 0 or disable_show_icons = 0:
|
|
|
$stat_drug_msg += 'You need heroin.'
|
|
|
end
|
|
|
|
|
|
- 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 $stat_drug_msg ! '': $statusIconBarTab += '<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_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>'
|
|
|
+ $statusIconBarTab += '<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_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>'
|
|
|
+ $statusIconBarTab += '<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_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>'
|
|
|
+ $statusIconBarTab += '<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_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>'
|
|
|
+ $statusIconBarTab += '<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_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 mentats_dose >= 1: $statusIconBarTab += '<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_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>'
|
|
|
+ if aphrodisiac_timer > 0: $statusIconBarTab +='<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 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 frost > 0: $statusIconBarTab += '<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 sick > 0: $statusIconBarTab += '<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>'
|
|
|
+ $statusIconBarTab += '<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>'
|
|
|
+ $statusIconBarTab += '<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 cumcondslip > 0: $statusIconBarTab += '<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:
|
|
@@ -641,12 +635,12 @@ if cheatStatusIcons = 0 or disable_show_icons = 0:
|
|
|
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>'
|
|
|
+ $statusIconBarTab += '<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'
|
|
|
+ $statusIconBarTab += '</tr></table>'
|
|
|
+ $stat_msg += func('cleanHTML',$statusIconBarTab)
|
|
|
+ killvar '$statusIconBarTab'
|
|
|
else
|
|
|
$stat_msg += '<br>'
|
|
|
end
|
|
@@ -1570,6 +1564,7 @@ $stat_clothes_tooltip = ''
|
|
|
$stat_clothes_style = ''
|
|
|
$stat_bra_msg = ''
|
|
|
$stat_panty_msg = ''
|
|
|
+$stat_img_temp = FUNC('$body_image','clothes')
|
|
|
|
|
|
if $clothingworntype ! 'nude':
|
|
|
if CloThinness = 6:
|
|
@@ -1886,6 +1881,8 @@ else
|
|
|
end
|
|
|
end
|
|
|
|
|
|
+$stat_clothes_msg += '<br><img src="<<$stat_img_temp>>">'
|
|
|
+
|
|
|
if frost > 0:
|
|
|
if frost <= 5:
|
|
|
if enable_extra_msg = 1: $stat_msg += '<BR><b><font>You are a little chilly.</font></b>'
|
|
@@ -1962,18 +1959,6 @@ else
|
|
|
$streetev_home = 'the train station'
|
|
|
end
|
|
|
|
|
|
-if hour < meethour[0] and svidanie[0] = 1:$stat_msg += '<BR><<$loverdesc[0]>> will be waiting for you near <<$streetev_home>> at <<meethour[0]>>:00.'
|
|
|
-if hour = meethour[0] and svidanie[0] = 1:$stat_msg += '<BR><b><font color="red"><<$loverdesc[0]>> is waiting for you by <<$streetev_home>>.</font></b>'
|
|
|
-if meetday[0] < daystart and svidanie[0] = 1:pcs_lovers_rel[0] -= 10 & svidanie[0] = 0
|
|
|
-
|
|
|
-if hour < meethour[1] and svidanie[1] = 1:$stat_msg += '<BR><<$loverdesc[1]>> will be waiting for you near <<$streetev_home>> at <<meethour[1]>>:00.'
|
|
|
-if hour = meethour[1] and svidanie[1] = 1:$stat_msg += '<BR><b><font color="red"><<$loverdesc[1]>> is waiting for you by <<$streetev_home>>.</font></b>'
|
|
|
-if meetday[1] < daystart and svidanie[1] = 1:pcs_lovers_rel[1] -= 10 & svidanie[1] = 0
|
|
|
-
|
|
|
-if hour < meethour[2] and svidanie[2] = 1:$stat_msg += '<BR><<$loverdesc[2]>> will be waiting for you near <<$streetev_home>> at <<meethour[2]>>:00.'
|
|
|
-if hour = meethour[2] and svidanie[2] = 1:$stat_msg += '<BR><b><font color="red"><<$loverdesc[2]>> is waiting for you by <<$streetev_home>>.</font></b>'
|
|
|
-if meetday[2] < daystart and svidanie[2] = 1:pcs_lovers_rel[2] -= 10 & svidanie[2] = 0
|
|
|
-
|
|
|
if StrongNarkota > 20 or jointhigh > 0:$stat_msg += '<BR><b><font color="red">You are stoned.</font></b>'
|
|
|
if amphHigh > 0: $stat_msg += '<BR><b><font color="red">You feel a little wired.</font></b>'
|
|
|
|
|
@@ -1990,7 +1975,7 @@ 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>'
|
|
|
if StoryLine = 1 and nerd_night_game = 1 and nerd_night_game_day = daystart and hour > 15 and hour < 21: $stat_msg += '<BR><b>Join nerds at the community center at eight</b>'
|
|
|
|
|
|
-!!--------------- Storyline = 1 Events (Start) ------------------------
|
|
|
+!!--------------- Storyline = 1 Events (End) ------------------------
|
|
|
|
|
|
if home_owned[1] = 1 and home_owned[4] > 0:
|
|
|
$stat_msg += '<BR>You have rented an apartment in the city residential area, which is paid up for <b><<ArendHouseSL>></b> days, and you also have an apartment in Pushkin, which is paid up for <b><<ArendHouseSL4>></b> days. Utilities are due on the 25th of <<$month>>.'
|
|
@@ -2022,6 +2007,49 @@ end
|
|
|
|
|
|
!!------------------ Things without an icon (End) -------------------
|
|
|
|
|
|
+$stat_bfgf_msg_0 = ''
|
|
|
+$stat_bfgf_tooltip_0 = ''
|
|
|
+$stat_bfgf_msg_1 = ''
|
|
|
+$stat_bfgf_tooltip_1 = ''
|
|
|
+$stat_bfgf_msg_2 = ''
|
|
|
+$stat_bfgf_tooltip_2 = ''
|
|
|
+
|
|
|
+if hour < meethour[0] and svidanie[0] = 1:
|
|
|
+ if enable_extra_msg = 1: $stat_msg += '<BR><<$loverdesc[0]>> will be waiting for you near <<$streetev_home>> at <<meethour[0]>>:00.'
|
|
|
+ $stat_bfgf_msg_0 = '<<$loverdesc[0]>> will be waiting for you near <<$streetev_home>> at <<meethour[0]>>:00.'
|
|
|
+ $stat_bfgf_tooltip_0 = 'Your date with <<$loverdesc[0]>> starts at <<meethour[0]>>:00 near <<$streetev_home>>.'
|
|
|
+elseif hour = meethour[0] and svidanie[0] = 1:
|
|
|
+ if enable_extra_msg = 1: $stat_msg += '<BR><b><font color="red"><<$loverdesc[0]>> is waiting for you by <<$streetev_home>>.</font></b>'
|
|
|
+ $stat_bfgf_msg_0 = '<<$loverdesc[0]>> is waiting for you by <<$streetev_home>>.'
|
|
|
+ $stat_bfgf_tooltip_0 = '<<$loverdesc[0]>> is waiting near <<$streetev_home>>.'
|
|
|
+elseif meetday[0] < daystart and svidanie[0] = 1:
|
|
|
+ pcs_lovers_rel[0] -= 10 & svidanie[0] = 0
|
|
|
+end
|
|
|
+
|
|
|
+if hour < meethour[1] and svidanie[1] = 1:
|
|
|
+ if enable_extra_msg = 1: $stat_msg += '<BR><<$loverdesc[1]>> will be waiting for you near <<$streetev_home>> at <<meethour[1]>>:00.'
|
|
|
+ $stat_bfgf_msg_1 = '<<$loverdesc[1]>> will be waiting for you near <<$streetev_home>> at <<meethour[1]>>:00.'
|
|
|
+ $stat_bfgf_tooltip_1 = 'Your date with <<$loverdesc[1]>> starts at <<meethour[1]>>:00 near <<$streetev_home>>.'
|
|
|
+elseif hour = meethour[1] and svidanie[1] = 1:
|
|
|
+ if enable_extra_msg = 1: $stat_msg += '<BR><b><font color="red"><<$loverdesc[1]>> is waiting for you by <<$streetev_home>>.</font></b>'
|
|
|
+ $stat_bfgf_msg_1 = '<<$loverdesc[1]>> is waiting for you by <<$streetev_home>>.'
|
|
|
+ $stat_bfgf_tooltip_1 = '<<$loverdesc[1]>> is waiting near <<$streetev_home>>.'
|
|
|
+elseif meetday[1] < daystart and svidanie[1] = 1:
|
|
|
+ pcs_lovers_rel[1] -= 10 & svidanie[1] = 0
|
|
|
+end
|
|
|
+
|
|
|
+if hour < meethour[2] and svidanie[2] = 1:
|
|
|
+ if enable_extra_msg = 1: $stat_msg += '<BR><<$loverdesc[2]>> will be waiting for you near <<$streetev_home>> at <<meethour[2]>>:00.'
|
|
|
+ $stat_bfgf_msg_2 = '<<$loverdesc[2]>> will be waiting for you near <<$streetev_home>> at <<meethour[2]>>:00.'
|
|
|
+ $stat_bfgf_tooltip_2 = 'Your date starts at <<meethour[2]>>:00 near <<$streetev_home>>.'
|
|
|
+elseif hour = meethour[2] and svidanie[2] = 1:
|
|
|
+ if enable_extra_msg = 1: $stat_msg += '<BR><b><font color="red"><<$loverdesc[2]>> is waiting for you by <<$streetev_home>>.</font></b>'
|
|
|
+ $stat_bfgf_msg_2 = '<<$loverdesc[2]>> is waiting for you by <<$streetev_home>>.'
|
|
|
+ $stat_bfgf_tooltip_2 = '<<$loverdesc[2]>> is waiting near <<$streetev_home>>.'
|
|
|
+elseif meetday[2] < daystart and svidanie[2] = 1:
|
|
|
+ pcs_lovers_rel[2] -= 10 & svidanie[2] = 0
|
|
|
+end
|
|
|
+
|
|
|
if young_shop_work = 1:
|
|
|
if hour = 16 and minut <= 5 and week < 6 and inWorkYoungShop = 0:
|
|
|
'You are late for work at Pussy-Cats.'
|
|
@@ -2045,35 +2073,85 @@ elseif courthearing_date = daystart and hour < 11:
|
|
|
$stat_court_tooltip = 'Court hearing today (07:00 - 11:00).'
|
|
|
end
|
|
|
|
|
|
-if young_shop_work1 = 1:
|
|
|
- if hour = 9 and minut <= 5 and week >= 6 and inWorkYoungShop = 0:
|
|
|
- $stat_msg += 'You are late for work at Pussy-Cats.'
|
|
|
- elseif hour = 9 and week >= 6 and inWorkYoungShop = 0 and misscheck ! daystart:
|
|
|
- misscheck = daystart
|
|
|
- young_shop_miss += 1
|
|
|
- $stat_msg += '<BR><b><font color="red">You missed work.</font></b>'
|
|
|
- elseif (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>'
|
|
|
+if enable_extra_msg = 1:
|
|
|
+ if young_shop_work1 = 1:
|
|
|
+ if hour = 9 and minut <= 5 and week >= 6 and inWorkYoungShop = 0:
|
|
|
+ $stat_msg += 'You are late for work at Pussy-Cats.'
|
|
|
+ elseif hour = 9 and week >= 6 and inWorkYoungShop = 0 and misscheck ! daystart:
|
|
|
+ misscheck = daystart
|
|
|
+ young_shop_miss += 1
|
|
|
+ $stat_msg += '<BR><b><font color="red">You missed work.</font></b>'
|
|
|
+ elseif (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
|
|
|
-end
|
|
|
|
|
|
-if young_shop_work2 = 1:
|
|
|
- if hour = 9 and minut <= 5 and week < 6 and inWorkYoungShop = 0:
|
|
|
- 'You are late for work at Pussy-Cats.'
|
|
|
- elseif hour = 9 and week < 6 and inWorkYoungShop = 0 and misscheck ! daystart:
|
|
|
- misscheck = daystart
|
|
|
- young_shop_miss += 1
|
|
|
- $stat_msg += '<BR><b><font color="red">You missed work.</font></b>'
|
|
|
- elseif (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>'
|
|
|
+ if young_shop_work2 = 1:
|
|
|
+ if hour = 9 and minut <= 5 and week < 6 and inWorkYoungShop = 0:
|
|
|
+ 'You are late for work at Pussy-Cats.'
|
|
|
+ elseif hour = 9 and week < 6 and inWorkYoungShop = 0 and misscheck ! daystart:
|
|
|
+ misscheck = daystart
|
|
|
+ young_shop_miss += 1
|
|
|
+ $stat_msg += '<BR><b><font color="red">You missed work.</font></b>'
|
|
|
+ elseif (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:
|
|
|
+ if week = 2 or week = 4 or week = 6:
|
|
|
+ if hour = 7:$stat_msg += '<BR><b><font color="red">At 8 o''clock you start work on the market.</font></b>'
|
|
|
+ if hour = 8:$stat_msg += '<BR><b><font color="red">You need to work on the market now.</font></b>'
|
|
|
+ end
|
|
|
end
|
|
|
-end
|
|
|
|
|
|
-if workrin = 1:
|
|
|
- if week = 2 or week = 4 or week = 6:
|
|
|
- if hour = 7:$stat_msg += '<BR><b><font color="red">At 8 o''clock you start work on the market.</font></b>'
|
|
|
- if hour = 8:$stat_msg += '<BR><b><font color="red">You need to work on the market now.</font></b>'
|
|
|
+ if model > 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>'
|
|
|
+ elseif model > 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 > 0 and model_week < (daystart - week) / 7 and model_job_week < 1:
|
|
|
+ $stat_msg += '<BR><b>You can get paid for 2 modeling jobs this week.</b>'
|
|
|
+ end
|
|
|
+ if pornstack > 0:
|
|
|
+ porndays = 0
|
|
|
+ :pfilmtime
|
|
|
+ if porndays < 200 and pfilmday[porndays] = 0: porndays += 1 & jump 'pfilmtime'
|
|
|
+ end
|
|
|
+ if pornstack > 0 and pfilmday[0] = 0:
|
|
|
+ if pfilmday[1] = 0:
|
|
|
+ $stat_msg += '<br><b>You will star in another porno in <<porndays>> days.</b>'
|
|
|
+ else
|
|
|
+ $stat_msg += '<br><b>You have a porno shoot scheduled tomorrow.</b>'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ if pfilmday[0] > 0:
|
|
|
+ if pornnow = 1:
|
|
|
+ $stat_msg += '<br><b>You are at a porn shooting.</b>'
|
|
|
+ else
|
|
|
+ if hour < 11: $stat_msg += '<br><b>You are expected in the porno studio at 10:00.</b>'
|
|
|
+ if hour >= 11 and hour < 13: $stat_msg += '<br><b>You should be at the porno studio, shooting!</b>'
|
|
|
+ if hour >= 13: $stat_msg += '<br><b>You missed a scheduled porno shoot!</b>'
|
|
|
+ end
|
|
|
end
|
|
|
+ if pornmiss = 1: $stat_msg += '<br><b>You missed a scheduled porno shoot!</b>'
|
|
|
+ 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.'
|
|
|
+ elseif pornstack = 11:
|
|
|
+ $stat_msg += '<br>You can contract <<10-pornstack>> porn shoot at the Porn Studio.'
|
|
|
+ else
|
|
|
+ $stat_msg += '<br>You can contract up to <<10-pornstack>> porn shoots at the Porn Studio.'
|
|
|
+ end
|
|
|
+ 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 PersSecWork = 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 beauty salon. Shift starts at 9: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>'
|
|
|
end
|
|
|
|
|
|
$stat_hypno_msg = ''
|
|
@@ -2107,54 +2185,6 @@ if hypnoAddict > 0:
|
|
|
end
|
|
|
end
|
|
|
|
|
|
-if model > 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>'
|
|
|
-elseif model > 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 > 0 and model_week < (daystart - week) / 7 and model_job_week < 1:
|
|
|
- $stat_msg += '<BR><b>You can get paid for 2 modeling jobs this week.</b>'
|
|
|
-end
|
|
|
-if pornstack > 0:
|
|
|
- porndays = 0
|
|
|
- :pfilmtime
|
|
|
- if porndays < 200 and pfilmday[porndays] = 0: porndays += 1 & jump 'pfilmtime'
|
|
|
-end
|
|
|
-if pornstack > 0 and pfilmday[0] = 0:
|
|
|
- if pfilmday[1] = 0:
|
|
|
- $stat_msg += '<br><b>You will star in another porno in <<porndays>> days.</b>'
|
|
|
- else
|
|
|
- $stat_msg += '<br><b>You have a porno shoot scheduled tomorrow.</b>'
|
|
|
- end
|
|
|
-end
|
|
|
-if pfilmday[0] > 0:
|
|
|
- if pornnow = 1:
|
|
|
- $stat_msg += '<br><b>You are at a porn shooting.</b>'
|
|
|
- else
|
|
|
- if hour < 11: $stat_msg += '<br><b>You are expected in the porno studio at 10:00.</b>'
|
|
|
- if hour >= 11 and hour < 13: $stat_msg += '<br><b>You should be at the porno studio, shooting!</b>'
|
|
|
- if hour >= 13: $stat_msg += '<br><b>You missed a scheduled porno shoot!</b>'
|
|
|
- end
|
|
|
-end
|
|
|
-if pornmiss = 1: $stat_msg += '<br><b>You missed a scheduled porno shoot!</b>'
|
|
|
-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.'
|
|
|
- elseif pornstack = 11:
|
|
|
- $stat_msg += '<br>You can contract <<10-pornstack>> porn shoot at the Porn Studio.'
|
|
|
- else
|
|
|
- $stat_msg += '<br>You can contract up to <<10-pornstack>> porn shoots at the Porn Studio.'
|
|
|
- end
|
|
|
-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 PersSecWork = 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 beauty salon. Shift starts at 9: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>'
|
|
|
-
|
|
|
gs 'brother', 'brotherSexCount'
|
|
|
|
|
|
!! List Current Active Spells
|