Browse Source

[added] Readable newspaper. Super barebones though

anjuna krokus 2 weeks ago
parent
commit
0dac820968

+ 2 - 0
glife.qproj

@@ -352,6 +352,8 @@
 		<Location name="shop"/>
 		<Location name="bank"/>
 		<Location name="kiosk"/>
+		<Location name="newspaper"/>
+		<Location name="newspaper_pages"/>
 		<Location name="taxi"/>
 		<Location name="events"/>
 		<Location name="flash"/>

+ 5 - 2
locations/cikl.qsrc

@@ -1174,8 +1174,13 @@ if week = 1:
 
 	!! Reset therapist schedule
 	killvar 'therapist_weekly_block'
+elseif week = 7:
+	gs 'newspaper', 'cikl'
 end
 
+
+
+
 !!------------- Advance book loan debt  ------------------------------------------
 if $lib_book_loaned ! '': lib_debt += 50
 
@@ -1319,6 +1324,4 @@ end
 
 if blackmailQW['stage'] > 0: gs 'blackmailer', 'cikl'
 
-
 --- cikl ---------------------------------
-

+ 2 - 0
locations/din_bad.qsrc

@@ -262,6 +262,8 @@ if $ARGS[0] = 'd_bag':
 	*nl
 	if $pursepantytype ! '' or $pursebratype ! '': 'You also have '+iif($pursepantytype ! '','<a href="exec:view''<<func(''$panty_image'', $pursepantytype, pursepantynumber)>>''">a pair of panties</a>','')+iif($pursepantytype ! '' and $pursebratype ! '',' and ','')+iif($pursebratype ! '','<a href="exec:view''<<func(''$bra_image'', $pursebratype, pursebranumber)>>''">a bra</a>','')+' in your purse, which you can put on in the nearest bathroom.'
 	if photographyEv >= 2: 'You have <a href="exec:gt''camera'',''start''">a camera</a> in your purse.'
+	if mc_inventory['newspaper'] = 1: newspaperVars['dbag'] = 1 & act 'Read your newspaper': gt 'newspaper', 'start'
+
 	act 'Return':gs 'obj_din', 'menu_exit' & gt $menu_loc, $menu_arg
 	'</td></tr></table></center>'
 end

+ 1 - 0
locations/gad_gphouse.qsrc

@@ -306,6 +306,7 @@ if $ARGS[0] = 'main':
 	'A fairly simple cottage in the village of Gadukino which your grandparents call home. In the main room there is a huge <a href="exec:gt ''wardrobe'', ''start''">wardrobe</a> (where you can choose outfits and organize your clothing).'
 	'There is an old <a href="exec:gt ''TV'',''gad''">television</a> in the living room. It''s positioned next to a body length <a href="exec:gt ''mirror'', ''start''">mirror</a>.'
 	'You can check your weight on your grandma''s old mechanical <a href="exec:msg ''<center>Your weight is <<pcs_weight[0]>>.<<pcs_weight[1]>> kg<br>Your body mass index (BMI) is <<pcs_bmi[0]>>.<<pcs_bmi[1]>>.<br><<$bodyVars[''bmi_desc'']>></center>''">scales</a>.'
+	'Your grandfather''s <a href="exec: newspaperVars[''dbag''] = 0 & gs ''newspaper'', ''start''">newspaper</a> is lying to the side.'
 
 	if hour < 8:
 		temp = rand(0,9)

+ 2 - 2
locations/intro_initialization.qsrc

@@ -15,8 +15,6 @@ denypreg = 0
 pertemp = 1
 pillcvrt = 1
 
-gs 'transport_functions', 'init_all'
-
 pcs_naturallashes = pcs_lashes
 
 !!	Initializing elasticity
@@ -107,6 +105,8 @@ gs 'dina'
 gs 'din_van'
 gs 'din_bad'
 gs 'dinSex'
+
+gs 'newspaper', 'cikl'
 !! KEY! I merged 'dinBoroda' with 'clener' and removed the dynamics. This line was at the end of dinBoroda, so I moved it here just in case. Sicaa
 rikudootvet = 1415
 gs 'BanSexType'

+ 2 - 3
locations/intro_initialization_city.qsrc

@@ -22,9 +22,6 @@ denypreg = 0
 pertemp = 1
 pillcvrt = 1
 
-gs 'transport_functions', 'init_all'
-
-
 pcs_naturallashes = pcs_lashes
 
 !!	Initializing elasticity
@@ -118,6 +115,8 @@ gs 'dina'
 gs 'din_van'
 gs 'din_bad'
 gs 'dinSex'
+
+gs 'newspaper', 'cikl'
 !! KEY! I merged 'dinBoroda' with 'clener' and removed the dynamics. This line was at the end of dinBoroda, so I moved it here just in case. Sicaa
 rikudootvet = 1415
 gs 'BanSexType'

+ 30 - 9
locations/kiosk.qsrc

@@ -114,17 +114,18 @@ if $ARGS[0] = 'counter':
 	menu_off = 0
 	gs 'stat'
 
-    gs 'item_cart', 'shoppping_aisle', 'kiosk'
-    gs 'stat'
-    gs 'themes', 'outdoors'
+	gs 'item_cart', 'shoppping_aisle', 'kiosk'
+	gs 'stat'
+	gs 'themes', 'outdoors'
 	
 	$backimage='images/locations/city/shared/kiosk/kiosk123.jpg'
 	act 'Leave':minut += 1 & gt $loc
 	
-	if money >= 100:
+	if money < 100:
+		'<center><table><TR BGCOLOR="' + $theme['table_bg'] + '"><TD><b></b>You don''t have enough money to buy some snack.</TD></TR></table></center>'
+	else
 		act 'Buy a snack (100 <b>₽</b>) (0:05)':
 			*clr & cla
-			gs 'stat'
 			minut += 5
 			money -= 100
 			pcs_health += 10
@@ -140,15 +141,17 @@ if $ARGS[0] = 'counter':
 			gs 'cum_cleanup'
 			pcs_breath = 0
 			gs 'stat'
+
 			'<center><img <<$set_imgh>> src="images/shared/food/food.jpg"></center>'
 			'<center><table><TR BGCOLOR="' + $theme['table_bg'] + '"><TD><b></b>You enjoy a small tasty, but somewhat fattening, snack.</TD></TR></table></center>'
+
 			act 'return': gt 'kiosk', 'start'
 		end
-	else
-		'<center><table><TR BGCOLOR="' + $theme['table_bg'] + '"><TD><b></b>You don''t have enough money to buy some snack.</TD></TR></table></center>'
 	end
 
-	if money >= 40:
+	if money < 40:
+		'<center><table><TR BGCOLOR="' + $theme['table_bg'] + '"><TD><b></b>You don''t have enough money to buy some water.</TD></TR></table></center>'
+	else
 		act 'Buy some water (40 <b>₽</b>) (0:05)':
 			*clr & cla
 			frost = 1
@@ -167,12 +170,30 @@ if $ARGS[0] = 'counter':
 			pcs_breath = 0
 			gs 'cum_cleanup'
 			gs 'stat'
+
 			'<center><img <<$set_imgh>> src="images/locations/shared/brothel/barorderwater.jpg"></center>'
 			'<center><table><TR BGCOLOR="' + $theme['table_bg'] + '"><TD><b></b>You enjoy a drink of water</TD></TR></table></center>'
+
 			act 'return': gt 'kiosk', 'start'
 		end
+	end
+
+	if money < 100 and mc_inventory['newspaper'] = 0:
+		'<center><table><TR BGCOLOR="' + $theme['table_bg'] + '"><TD><b></b>You don''t have enough money to buy a newspaper.</TD></TR></table></center>'
+	elseif mc_inventory['newspaper'] = 1:
+		'<center><table><TR BGCOLOR="' + $theme['table_bg'] + '"><TD><b></b>You already own today''s newspaper.</TD></TR></table></center>'
 	else
-		'<center><table><TR BGCOLOR="' + $theme['table_bg'] + '"><TD><b></b>You don''t have enough money to buy some water.</TD></TR></table></center>'
+		act 'Buy a newspaper (100 <b>₽</b>) (0:05)':
+			*clr & cla
+			mc_inventory['newspaper'] = 1
+			minut += 5
+			money -= 100
+			gs 'stat'
+
+			'<center><img <<$set_imgh>> src="images/system/image_needed.png"></center>'
+			'<center><table><TR BGCOLOR="' + $theme['table_bg'] + '"><TD><b></b>You buy the daily newspaper</TD></TR></table></center>'
+			act 'return': gt 'kiosk', 'start'
+		end
 	end
 
 	act 'View phone themes': $kioskloc = '' & gt 'kiosk', 'themes'

+ 8 - 6
locations/kuhrPar.qsrc

@@ -16,11 +16,8 @@ act 'Return to the hallway':
 	gt 'korrPar'
 end
 
-$loc = 'kuhrPar'
-$loc_arg = ''
+gs 'shortgs', 'setloc', 'kuhrPar', ''
 $locclass = 'kitr'
-$menu_loc = 'kuhrPar'
-$menu_arg = ''
 menu_off = 0
 minut += 1
 gs 'stat'
@@ -77,8 +74,13 @@ if locat['Mother'] = 23: 'Your <a href="exec:gt''mother''"><<$npc_nickname[''A29
 
 !! Clean up of code to ensure stepdad doesn''t warp you to the living room
 killvar 'kit_dad'
-if locat['Stepdad'] = 4: '<a href="exec:gt''father'',''kit''">Your stepfather</a> is here reading the paper.'
-if locat['Stepdad'] = 7: '<a href="exec:gt''father'',''kit''">Your stepfather</a> is here setting the table for dinner.'
+if locat['Stepdad'] = 4:
+	'<a href="exec:gt ''father'', ''kit''">Your stepfather</a> is here reading the paper.'
+elseif locat['Stepdad'] = 7:
+	'<a href="exec:gt''father'',''kit''">Your stepfather</a> is here setting the table for dinner.'
+else
+	'A <a href="exec: newspaperVars[''dbag''] = 0 & gs ''newspaper'', ''start''">newspaper</a> lies on the kitchen table.'
+end
 
 if week = 6 and locat['Fam_set_month_inGad'] = 1 and grandmaQW['block'] = 0 and hour > 9 and hour < 12 and func('homes_properties', 'can_live_here'):'Your parents are getting ready to go to <a href="exec:gt ''gad_gphouse'', ''to_gadukino''">Gadukino</a> to visit your great grandparents. You can go with them if you want, or stay home like Anya usually does.'
 

+ 92 - 0
locations/newspaper.qsrc

@@ -0,0 +1,92 @@
+# newspaper
+
+	!!=======================================================!!
+	!!                                                       !!
+	!!                         CIKL                          !!
+	!!                                                       !!
+	!!=======================================================!!
+
+
+if $ARGS[0] = 'cikl':
+	mc_inventory['newspaper'] = 0
+	gs 'newspaper_pages', 'init'
+
+
+	idx = rand(0, arrsize('np_front_pages') - 1)
+	$newspaperVars['page_0'] = $np_front_pages[idx]
+
+	killvar 'np_front_pages'
+
+	i = 1
+	:newspaper_shuffle_loop
+		idx = rand(0, arrsize('np_pages') - 1)
+		$newspaperVars['page_<<i>>'] = $np_pages[idx]
+
+		i += 1
+		killvar 'np_pages', idx
+	if arrsize('np_pages') > 0: jump 'newspaper_shuffle_loop'
+
+	newspaperVars['max_page_num'] = i - 1
+
+	killvar 'i'
+	killvar 'np_pages'
+end
+
+
+
+
+
+
+
+	!!=======================================================!!
+	!!                                                       !!
+	!!                         VIEW                          !!
+	!!                                                       !!
+	!!=======================================================!!
+
+if $ARGS[0] = 'start':
+	temp_np_page = 0
+	gs 'newspaper', 'view'
+end
+
+
+if $ARGS[0] = 'view':
+	*clr & cla
+	'<center><h2>Delovoy Petersburg</h2></center>'
+
+	act 'Put the newspaper away':
+		killvar 'temp_np_page'
+		if newspaperVars['dbag'] = 0:
+			gt $menu_loc, $menu_arg
+		else
+			gs 'din_bad', 'd_bag'
+		end
+	end
+
+	if temp_np_page < newspaperVars['max_page_num']:
+		act 'Flip to the next article':
+			temp_np_page += 1
+			gs 'newspaper', 'view'
+		end
+	end
+	if temp_np_page > 0:
+		act 'Flip to the previous article':
+			temp_np_page -= 1
+			gs 'newspaper', 'view'
+		end
+	end
+
+	dynamic $newspaperVars['page_<<temp_np_page>>']
+
+end
+
+
+
+
+
+
+
+
+
+
+--- newspaper ----------------------------

+ 123 - 0
locations/newspaper_pages.qsrc

@@ -0,0 +1,123 @@
+# newspaper_pages
+
+
+if $ARGS[0] = 'init':
+	killvar 'np_front_pages'
+	killvar 'np_pages'
+
+	gs 'newspaper_pages', 'add_event_pages'
+	gs 'newspaper_pages', 'cikl_mod'
+	gs 'newspaper_pages', 'fill_arrays'
+end
+
+
+if $ARGS[0] = 'add_event_pages':
+!	if ...:
+!		$np_front_pages[] = 'gs ''loc'', ''loc_arg'' '
+!	end
+
+!	if ...:
+!		$np_pages[] = 'gs ''loc'', ''loc_arg'' '
+!	end
+
+	if rand(0, 9) = 0 and NewspaperVars['gad_missing_day'] < daystart:
+		$NewspaperVars['gad_missing_name'] = $randname
+		NewspaperVars['gad_missing_age'] = rand(9, 69)
+		if NewspaperVars['gad_missing_counter'] ! 0:
+			NewspaperVars['gad_missing_counter'] += 1
+		else
+			NewspaperVars['gad_missing_counter'] = rand(13, 17)
+			NewspaperVars['gad_missing_counter'] += daystart / 35
+		end
+		NewspaperVars['gad_missing_day'] = daystart + 15 + NewspaperVars['gad_missing_counter']
+		$np_pages[] = 'gs ''newspaper_pages'', ''gad_missing'' '
+	end
+
+end
+
+
+if $ARGS[0] = 'cikl_mod':
+	$old_curloc = $curloc
+	$old_loc = $loc
+	$curloc = 'newspaper_cikl'
+	$loc = 'newspaper_cikl'
+
+	gs 'LOCA', 'newspaper', 'cikl'
+
+	$curloc = $old_curloc
+	$loc = $old_loc
+	killvar 'old_curloc'
+	killvar 'old_loc'
+end
+
+if $ARGS[0] = 'fill_arrays':
+	if arrsize('np_front_pages') = 0:
+		gs 'newspaper_pages', 'add_generic_frontpage'
+	end
+
+	:fill_newspaper_loop
+	if arrsize('np_pages') < 3:
+		gs 'newspaper_pages', 'add_generic_page'
+		jump 'fill_newspaper_loop'
+	end
+end
+
+if $ARGS[0] = 'add_generic_frontpage':
+!	$np_front_pages[] = 'gs ''newspaper_pages'', ''generic_front_<<rand(0, 1)>>'' '
+
+	$np_front_pages[] = 'gs ''newspaper_pages'', ''generic_<<rand(0, 2)>>'' '
+
+end
+
+if $ARGS[0] = 'add_generic_page':
+	$np_pages[] = 'gs ''newspaper_pages'', ''generic_<<rand(0, 2)>>'' '
+end
+
+
+
+	!!=======================================================!!
+	!!                                                       !!
+	!!                        GENERIC                        !!
+	!!                                                       !!
+	!!=======================================================!!
+
+if $ARGS[0] = 'generic_0':
+	'<center>Mayor Election Scandal</center>'
+	*nl
+	'In a shocking turn of events the Mayoral candidate Boris Barlovsky has been arrested and is under investigation for numerous offences including running an escort services in Pavlosk.'
+	'We can exclusively reveal the full scandal on page 3.'
+end
+
+if $ARGS[0] = 'generic_1':
+	'<center>Mysterious Lights over Pushkin</center>'
+	*nl
+	'Last night there was several reports of floating lights over Pushkin lake, authorities have dismissed it as light bouncing off the water into low mist. However eye witness reports and photographs discredit the official report.'
+	'Read more on page 4.'
+end
+
+if $ARGS[0] = 'generic_2':
+	'<center>Missing cosmonaut found living in cave in Vladivostok</center>'
+	*nl
+	'Former cosmonaut Valentin Vitalyevich Lebedev (82) had been reported missing 3 weeks ago after he failed to turn up for a state function celebrating the 25th anniversary of the Scientific Geoinformation Center of the Russian Academy of Science which Valentin started and is the director of. He was found in a cave with only basic amenities and a small supply of food. When asked why he was there he simply said he''d grown sick of fancy dinners and red tape. He plans to return to his home and duties next week.'
+end
+
+
+
+
+
+	!!=======================================================!!
+	!!                                                       !!
+	!!                        EVENTS                         !!
+	!!                                                       !!
+	!!=======================================================!!
+
+
+if $ARGS[0] = 'Gad_missing':
+	'<center>More missing people in Gadukino</center>'
+	*nl
+	'Today <<$NewspaperVars[''gad_missing_name'']>> name, <<NewspaperVars[''gad_missing_age'']>> has been reported missing in Gadukino. They was last seen four days ago foraging in the forest. This makes this the <<NewspaperVars[''gad_missing_counter'']>> person that has gone missing in recent months and the authorities are at a loss in trying to locate to what has happened to them.'
+end
+
+
+
+--- newspaper_pages ------------------------------------------

+ 2 - 0
locations/saveupdater.qsrc

@@ -3159,6 +3159,8 @@ if temp_current_save_version < 00090205:
 
 	gs 'shortgs', 'remove_array_element', '$home_name', 'swamphouse'
 	gs 'shortgs', 'remove_array_element', '$home_name', 'swamp_yard'
+
+	!gs 'newspaper', 'cikl'
 end
 
 

+ 13 - 14
locations/uni_dorm.qsrc

@@ -211,7 +211,7 @@ if $ARGS[0] = 'second_floor':
 	if katjaQW['knows_dorm_room_number'] > 0 and yearstart > 1:
 		act 'Katja''s room':
 			*clr & cla 
-			if locat['katja'] = 24 or locat['katja']  = 31 or locat['katja']  = 35 or locat['katja']  = 51 or locat['katja']  = 52:
+			if locat['katja'] = 24 or locat['katja'] = 31 or locat['katja'] = 35 or locat['katja'] = 51 or locat['katja'] = 52:
 				'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big14.jpg"></center>'
 				'Katja opens the door. "Hey <<$pcs_nickname>>, come on in!" She stands aside to let you enter before closing the door behind you.'
 
@@ -235,7 +235,7 @@ if $ARGS[0] = 'second_floor':
 				elseif (locat['katja'] = 32 or locat['katja'] = 33) and katjaQW['kitchen_day'] ! daystart:
 					'<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_hall.jpg"></center>'
 					'You knock on the door, but no one answers. Noticing what time it is, you realise that Katja is likely in the shared kitchen.'
-					act 'Check if Katja is in the kitchen': gt 'katja_pantyquest', 'kitchen',  'from_room'
+					act 'Check if Katja is in the kitchen': gt 'katja_pantyquest', 'kitchen', 'from_room'
 				else
 					'<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_hall.jpg"></center>'
 					'You knock on the door, but no one answers. She must be asleep or not home.'
@@ -557,7 +557,7 @@ if $ARGS[0] = 'eighth_floor':
 								act 'Leave': gt 'uni_dorm', 'eighth_floor'
 							else
 								if kendra_male_slave = 0:
-									'You knock on the door, and after a few seconds, Kendra opens it. She is completely naked and wearing a strapon harness around her hips. She plays with the large black dildo attached to it as she looks at you.  "Well if it isn''t my new favorite white slave bitch. I''m kind of busy punishing one of my other slaves right now."'
+									'You knock on the door, and after a few seconds, Kendra opens it. She is completely naked and wearing a strapon harness around her hips. She plays with the large black dildo attached to it as she looks at you. "Well if it isn''t my new favorite white slave bitch. I''m kind of busy punishing one of my other slaves right now."'
 									'She starts to close the door before you can reply, then stops and smiles at you. "You could come in and watch." She holds the door open and stands aside to let you enter. You glance into the room and see a naked college boy kneeling next to the couch. When he notices you, he blushes bright red and moves to cover himself up, but stops with one look from Kendra and instead just lowers his gaze to the floor. You have no doubt what she''s going to do to him, but is it something you want to watch? It could be interesting and you might learn something from her as well. On the other hand, do you want to humiliate him more than he already is?'
 								else
 									'You knock on the door. After a few seconds, Kendra opens the door. She is completely naked and wearing a strapon harness around her hips. She plays with the large black dildo attached to it as she looks at you. "Well if it isn''t my new favorite white slave bitch. I''m punishing one of the boys again. Want to come in and watch again?"'
@@ -754,11 +754,8 @@ if $ARGS[0] = 'tenth_floor':
 end
 
 if $args[0] = 'dorm_lounge':
-	$loc_arg = 'dorm_lounge'
-	$loc = 'uni_dorm'
-    $location_type = 'private'
-	$menu_loc = 'uni_dorm'
-	$menu_arg = 'dorm_lounge'
+	gs 'shortgs', 'setloc', 'uni_dorm', 'dorm_lounge'
+	$location_type = 'private'
 	menu_off = 0
 	minut += 1
 	gs 'stat'
@@ -766,6 +763,8 @@ if $args[0] = 'dorm_lounge':
 	'<center><b>Dorm Lounge</b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_lounge.jpg"></center>'
 	'This is the large shared lounge for this floor. It is fairly tidy, with a few little squares. A tv on along a wall creates one side of the square while couches or chairs make up the other three sides, with just enough space between them to allow people to enter or leave the little squares. Several such entertainment squares line the room with a few vending machines.'
+	'A free <a href="exec: newspaperVars[''dbag''] = 0 & gs ''newspaper'', ''start''">newspaper</a> is available.'
+
 	act 'Return to the corridor': gt 'uni_dorm', $uni_dorm['floor']
 	act 'Watch tv': gt 'uni_dorm', 'dorm_lounge_watch_tv'
 	act 'Relax': gt 'uni_dorm', 'dorm_lounge_relax'
@@ -776,7 +775,7 @@ end
 if $args[0] = 'dorm_lounge_watch_tv':
 	$loc_arg = 'dorm_lounge_watch_tv'
 	$loc = 'uni_dorm'
-    $location_type = 'private'
+	$location_type = 'private'
 	$menu_loc = 'uni_dorm'
 	$menu_arg = 'dorm_lounge_watch_tv'
 	menu_off = 0
@@ -794,7 +793,7 @@ end
 if $args[0] = 'dorm_lounge_relax':
 	$loc_arg = 'dorm_lounge_relax'
 	$loc = 'uni_dorm'
-    $location_type = 'private'
+	$location_type = 'private'
 	$menu_loc = 'uni_dorm'
 	$menu_arg = 'dorm_lounge_relax'
 	menu_off = 0
@@ -812,7 +811,7 @@ end
 if $args[0] = 'dorm_kitchen':
 	$loc_arg = 'dorm_kitchen'
 	$loc = 'uni_dorm'
-    $location_type = 'private'
+	$location_type = 'private'
 	$locclass = 'kitr'
 	$menu_loc = 'uni_dorm'
 	$menu_arg = 'dorm_kitchen'
@@ -839,7 +838,7 @@ if $args[0] = 'dorm_kitchen':
 	end
 
 	act 'Return to the corridor': gt 'uni_dorm', $uni_dorm['floor']
-	if  $uni_dorm['floor'] = 'tenth_floor':
+	if $uni_dorm['floor'] = 'tenth_floor':
 		if mc_inventory['food_basic'] > 0:
 			if edahot = 0:
 				$edagot = '<a href="exec:dynamic $edagotd">Cook a meal</a>'
@@ -999,7 +998,7 @@ if $ARGS[0] = 'dorm_room':
 	$loc = 'uni_dorm'
 	$locM_arg = 'dorm_room'
 	$locM = 'uni_dorm'
-    $location_type = 'private'
+	$location_type = 'private'
 	$menu_loc = 'uni_dorm'
 	$menu_arg = 'dorm_room'
 	menu_off = 0
@@ -1023,7 +1022,7 @@ if $ARGS[0] = 'dorm_room':
 		if npc_rel['A220'] >= 60 and birthday = day and birthmonth = month and vikaslut = 1 and b_vika_present_Day ! daystart:
 			$vikatext = '<a href="exec:gt''Vika''">Vika</a> seems excited when she notices you. She is trying to hide a box behind her back.'
 		else
-			$vikatext =  '<a href="exec:gt''Vika''">Vika</a> is lying on her bed.'
+			$vikatext = '<a href="exec:gt''Vika''">Vika</a> is lying on her bed.'
 		end
 		gs 'music_actions', 'not_alone'
 	elseif hour > func('bordel', 'close_hour') and hour < 8: