|
@@ -140,6 +140,7 @@ $stat_msg += '<table><tr><td><a href="exec:msg ''<<$weather>>''"><<$weatherImage
|
|
|
if Enable_statfsize>0: $stat_msg = '<font size=<<Enable_statfsize>>><<$stat_msg>>'
|
|
|
|
|
|
$stat_disable_msg = 'Menu is disabled for this event.'
|
|
|
+$stat_private_msg = 'Need a private place.'
|
|
|
|
|
|
!$stat_msg += '<<$weather>><BR>'
|
|
|
!pl '<<$weatherImage>>'
|
|
@@ -1257,12 +1258,16 @@ if cheatStatusIcons = 0:
|
|
|
$statusIconBarTab += '<td><a href="exec: gs ''cum_manage'', ''cumeater_icon'' & gs ''stat''"><img title="Click to lick up all that delicious cum." height = <<set_siconht>> src="images/system/icons/status/cum_eater.png"></a></td>'
|
|
|
elseif stat_cumloc_check = 1 and pcs_traits['cumeater'] = 1 and cumeater_cheat = 0 and menu_off = 1:
|
|
|
$statusIconBarTab += '<td><a href="exec:msg $stat_disable_msg"><img title="<<$stat_disable_msg>>" height = <<set_siconht>> src="images/system/icons/status/cum_eater.png"></a></td>'
|
|
|
+ elseif stat_cumloc_check = 2 and pcs_traits['cumeater'] = 1 and cumeater_cheat = 0:
|
|
|
+ $statusIconBarTab += '<td><a href="exec:msg $stat_private_msg"><img title="<<$stat_private_msg>>" height = <<set_siconht>> src="images/system/icons/status/cum_eater.png"></a></td>'
|
|
|
end
|
|
|
|
|
|
if stat_cumloc_check = 1 and mc_inventory['makeup_wipes'] > 0 and menu_off = 0:
|
|
|
$statusIconBarTab += '<td><a href="exec:dynamic $d_salf"><img title="Click to use your wipes." height = <<set_siconht>> src="images/system/icons/status/wipes.png"></a></td>'
|
|
|
elseif stat_cumloc_check = 1 and mc_inventory['makeup_wipes'] > 0 and menu_off = 1:
|
|
|
$statusIconBarTab += '<td><a href="exec:msg $stat_disable_msg"><img title="<<$stat_disable_msg>>" height = <<set_siconht>> src="images/system/icons/status/wipes.png"></a></td>'
|
|
|
+ elseif stat_cumloc_check = 2 and mc_inventory['makeup_wipes'] > 0:
|
|
|
+ $statusIconBarTab += '<td><a href="exec:msg $stat_private_msg"><img title="<<$stat_private_msg>>" height = <<set_siconht>> src="images/system/icons/status/wipes.png"></a></td>'
|
|
|
end
|
|
|
|
|
|
stat_STD_count = 0
|