Browse Source

[added] starlets late message

hornguy6 3 years ago
parent
commit
f4d4981de7
1 changed files with 15 additions and 0 deletions
  1. 15 0
      locations/stat_display.qsrc

+ 15 - 0
locations/stat_display.qsrc

@@ -1046,6 +1046,21 @@ if cheatStatusIcons = 0:
 		$statusIconBarTab += '<td><a href="exec: msg $stat_model_msg"><img title="<<$stat_model_msg>>" height = <<set_siconht>> src="images/system/icon/status_icons/model_'+iif(night_mode ! 3 and (($location_type = 'public_outdoors' and daystage = 5) or night_mode = 1 or night_mode = 2), 'white', 'black')+'.png"></a></td>'
 	end
 	
+	if AlbinaQW['StarletsJoined'] > 0 and AlbinaQW['StarletsShutDown'] = 0 and npc_pregtalk['A23'] = 0 and starlets_on = 1: 
+		if starlets_missed > 0:
+			$stat_starlet_msg = 'You missed practice with the Starlets today!'
+		else:
+			$stat_starlet_msg = 'You have practice with the Starlets at 15:00 today.'
+		end
+		if (hour < 16 or starlets_missed > 0) and starlets['late_message'] = 0:
+			if starlets_missed > 0:
+				$statusIconBarTab += '<td><a href="exec:msg $stat_starlet_msg"><img title="<<$stat_starlet_msg>>" height = <<set_siconht>> src="images/system/icon/status_icons/starlets_'+iif(night_mode ! 3 and (($location_type = 'public_outdoors' and daystage = 5) or night_mode = 1 or night_mode = 2), 'white', 'black')+'.png"></a></td>'
+			else
+				$statusIconBarTab += '<td><a href="exec: starlets[''late_message''] = 1 & msg $stat_starlet_msg"><img title="<<$stat_starlet_msg>>" height = <<set_siconht>> src="images/system/icon/status_icons/starlets_'+iif(night_mode ! 3 and (($location_type = 'public_outdoors' and daystage = 5) or night_mode = 1 or night_mode = 2), 'white', 'black')+'.png"></a></td>'
+			end
+		end
+	end
+	
 	if pornstar['icon'] = 1 and pornstar['icon_disable'] ! daystart:
        if hour < 11:
             $stat_porn_msg = 'You are starring in a porno today at 10:00.'