Browse Source

[fixed] stuff in the anushka files, the new icons and added model/pornstar to the journal

julzor 4 years ago
parent
commit
2f77438d99

+ 2 - 4
locations/anushapt.qsrc

@@ -303,8 +303,7 @@ if $ARGS[0] = 'hallway':
 		'Anushka is standing next to, looking at you expectantly. "What''s up, <<$pcs_nickname>>?"'
 		act '<b>Leave Anushka''s apartment</b>': gt 'pavComplex','start'
 		act 'Let''s go to your room':AnushkaLoc=2&gt'anushapt','anushroom'
-		!!The scene has no alternative for maksimQW = 2, so I am blocking the action (julzor)
-		if maksimQW < 2: act 'Let''s check on your brother': AnushkaLoc = 3 & gt 'anushaptbr','brotherroom'
+		act 'Let''s check on your brother': AnushkaLoc = 3 & gt 'anushaptbr','brotherroom'
 	end
 end
 
@@ -550,8 +549,7 @@ if $ARGS[0] = 'anushroom':
 	act 'Leave Anushka''s room': gt 'anushapt','hallway'
 	if AnushkaLoc = 2:
 		'<br>Anushka is sitting on the bed, a mysterious smirk playing around her lips as she looks at you.'
-		!!The scene has no alternative for maksimQW = 2, so I am blocking the action (julzor)
-		if maksimQW < 2: act 'Let''s check on your brother': AnushkaLoc = 3 & gt 'anushaptbr','brotherroom'
+		act 'Let''s check on your brother': AnushkaLoc = 3 & gt 'anushaptbr','brotherroom'
 		act 'Talk to Anushka': AnushkaLoc = 2 & gt 'anushkachat', 'chat'
 	end
 end

+ 2 - 2
locations/anushaptbr.qsrc

@@ -60,8 +60,8 @@ if $ARGS[0] = 'brotherroom':
 				end
 			end
 		end
-	elseif AnushkaLoc = 3 and maksimQW = 1:
-		maksimQW = 2
+	elseif AnushkaLoc = 3 and (maksimQW = 1 or maksimQW = 2):
+		if maksimQW = 1: maksimQW = 2
 		menu_off = 1
 		minut += 3
 		gs 'stat'

+ 4 - 0
locations/body.qsrc

@@ -1846,6 +1846,7 @@ if pcs_makeup = 0:
 	$pcdesc_makeupwordy = 'clownishly makeup-smeared'
 	mopkoef = -5 
 	$pcs_makeup = '<b><font color="red">Your makeup is smeared all over your face</font></b>'
+	$pcs_makeup_msg = 'Your makeup is smeared all over your face.'
 	$pcs_makeup_tooltip = 'Your makeup is ruined.'
 elseif pcs_makeup = 1: 
 	rand_makeup = rand(0,1)
@@ -1858,6 +1859,7 @@ elseif pcs_makeup = 1:
 	$pcdesc_makeupwordy = 'bare, natural'
 	mopkoef = 0
 	$pcs_makeup = 'You''re not wearing any kind of makeup'
+	$pcs_makeup_msg = 'You''re not wearing any kind of makeup.'
 	$pcs_makeup_tooltip = 'You''re not wearing makeup.'
 elseif pcs_makeup = 2: 
 	rand_makeup = rand(0,1)
@@ -1869,6 +1871,7 @@ elseif pcs_makeup = 2:
 	$pcdesc_makeup = 'subtly-accented'
 	$pcdesc_makeupwordy = 'almost natural, subtly-accented'
 	$pcs_makeup = 'Your makeup is light and subtle, with neutral tones to bring out your natural beauty'
+	$pcs_makeup_msg = 'Your makeup is light and subtle, with neutral tones to bring out your natural beauty.'
 	$pcs_makeup_tooltip = 'Your makeup is light and subtle.'
 elseif pcs_makeup = 3: 
 	rand_makeup = rand(0,1)
@@ -1880,6 +1883,7 @@ elseif pcs_makeup = 3:
 	$pcdesc_makeup = 'vibrantly done-up'
 	$pcdesc_makeupwordy = 'colourful, tastefully done-up'
 	$pcs_makeup = 'Your makeup has some mildly vibrant tones, covering your minor imperfections and enhancing your best features'
+	$pcs_makeup_msg = 'Your makeup has some mildly vibrant tones, covering your minor imperfections and enhancing your best features.'
 	$pcs_makeup_tooltip = 'Your makeup has some mildly vibrant tones.'
 elseif pcs_makeup = 4:
 	rand_makeup = rand(0,3)

+ 12 - 6
locations/gschool_break.qsrc

@@ -230,12 +230,18 @@ if $ARGS[0] = 'girls_restroom_events':
 					'You know these gopnik girls are dangerous, most of them like to fight for fun and many of them carry knives. Not sure how serious she is about this, you know that you are far enough away that you can just dash out of the restroom, but she might come after you later, or you could do what she says and lick her pussy.'
 					act 'Submit': gt 'gschool_break', 'lena_dom'
 !!ToDo: Add in a option to fight once we revamp fighting (nutluck)
-					act 'Make a run for it':
-						*clr & cla
-						gs 'stat'
-						'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big20.jpg"></center>'
-						'You turn and run for the door. As you make it to the door, you hear Lena call after you. "You better run far, bitch!"'
-						act 'Continue': gt 'gschool_lessons', 'short_break'
+					gs 'willpower', 'cuni', 'resist', 'easy'
+					if will_cost <= pcs_willpwr:
+						act 'Make a run for it (<<will_cost>> Willpower)':
+							*clr & cla
+							gs 'willpower', 'pay', 'resist'
+							gs 'stat'
+							'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big20.jpg"></center>'
+							'You turn and run for the door. As you make it to the door, you hear Lena call after you. "You better run far, bitch!"'
+							act 'Continue': gt 'gschool_lessons', 'short_break'
+						end
+					else
+						act 'Make a run for it (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 					end
 				end
 			else

+ 1 - 1
locations/gschool_groups.qsrc

@@ -182,7 +182,7 @@ if $ARGS[0] = 'fuckornot':
 			elseif hotcat ! j or hotcat_rating_set = 1:
 				if hotcat_rating['A<<i>>'] = j:
 					fu_count += 1
-					$fu_text += '' + '<td bgcolor=<<$bcolor2>> align="center"><img  height="100" src="images/pc/npc_headshots/<<i>>.jpg"><br>' + '<<$npc_nickname[''A<<i>>'']>>, <<hotcat_rating[''A<<i>>'']>>/10'
+					$fu_text += '' + '<td bgcolor=<<$bcolor2>> align="center"><img  height="100" src="images/pc/npc_headshots/<<i>>.jpg"><br>' + '<<$npc_usedname[''A<<i>>'']>>, <<hotcat_rating[''A<<i>>'']>>/10'
 				end
 			end
 			if fu_count < 6 and hotcat_rating['A<<i>>'] = j:

+ 39 - 0
locations/journal.qsrc

@@ -48,6 +48,45 @@ if $ARGS[0] = 'records':
 	if film > 0:$tab_text += dyneval($NoteBookLine,'You are working in the city industrial region as pornographic actress under the name <<$pfname>>')
 	if bumtolik = 4:$tab_text += dyneval($NoteBookLine,'You have been asked to help the homeless at the Mercy Clinic in the city industrial region.')
 	if bumtolik >= 5:$tab_text += dyneval($NoteBookLine,'You volunteer at the Mercy Clinic in the city industrial region, working with the homeless. Working hours are from 9 to 17, Saturday and Sunday.')
+	if model > 0 and model_week = (daystart - week) / 7 and model_job_week >= 2:
+		$tab_text += '<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:
+		$tab_text += '<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:
+		$tab_text += '<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:
+			$tab_text += '<br><b>You will star in another porno in <<porndays>> days.</b>'
+		else
+			$tab_text += '<br><b>You have a porno shoot scheduled tomorrow.</b>'
+		end
+	end
+	if pfilmday[0] > 0:
+		if pornnow = 1:
+			$tab_text += '<br><b>You are at a porn shooting.</b>'
+		else
+			if hour < 11: $tab_text += '<br><b>You are expected in the porno studio at 10:00.</b>'
+			if hour >= 11 and hour < 13: $tab_text += '<br><b>You should be at the porno studio, shooting!</b>'
+			if hour >= 13: $tab_text += '<br><b>You missed a scheduled porno shoot!</b>'
+		end
+	end
+	if pornmiss = 1: $tab_text += '<br><b>You missed a scheduled porno shoot!</b>'
+	if prodcosttrue > 0: $tab_text += '<br><b>You owe money to the porn studio <<prodcost>>?</b>'
+	if firstkasting > 0 and pfilmNO < 1:
+		if pornstack <= 10:
+			$tab_text += '<br>You are currently unable to book any more porn shoots at the Porn Studio.'
+		elseif pornstack = 11:
+			$tab_text += '<br>You can contract <<10-pornstack>> porn shoot at the Porn Studio.'
+		else
+			$tab_text += '<br>You can contract up to <<10-pornstack>> porn shoots at the Porn Studio.'
+		end
+	end
 	
 	$tab_text += '<center><h2>Information</h2></center>'
 	

+ 1 - 1
locations/npcstatic1.qsrc

@@ -685,7 +685,7 @@ $npc_dna['A<<npctemp>>'] = '1736016429 1462897715 2010810526 1845581584 12660926
 $npc_firstname['A<<npctemp>>'] = 'Irina'
 $npc_nickname['A<<npctemp>>'] = 'Inna'
 $npc_lastname['A<<npctemp>>'] = 'Devyatova'
-$npc_usedname['A<<npctemp>>'] = 'Inna'
+$npc_usedname['A<<npctemp>>'] = 'Irina'
 if school_year = 2000:
 	npc_dob['A<<npctemp>>'] = 20000329
 else

+ 1 - 1
locations/npcstatic3.qsrc

@@ -1033,7 +1033,7 @@ discoenable['A<<npctemp>>'] = 1
 $npcGo['A<<npctemp>>'] = '<a href="exec:numnpc = 145 & gt ''Snpc''"><<$npc_firstname[''A145'']>> <<$npc_lastname[''A145'']>></a>'
 $npcGoSchool['A<<npctemp>>'] = '<a href="exec:gt ''gschool_chats3'',''ekaterina''"><<$npc_usedname[''A145'']>></a>'
 $school_static_num['A<<npctemp>>'] = 'A145'
-hotcat_rating['A<<npctemp>>'] = 5
+hotcat_rating['A<<npctemp>>'] = 4
 
 npctemp = 146
 gs 'npcstaticdefaults', 'defaults'

+ 7 - 1
locations/saveupdater.qsrc

@@ -643,7 +643,11 @@ if fuckornot_update = 0:
 	hotcat_rating['A21'] = 6
 	hotcat_rating['A24'] = 5
 	hotcat_rating['A142'] = 5
-	hotcat_rating['A145'] = 5
+	hotcat_rating['A145'] = 4
+elseif fuckornot_update = 1:
+	fuckornot_update = 2
+	hotcat_rating['A145'] = 4
+	hotcat_movement['A145'] = 0
 end
 
 
@@ -666,5 +670,7 @@ if pregdateupdate = 0:
     pregdateupdate = 1
 end
 
+if $npc_usedname['A<<npctemp>>'] = 'Inna': $npc_usedname['A<<npctemp>>'] = 'Irina'
+
 --- saveupdater ---------------------------------
 

+ 5 - 0
locations/stat.qsrc

@@ -660,16 +660,21 @@ end
 if bimbolevel > 0:
 	if bimbowithdrawal = 0:
 		$bimbostatus = '<font color = #FF1493>You''re, like, super hawt today.</font>'
+		$bimbo_tooltip = 'You''re, like, super hawt today.'
 	elseif bimbowithdrawal = 1:
 		$bimbostatus = '<font color="green">You feel, like, kind of lame today.</font>'
+		$bimbo_tooltip = 'You feel, like, kind of lame today.'
 	elseif bimbowithdrawal < 4:
 		$bimbostatus = '<font color="grey">You feel, like, totally lame today.</font>'
+		$bimbo_tooltip = 'You feel, like, totally lame today.'
 	elseif bimbowithdrawal < 6:
 		if pcs_mood > 50: pcs_mood -= 10
 		$bimbostatus = '<font color="red">You really feel, like, awful today.</font>'
+		$bimbo_tooltip = 'You really feel, like, awful today.'
 	elseif bimbowithdrawal >= 6:
 		if pcs_mood > 10: pcs_mood -= 10
 		$bimbostatus= '<font color="red"><b>You feel that, like, horrible today!</b></font>'
+		$bimbo_tooltip = 'You feel that, like, horrible today!'
 	end
 
 	if bimbowithdrawal > 30:

+ 83 - 77
locations/stat_display.qsrc

@@ -226,8 +226,12 @@ if cheatStatusIcons = 0 or disable_show_icons = 0:
 	!!Row 1: Appearance
 
 	$statusIconBarTab = '<table><tr>'
-	$statusIconBarTab += '<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 += '<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>'
+	
+	$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 += '<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>'
@@ -520,7 +524,7 @@ if cheatStatusIcons = 0 or disable_show_icons = 0:
 	
 	!!Row 4: Status, Jobs, School, Clothes,...
 	
-	if bimbolevel > 0: $statusIconBarTab += '<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 += '<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>'
 	
@@ -528,7 +532,7 @@ 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: $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 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>'
 	
@@ -555,7 +559,7 @@ if cheatStatusIcons = 0 or disable_show_icons = 0:
 	
 	$statusIconBarTab += '</tr><tr>'
 	
-	!!Row 5: School, Work, Court, Drugs and other short term stuff
+	!!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.' , '.')
@@ -2069,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
-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 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
+
+	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 = ''
@@ -2131,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