|
@@ -286,7 +286,6 @@ if cheatStatusIcons = 0 or disable_show_icons = 0:
|
|
|
|
|
|
!!Row 2: Mood, Arousal, Hunger, Thirst, Health without STDs...
|
|
|
|
|
|
-!!{ 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 <<pcs_willpwr>> (<<willpower_percent>>%) of your willpower left.'
|
|
@@ -301,7 +300,7 @@ if cheatStatusIcons = 0 or disable_show_icons = 0:
|
|
|
$stat_willpower_tooltip = 'You only have <<pcs_willpwr>> (<<willpower_percent>>%) of your willpower.'
|
|
|
$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 += '<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>'
|
|
@@ -551,13 +550,13 @@ if cheatStatusIcons = 0 or disable_show_icons = 0:
|
|
|
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 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>'
|
|
|
-!!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>'
|
|
|
|
|
|
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>'
|
|
|
|
|
|
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 += '<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>'
|