1
0
Pārlūkot izejas kodu

Merge remote-tracking branch 'Awesome/master'

Kevin_Smarts 8 mēneši atpakaļ
vecāks
revīzija
b745e86209
5 mainītis faili ar 1056 papildinājumiem un 1503 dzēšanām
  1. 1 0
      glife.qproj
  2. 25 1252
      locations/Komp.qsrc
  3. 899 0
      locations/camgirl.qsrc
  4. 31 0
      locations/cikl.qsrc
  5. 100 251
      locations/kompMFC.qsrc

+ 1 - 0
glife.qproj

@@ -311,6 +311,7 @@
 		<Location name="budilnik"/>
 		<Location name="divan"/>
 		<Location name="Komp"/>
+		<Location name="camgirl"/>
 		<Location name="kompMFC"/>
 		<Location name="kompMFCtwo"/>
 		<Location name="kompMFCanal"/>

+ 25 - 1252
locations/Komp.qsrc

@@ -50,7 +50,8 @@ if $ARGS[0] = 'start':
 		'You don''t have internet access here, and you don''t even have mobile internet.'
 	end
 end
-
+!! since I''m too lazy to change it in the code rn
+if $ARGS[0] = 'waitclients': gt'camgirl','waitclients'
 
 if $ARGS[0] = 'browse':
 	*clr & cla
@@ -76,7 +77,7 @@ if $ARGS[0] = 'browse':
 		
 		if  camwhore = 1 and access['nocamshow'] = 0 and mc_inventory['tech_webcam'] = 1: 
 			'Since MyFreeCams will cover the cost, you can still log on to do a cam show.'
-			act 'Go to MyFreeCams.org': gt 'komp', 'mfc'
+			act 'Go to MyFreeCams.org': gt 'camgirl', 'start'
 		end
 	else
 		'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/komp.jpg"></center>'
@@ -92,7 +93,7 @@ if $ARGS[0] = 'browse':
 
 		if hour < 20 and hour > 7:
 			if $clothingworntype = 'nude':
-				'You need to be dressed before searching jobs.'
+				'You need to be dressed before searching for jobs.'
 			else
 				act 'Look for a job online': gt 'komp', 'rabota'
 			end
@@ -108,7 +109,7 @@ if $ARGS[0] = 'browse':
 		!!if bankAccount > 0: act 'Visit your bank, maybe to purchase more online time': gt 'komp', 'bank'
 		if shantfoto > 0: act 'Find the girl you took photos of in the park on "Assbook"': gt 'komp', 'foto'
 		if gor_dorm = 7: act 'Read letter from Eugene': gt 'etoexhib', 'pos91'
-		if camwhore = 1 and access['nocamshow'] = 0 and mc_inventory['tech_webcam'] = 1: act 'Go to MyFreeCams.org': gt 'komp', 'mfc'
+		if camwhore = 1 and access['nocamshow'] = 0 and mc_inventory['tech_webcam'] = 1: act 'Go to MyFreeCams.org': gt 'camgirl', 'start'
 		if (mid($start_type,1,2) = 'sg' and SchoolAtestat = 0) or func('uniutil', 'student', 'enrolled'): act 'Spend time studying': gt 'komp', 'study'
 		if sucpcinfo = 0 and succubxp > 0: act 'Research the strange feelings you''ve been having': gt 'succubus', 'kompresearch'
 	end
@@ -120,7 +121,7 @@ if $ARGS[0] = 'sale':
 	
 	!! IMPORTANT: What happens if an activity takes more time than the minutes Sveta has? We just say "You tried, but could not finish"?
 	if access['metered'] and subscription[$subs] < 15:
-		'You check the website, but realise that <<subscription[$subs]>> minutes won''t be enough to fill out all the forms.'
+		'You check the website, but realize that <<subscription[$subs]>> minutes won''t be enough to fill out all the forms.'
 	else
 		minut += 30
 		elektro += 3
@@ -184,7 +185,7 @@ if $ARGS[0] = 'porno':
 			gs 'internet_mobile', 'use_internet', $subs, 30
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/porno.jpg"></center>'
-			'You find a video you think you''d enjoy, and spend some time watching it. Wow, that girl is so lucky...'
+			'You find a video you think you''d enjoy and spend some time watching it. Wow, that girl is so lucky...'
 
 			gs 'arousal', 'porn', 30
 			minut -= 30
@@ -224,7 +225,7 @@ if $ARGS[0] = 'masturbate':
 
 		if pcs_horny >= 100:
 			$orgasm_or = 'yes'
-			$orgasm_txt = 'Suddenly your muscles tighten and you cum powerfully, while you stifle your moans so your neighbours won''t find out. Afterwards, you have goosebumps all over your skin. That was just what you needed!'
+			$orgasm_txt = 'Suddenly your muscles tighten and you cum powerfully, while you stifle your moans so your neighbors won''t find out. Afterward, you have goosebumps all over your skin. That was just what you needed!'
 			gs 'arousal', 'clit_finger', -1, 'masturbate'
 			gs 'stat'
 		end
@@ -285,7 +286,7 @@ if $ARGS[0] = 'znak':
 				gs 'boy'
 				gs 'boyfrend', 'start'
 				haraklover[lover_number] = 0
-				'You find a guy named <<$loverdesc[lover_number]>>, and send him your number after checking out his profile. You hope he will call you!'
+				'You find a guy named <<$loverdesc[lover_number]>> and send him your number after checking out his profile. You hope he will call you!'
 
 				act 'Leave this website': gt 'komp', 'browse'
 			end
@@ -295,7 +296,7 @@ if $ARGS[0] = 'znak':
 				gs 'boy'
 				gs 'boyfrend', 'start'
 				haraklover[lover_number] = 1
-				'You find a guy named <<$loverdesc[lover_number]>>, and send him your number after checking out his profile. You hope he will call you!'
+				'You find a guy named <<$loverdesc[lover_number]>> and send him your number after checking out his profile. You hope he will call you!'
 
 				act 'Leave this website': gt 'komp', 'browse'
 			end
@@ -305,7 +306,7 @@ if $ARGS[0] = 'znak':
 				gs 'boy'
 				gs 'boyfrend', 'start'
 				haraklover[lover_number] = 2
-				'You find a guy named <<$loverdesc[lover_number]>>, and send him your number after checking out his profile. You hope he will call you!'
+				'You find a guy named <<$loverdesc[lover_number]>> and send him your number after checking out his profile. You hope he will call you!'
 
 				act 'Leave this website': gt 'komp', 'browse'
 			end
@@ -331,7 +332,7 @@ if $ARGS[0] = 'kabtv':
 			cla
 			kabel = 0
 			karta -= 300
-			msg 'Your subscription has been cancelled and you can no longer watch the extra channels. The cable firm charges a one-time fee of 300 <b>₽</b> for disconnecting you.'
+			msg 'Your subscription has been canceled and you can no longer watch the extra channels. The cable firm charges a one-time fee of 300 <b>₽</b> for disconnecting you.'
 			gt 'komp', 'browse'
 		end
 	elseif kabel = 0 and mc_inventory['tech_tv'] >= 1 and mc_inventory['plasma_tv'] = 0:
@@ -374,7 +375,7 @@ if $ARGS[0] = 'foto':
 	else
 		'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/komp.jpg"></center>'
 		'You''re currently on Russia''s biggest social network site, "Assbook". Almost everyone has an account here, probably including the girl you took that photo of the other day!'
-		'"Maybe if I can find her, I can blackmail her", you think to yourself. "This photo is very raunchy, after all... I bet she would hate to see it published, if she''s important!"'
+		'"Maybe if I can find her, I can blackmail her", you think to yourself. "This photo is very raunchy, after all... I bet she would hate to see it published if she''s important!"'
 		'You can''t help but rub your pussy every now and then while you look at it. You''ll probably keep a copy of this for yourself, either way!'
 
 		if shantfoto > 0:
@@ -404,9 +405,9 @@ if $ARGS[0] = 'foto':
 
 					if gerofotorand >= 5 and gerofotorand <= 30:
 						shantsr += 1
-						'When you click through her profile, you estimate she''s an unknown middle class girl. Still, she has a lot of friends and the outfits she''s wearing in her photos look stylish... she has money to spend.'
+						'When you click through her profile, you estimate she''s an unknown middle-class girl. Still, she has a lot of friends and the outfits she''s wearing in her photos look stylish... she has money to spend.'
 						'"Why not make her spend some of it on me?" you laugh to yourself, and begin to write a private message.'
-						'You send her a copy of the photo with the private message, and tell her to transfer a very modest amount of 5,000 <b>₽</b> to your bank account. If she doesn''t want that photo to be sent to her entire friends list (which you secured before sending the message), the money needs to be on your bank account within 48 hours.'
+						'You send her a copy of the photo with the private message and tell her to transfer a very modest amount of 5,000 <b>₽</b> to your bank account. If she doesn''t want that photo to be sent to her entire friends list (which you secured before sending the message), the money needs to be on your bank account within 48 hours.'
 
 						act 'Go back to the "Assbook" main page': gt 'komp', 'foto'
 					end
@@ -445,11 +446,11 @@ if $ARGS[0] = 'rabota':
 		'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/komp.jpg"></center>'
 
 		if komprabota = 0 and gorodokkomp = 0:
-			'You find a job vacancy, on a legit looking website. It reads: "Wanted! <b>URGENTLY!</b> Female underwear model, for a photoshoot. Pay: 2000 <b>₽</b> cash."'
+			'You find a job vacancy, on a legit-looking website. It reads: "Wanted! <b>URGENTLY!</b> Female underwear model, for a photoshoot. Pay: 2000 <b>₽</b> cash."'
 			'The description explains that they need someone today. If you decide to take this job, you will have to shut down your computer and go there right away.'
 
 			if pcs_apprnc < 120:
-				'You consider it for a moment, but decide against it. You''re probably not pretty enough to be an underwear model.'
+				'You consider it for a moment but decide against it. You''re probably not pretty enough to be an underwear model.'
 			elseif pcs_apprnc >= 120:
 				act 'Accept the job and go there': gt 'qjob', 'var1'
 			end
@@ -458,7 +459,7 @@ if $ARGS[0] = 'rabota':
 
 			act 'Leave this website': gt 'komp', 'browse'
 		elseif komprabota = 1 and gorodokkomp = 0:
-			'You find a job vacancy, on a legit looking website. It reads: "Wanted! <b>URGENTLY!</b> Female underwear model, for a photoshoot. Pay: 2000 <b>₽</b> cash."'
+			'You find a job vacancy, on a legit-looking website. It reads: "Wanted! <b>URGENTLY!</b> Female underwear model, for a photoshoot. Pay: 2000 <b>₽</b> cash."'
 			'The description explains that they need someone today. If you decide to take this job, you will have to shut down your computer and go there right away.'
 
 			if pcs_apprnc < 120:
@@ -471,11 +472,11 @@ if $ARGS[0] = 'rabota':
 
 			act 'Leave this website': gt 'komp', 'browse'
 		elseif komprabota > 1 and komprabota < 5 and gorodokkomp = 0:
-			'You find a job vacancy, on a legit looking website. It reads: "Wanted! <b>URGENTLY!</b> Good looking female model, posing for artwork. Must be able to stand still in one pose for a long time. Pay: 1000 <b>₽</b> cash."'
+			'You find a job vacancy, on a legit-looking website. It reads: "Wanted! <b>URGENTLY!</b> Good-looking female model, posing for artwork. Must be able to stand still in one pose for a long time. Pay: 1000 <b>₽</b> cash."'
 			'The description explains that they need someone today. If you decide to take this job, you will have to shut down your computer and go there right away.'
 
 			if pcs_apprnc < 60:
-				'You consider it for a moment, but decide against it. You''re probably not pretty enough to be a model.'
+				'You consider it for a moment but decide against it. You''re probably not pretty enough to be a model.'
 			elseif pcs_apprnc >= 60:
 				act 'Accept the job and go there': gt 'qjob', 'var3'
 			end
@@ -484,7 +485,7 @@ if $ARGS[0] = 'rabota':
 
 			act 'Leave this website': gt 'komp', 'browse'
 		elseif komprabota > 4 and komprabota < 8 and camwhore = 0:
-			'You find a job vacancy, on a legit looking website. It reads: "Wanted! Webcam models. Flexible working hours. Click for more info."'
+			'You find a job vacancy, on a legit-looking website. It reads: "Wanted! Webcam models. Flexible working hours. Click for more info."'
 			act 'Gather more information':
 				*clr & cla
 				minut += 5
@@ -549,7 +550,7 @@ if $ARGS[0] = 'study':
 	gs 'exp_gain', 'compskl', 1
 	'<center><b>The Institute for Education Measurement</b></center>'
 	'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/study.jpg"></center>'
-	'You spend an hour on the IEM website, reading news articles and educational blogs. You feel a bit smarter afterwards.'
+	'You spend an hour on the IEM website, reading news articles and educational blogs. You already feel a bit smarter.'
 
 	act 'Leave this website': gt'komp','browse'
 end
@@ -566,7 +567,7 @@ if $ARGS[0] = 'agent' :
 	'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/agent.jpg"></center>'
 	*nl
 	'You''re currently at the website of the largest real estate agency in the area, Kirsanova Real Estate Agency.'
-	'<br>The website shows they have apartments available for rent or purchase in various areas, both in and out of the city. Renting or purchase requires you visit the agency in the city center to fill an application and collect the keys. Rent on all properties is deducted every month on the 25th.'
+	'<br>The website shows they have apartments available for rent or purchase in various areas, both in and out of the city. Renting or purchasing requires you to visit the agency in the city center to fill out an application and collect the keys. Rent on all properties is deducted every month on the 25th.'
 	*nl
 	'<b>Property listing</b>:'
 	if func('homes_properties', 'is_property_of_status', 'rented', 'city_apartment') :
@@ -583,7 +584,7 @@ if $ARGS[0] = 'agent' :
 			end
 		end
 	elseif func('homes_properties', 'has_access', 'city_apartment') = 0:
-		'There is an apartment in St. Petersburg residental area available, for rent or puchase.'
+		'There is an apartment in St. Petersburg residential area available, for rent or purchase.'
 		'Rent is: <<func(''homes_properties'', ''get_rent_amount'', ''city_apartment'')>><b>₽</b> per month. Current sale price is listed at: <<func(''homes_properties'', ''get_property_sales_price'', ''city_apartment'')>> <b>₽</b>.'
 		*nl
 	end
@@ -615,7 +616,7 @@ if $ARGS[0] = 'agent' :
 	end
 
 	if func('homes_properties', 'has_access', 'matryona_mansion') = 0:
-		'There is a plot in the suburbs available for puchase, with planning permission for a mansion.'
+		'There is a plot in the suburbs available for purchase, with planning permission for a mansion.'
 		'Current sale price is listed at: <<func(''homes_properties'', ''get_property_sales_price'', ''matryona_mansion'')>> <b>₽</b>.'
 		*nl
 	end
@@ -623,1234 +624,6 @@ if $ARGS[0] = 'agent' :
 	act 'Leave this website': gt 'komp','browse'
 end
 
-if $ARGS[0] = 'mfc':
-	gs 'family_schedule'
-	if mesec > 0:
-		*clr & cla
-		minut += 2
-		topmfc = 1
-		backmfc = 1
-		tokens = 0
-		camclients = 0
-		gs 'internet_mobile', 'use_internet', $subs, 2
-		gs 'stat'
-		'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore2.jpg"></center>'
-		'It''s that time of the month! You feel sick to your stomach and the cramps hurt pretty badly from time to time... you''re in no condition to earn money showing off your body.'
-		act 'Leave this website': gt 'komp','browse'
-	elseif access['nocamshow'] = 1:
-		*clr & cla
-		minut += 2
-		topmfc = 1
-		backmfc = 1
-		tokens = 0
-		camclients = 0
-		gs 'internet_mobile', 'use_internet', $subs, 2
-		gs 'stat'
-		'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore2.jpg"></center>'
-		'<<$access[''nocamshow'']>>'
-		act 'Leave this website': gt 'komp','browse'
-	else
-		act 'Go to your MFC homepage':
-			*clr & cla
-			minut += 2
-			gs 'internet_mobile', 'use_internet', $subs, 2
-			gs 'stat'
-			'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore3.jpg"></center>'
-			'You enter your own chatroom on the website. You currently have <<camclients>> viewers.'
-
-			act 'Continue': gt 'komp','startpagemfc'
-		end
-		act 'Leave this website':
-			*clr & cla
-			minut += 2
-			topmfc = 1
-			backmfc = 1
-			tokens = 0
-			camclients = 0
-			gs 'internet_mobile', 'use_internet', $subs, 2
-			gs 'stat'
-			gt 'komp','browse'
-		end	
-	end
-end
-
-if $ARGS[0] = 'startpagemfc':
-	if vgape > 10 or agape > 10:
-		*clr & cla
-		gs 'stat'
-		'While you sit in your chair, you can''t help but wince every time you move. You want to put up a show, but it hurts too much. And besides... you doubt your viewers would want to see you in your current state! You should heal up a bit before trying again.'
-		act 'Collect your earnings and leave':
-			karta += tokens * 2
-			tokens = 0
-			gt 'komp','mfc'
-		end
-	else
-		*clr & cla
-		gs 'stat'
-		'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore3.jpg"></center>'
-		'You casually chat with the <<camclients>> visitors currently in your chatroom. Once you turn on your webcam, things will probably get busier.'
-		act 'Turn on your webcam': gt 'komp','waitclients'
-		act 'Collect your earnings and leave':
-			karta += tokens * 2
-			tokens = 0
-			gt 'komp','mfc'
-		end
-	end
-end
-
-if $ARGS[0] = 'waitclients':
-	gs 'family_schedule'
-	*clr & cla
-	rnd_minut = rand(1,4)
-	minut += rnd_minut
-	gs 'internet_mobile', 'use_internet', $subs, rnd_minut
-	if mfccum > 0: mfcdaycum = daystart
-
-	mfcclients += 1
-	$menu_loc = 'komp'
-	$menu_arg = 'waitclients'
-	menu_off = 0
-
-	if topmfc = 1 and backmfc = 1:
-		if pcs_apprnc < 100:
-			if webpopular < 15:
-				if mfcclients > 5:
-					camclients -= rand(1,3)
-				else
-					camclients += rand(1,3)
-				end
-			elseif webpopular >= 15 and webpopular < 35:
-				if mfcclients > 3:
-					camclients -= rand(3,5)
-				else
-					camclients += rand(3,5)
-				end
-			elseif webpopular >= 35 and webpopular < 75:
-				if mfcclients > 3:
-					camclients -= rand(4,8)
-				else
-					camclients += rand(4,8)
-				end
-			elseif webpopular >= 75:
-				if mfcclients > 3:
-					camclients -= rand(5,15)
-				else
-					camclients += rand(5,15)
-				end
-			end
-			chancetips = rand(0,100)
-			clientask = rand(20,100)
-			if chancetips >= 95 and camclients >= 250:
-				if webpopular >= 50:
-					tokens += rand(10,30)
-				else
-					tokens += rand(1,20)
-				end
-			end
-		else
-			if webpopular < 15:
-				if mfcclients > 5:
-					camclients -= rand(1,3)
-				else
-					camclients += rand(3,5)
-				end
-			elseif webpopular >= 15 and webpopular < 35:
-				if mfcclients > 5:
-					camclients -= rand(3,5)
-				else
-					camclients += rand(5,8)
-				end
-			elseif webpopular >= 35 and webpopular < 75:
-				if mfcclients > 5:
-					camclients -= rand(5,8)
-				else
-					camclients += rand(5,12)
-				end
-			elseif webpopular >= 75:
-				if mfcclients > 5:
-					camclients -= rand(8,12)
-				else
-					camclients += rand(8,15)
-				end
-			end
-			chancetips = rand(5,100)
-			clientask = rand(30,100)
-			if chancetips >= 95 and camclients >= 200:
-				if webpopular >= 50:
-					tokens += rand(10,40)
-				else
-					tokens += rand(1,20)
-				end
-			end
-		end
-	elseif topmfc = 0 and backmfc = 1:
-		if pcs_apprnc < 100:
-			if webpopular < 15:
-				if mfcclients > 3:
-					camclients -= rand(1,3)
-				else
-					camclients += rand(1,3)
-				end
-			elseif webpopular >= 15 and webpopular < 35:
-				if mfcclients > 3:
-					camclients -= rand(1,5)
-				else
-					camclients += rand(1,5)
-				end
-			elseif webpopular >= 35 and webpopular < 75:
-				if mfcclients > 3:
-					camclients -= rand(5,10)
-				else
-					camclients += rand(5,10)
-				end
-			elseif webpopular >= 75:
-				if mfcclients > 3:
-					camclients -= rand(6,15)
-				else
-					camclients += rand(6,15)
-				end
-			end
-			chancetips = rand(5,90)
-			clientask = rand(30,100)
-			if chancetips >= 85 and camclients >= 230:
-				if webpopular >= 50:
-					tokens += rand(10,35)
-				else
-					tokens += rand(1,20)
-				end
-			end
-		else
-			if webpopular < 15:
-				if mfcclients > 5:
-					camclients -= rand(1,3)
-				else
-					camclients += rand(3,6)
-				end
-			elseif webpopular >= 15 and webpopular < 35:
-				if mfcclients > 5:
-					camclients -= rand(3,6)
-				else
-					camclients += rand(5,10)
-				end
-			elseif webpopular >= 35 and webpopular < 75:
-				if mfcclients > 5:
-					camclients -= rand(6,10)
-				else
-					camclients += rand(7,12)
-				end
-			elseif webpopular >= 75:
-				if mfcclients > 5:
-					camclients -= rand(7,12)
-				else
-					camclients += rand(10,15)
-				end
-			end
-			chancetips = rand(10,90)
-			clientask = rand(35,100)
-			if chancetips >= 85 and camclients >= 200:
-				if webpopular >= 50:
-					tokens += rand(15,35)
-				else
-					tokens += rand(1,20)
-				end
-			end
-		end
-	elseif topmfc = 1 and backmfc = 0:
-		if pcs_apprnc < 100:
-			if webpopular < 15:
-				if mfcclients > 3:
-					camclients -= rand(1,3)
-				else
-					camclients += rand(1,3)
-				end
-			elseif webpopular >= 15 and webpopular < 35:
-				if mfcclients > 3:
-					camclients -= rand(2,5)
-				else
-					camclients += rand(2,5)
-				end
-			elseif webpopular >= 35 and webpopular < 75:
-				if mfcclients > 3:
-					camclients -= rand(5,15)
-				else
-					camclients += rand(5,15)
-				end
-			elseif webpopular >= 75:
-				if mfcclients > 3:
-					camclients -= rand(5,20)
-				else
-					camclients += rand(5,20)
-				end
-			end
-			chancetips = rand(10,80)
-			clientask = rand(30,100)
-			if chancetips >= 75 and camclients >= 200:
-				if webpopular >= 50:
-					tokens += rand(10,40)
-				else
-					tokens += rand(1,20)
-				end
-			end
-		else
-			if webpopular < 15:
-				if mfcclients > 5:
-					camclients -= rand(1,3)
-				else
-					camclients += rand(4,7)
-				end
-			elseif webpopular >= 15 and webpopular < 35:
-				if mfcclients > 5:
-					camclients -= rand(4,8)
-				else
-					camclients += rand(5,12)
-				end
-			elseif webpopular >= 35 and webpopular < 75:
-				if mfcclients > 5:
-					camclients -= rand(5,12)
-				else
-					camclients += rand(9,15)
-				end
-			elseif webpopular >= 75:
-				if mfcclients > 5:
-					camclients -= rand(8,15)
-				else
-					camclients += rand(15,20)
-				end
-			end
-			chancetips = rand(15,80)
-			clientask = rand(35,100)
-			if chancetips >= 75 and camclients >= 170:
-				if webpopular >= 50:
-					tokens += rand(15,45)
-				else
-					tokens += rand(1,20)
-				end
-			end
-		end
-	else
-		if pcs_apprnc < 100:
-			if webpopular < 15:
-				if mfcclients > 3:
-					camclients -= rand(1,4)
-				else
-					camclients += rand(1,4)
-				end
-			elseif webpopular >= 15 and webpopular < 35:
-				if mfcclients > 3:
-					camclients -= rand(3,10)
-				else
-					camclients += rand(3,10)
-				end
-			elseif webpopular >= 35 and webpopular < 75:
-				if mfcclients > 3:
-					camclients -= rand(10,20)
-				else
-					camclients += rand(10,20)
-				end
-			elseif webpopular >= 75:
-				if mfcclients > 3:
-					camclients -= rand(10,30)
-				else
-					camclients += rand(10,30)
-				end
-			end
-			chancetips = rand(15,50)
-			clientask = rand(35,100)
-			if chancetips >= 45 and camclients >= 150:
-				if webpopular >= 50:
-					tokens += rand(20,50)
-				else
-					tokens += rand(5,25)
-				end
-			end
-		else
-			if webpopular < 15:
-				if mfcclients > 5:
-					camclients -= rand(1,4)
-				else
-					camclients += rand(3,8)
-				end
-			elseif webpopular >= 15 and webpopular < 35:
-				if mfcclients > 5:
-					camclients -= rand(3,8)
-				else
-					camclients += rand(3,15)
-				end
-			elseif webpopular >= 35 and webpopular < 75:
-				if mfcclients > 5:
-					camclients -= rand(5,12)
-				else
-					camclients += rand(10,20)
-				end
-			elseif webpopular >= 75:
-				if mfcclients > 5:
-					camclients -= rand(8,18)
-				else
-					camclients += rand(10,30)
-				end
-			end
-			chancetips = rand(20,50)
-			clientask = rand(45,100)
-			if chancetips >= 45 and camclients >= 100:
-				if webpopular >= 50:
-					tokens += rand(30,50)
-				else
-					tokens += rand(10,30)
-				end
-			end
-	 	end
-	end
-	if camclients <= 0:camclients = 0
-	gs 'stat'
-
-	if topmfc = 1 and backmfc = 1:
-		'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore3.jpg"></center>'
-	elseif topmfc = 0 and backmfc = 1:
-		'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore4.jpg"></center>'
-	elseif topmfc = 1 and backmfc = 0:
-		'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore5.jpg"></center>'
-	else
-		'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore6.jpg"></center>'
-	end
-
-	tokenpay = tokens * 2
-	'You take a moment of rest, and just chat casually with your <<camclients>> visitors.'
-	'You have earned <<tokens>> tokens so far this session, which amounts to <<tokenpay>> <b>₽</b>.'
-
-	act 'Wait for more visitors': gt 'komp','waitclients'
-
-	if topmfc = 1 and clientask >= 91:
-		*clr & cla
-		gs 'stat'
-		menu_off = 1
-		'One of your visitors really wants to see your boobs! He''s willing to leave you some tokens as a tip, if you take off your bra right now...'
-		act 'Remove your bra':
-			*clr & cla
-			webpopular += 1
-			topmfc = 0
-			mfcclients -= 1
-			minut += 2
-			gs 'internet_mobile', 'use_internet', $subs, 2
-			if webpopular < 15:
-				tokens += rand(10,25)
-			elseif webpopular >= 15 and webpopular < 35:
-				tokens += rand(15,25)
-			elseif webpopular >= 35 and webpopular < 75:
-				tokens += rand(25,50)
-			elseif webpopular >= 75:
-				tokens += rand(50,150)
-			end
-			gs 'stat'
-
-			'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore7.jpg"></center>'
-			'You stand up and lean forward, so your boobs are in full view of the camera. You slowly take off your bra and give the camera a sweet smile.'
-			'While you sit back down and toss your bra to the ground, you hear the donation sound several times. Your visitors enjoyed that!'
-
-			gs 'arousal', 'porn', 2, 'exhibitionism'
-			minut -= 2
-			gs 'stat'
-
-			act 'Continue': gt 'komp','waitclients'
-		end
-		act 'Tease instead':
-			*clr & cla
-			webpopular += rand(-1,1)
-			mfcclients += rand (-1,1)
-			minut += 5
-			gs 'internet_mobile', 'use_internet', $subs, 5
-			if webpopular < 15:
-				tokens += rand(0,10)
-			elseif webpopular >= 15 and webpopular < 35:
-				tokens += rand(0,15)
-			elseif webpopular >= 35 and webpopular < 75:
-				tokens += rand(5,30)
-			elseif webpopular >= 75:
-				tokens += rand(25,50)
-			end
-			gs 'stat'
-
-			'<center><video autoplay loop src="images/pc/items/accessories/computer/webcam/tits2.mp4"></video></center>'
-			'Not quite prepared to reveal your breasts you play with them trough your shirt hoping that will appease the crowd.'
-
-			gs 'arousal', 'porn', 5, 'exhibitionism'
-			minut -= 5
-			gs 'stat'
-
-			act 'Continue': gt 'komp','waitclients'
-		end
-		act 'Give them a brief look':
-			*clr & cla
-			webpopular += rand(-1,1)
-			mfcclients += rand(-1,1)
-			minut += 2	
-			gs 'internet_mobile', 'use_internet', $subs, 2
-			if webpopular < 15:
-				tokens += rand(0,15)
-			elseif webpopular >= 15 and webpopular < 35:
-				tokens += rand(0,25)
-			elseif webpopular >= 35 and webpopular < 75:
-				tokens += rand(5,40)
-			elseif webpopular >= 75:
-				tokens += rand(25,75)
-			end
-			gs 'stat'
-
-			'<center><video autoplay loop src="images/pc/items/accessories/computer/webcam/undress4.mp4"></video></center>'
-			'You playfully lift your top hoping a short viewing will sate them for the time being and encourage them to stay for more.'
-
-			gs 'arousal', 'porn', 2
-			minut -= 2
-			gs 'stat'
-
-			act 'Continue': gt 'komp','waitclients'
-		end
-		gs 'willpower', 'exhib', 'resist', 'hard'
-		if will_cost <= pcs_willpwr:
-			act 'Refuse to take off your bra (<<will_cost>> Willpower)':
-				*clr & cla
-				webpopular -= 1
-				gs 'willpower', 'pay', 'resist'
-				gs 'stat'
-				gt 'komp','waitclients'
-			end
-		else
-			act 'Refuse to take off your bra (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-		end	
-	end
-	if backmfc = 1 and clientask >= 81 and clientask < 91:
-		*clr & cla
-		menu_off = 1
-		'One of the visitors asks you to remove your panties, and show your bare pussy to the camera. A second visitor chimes in, adding some extra tokens to the offer.'
-		act 'Take off your panties':
-			*clr & cla
-			mfcclients -= 1
-			webpopular += 1
-			backmfc = 0
-			minut += 2	
-			gs 'internet_mobile', 'use_internet', $subs, 2
-			if webpopular < 15:
-				tokens += rand(10,25)
-			elseif webpopular >= 15 and webpopular < 35:
-				tokens += rand(15,25)
-			elseif webpopular >= 35 and webpopular < 75:
-				tokens += rand(25,50)
-			elseif webpopular >= 75:
-				tokens += rand(50,150)
-			end
-			gs 'stat'
-
-			'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore8.jpg"></center>'
-			'You make a show of pointing the camera at your groin, and slowly push your panties down your legs. The chat explodes for a moment, with several visitors complimenting your body, and a few more making lewd comments on what they would do to you if they were with you right now.'
-			'As promised, you receive some tokens.'
-
-			gs 'arousal', 'porn', 2, 'exhibitionism'
-			minut -= 2
-			gs 'stat'
-
-			act 'Continue': gt 'komp','waitclients'
-		end
-		act 'Tease instead':
-			*clr & cla
-			webpopular += rand(-1,1)
-			mfcclients += rand(-1,1)
-			minut += 4
-			gs 'internet_mobile', 'use_internet', $subs, 4
-			if webpopular < 15:
-				tokens += rand(0,15)
-			elseif webpopular >= 15 and webpopular < 35:
-				tokens += rand(0,25)
-			elseif webpopular >= 35 and webpopular < 75:
-				tokens += rand(5,40)
-			elseif webpopular >= 75:
-				tokens += rand(25,75)
-			end
-			gs 'stat'
-
-			if topmfc = 1:
-				'<center><video autoplay loop src="images/pc/items/accessories/computer/webcam/undress2.mp4"></video></center>'
-				'Deciding to stay clothed a little longer you feel that you won''t be able to satisfy the crowd without showing at least some skin.'
-				'Standing up you start to dancing flashing your tits and ass to cam.'
-			end
-			if topmfc = 0:
-				'<center><video autoplay loop src="images/pc/items/accessories/computer/webcam/show5.mp4"></video></center>'
-				'Lowering your panties to emphasize your butt you shake it briefly in an effort to appease the crowd'
-			end
-			gs 'arousal', 'porn', 4, 'exhibitionism'
-			minut -= 4
-			gs 'stat'
-
-			act 'Continue': gt 'komp','waitclients'
-		end
-		act 'Give them a brief look':
-			*clr & cla
-			webpopular += rand(-1,1)
-			mfcclients += rand(-1,1)
-			minut += 2	
-			gs 'internet_mobile', 'use_internet', $subs, 2
-			if webpopular < 15:
-				tokens += rand(0,15)
-			elseif webpopular >= 15 and webpopular < 35:
-				tokens += rand(0,25)
-			elseif webpopular >= 35 and webpopular < 75:
-				tokens += rand(5,40)
-			elseif webpopular >= 75:
-				tokens += rand(25,75)
-			end
-			gs 'stat'
-
-			'<center><video autoplay loop src="images/pc/items/accessories/computer/webcam/show1.mp4"></video></center>'
-			'You push your panties to the side and bend over to give a short preview of what''s to come before quickly covering up again and hoping it was enough to keep viewers interested.'
-
-			gs 'arousal', 'porn', 2, 'exhibitionism'
-			minut -=2
-			gs 'stat'
-			
-			act 'Continue': gt 'komp','waitclients'
-		end
-		
-		gs 'willpower', 'exhib', 'resist', 'hard'
-		if will_cost <= pcs_willpwr:
-			act 'Refuse to take off your panties (<<will_cost>> Willpower)':
-				*clr & cla
-				webpopular -= 1
-				gs 'willpower', 'pay', 'resist'
-				gs 'stat'
-				gt 'komp','waitclients'
-			end
-		else
-			act 'Refuse to take off your panties (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-		end	
-	end
-	if topmfc = 0 and clientask >= 95 and clientask < 99:
-		menu_off = 1
-		*clr & cla
-		'One of the visitors types: "Play with those titties, girl! I''ll pay!"'
-		act 'Play with your boobs':
-			*clr & cla
-			mfcclients = 0
-			webpopular += rand(hotcat/2 -2,hotcat/2)
-			backmfc = 0
-			minut += 2	
-			gs 'internet_mobile', 'use_internet', $subs, 2
-			if webpopular < 15:
-				tokens += rand(15,25)
-			elseif webpopular >= 15 and webpopular < 35:
-				tokens += rand(20,30)
-			elseif webpopular >= 35 and webpopular < 75:
-				tokens += rand(50,100)
-			elseif webpopular >= 75:
-				tokens += rand(50,150)
-			end
-			gs 'stat'
-
-			'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore10.jpg"></center>'
-			'You adjust your camera and lie down on your bed, and start to knead your tits and pinch your nipples playfully. When you hear the donation sound, you smile sweetly at the camera and thank the person who donated personally, immediately prompting a second visitor to donate as well.'
-
-			gs 'arousal', 'porn', 2, 'exhibitionism'
-			minut -= 2
-			gs 'stat'
-
-			act 'Continue': gt 'komp','waitclients'
-		end
-		gs 'willpower', 'exhib', 'resist', 'hard'
-		if will_cost <= pcs_willpwr:
-			act 'Refuse to play with your boobs (<<will_cost>> Willpower)':
-				*clr & cla
-				webpopular -= 1
-				gs 'willpower', 'pay', 'resist'
-				gs 'stat'
-				gt 'komp','waitclients'
-			end
-		else
-			act 'Refuse to play with your boobs (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-		end	
-	end
-	if backmfc = 0 and clientask = 99:
-		menu_off = 1
-		*clr & cla
-		'"Let''s see that sweet cunt of yours again, whore!" one of your visitors says.'
-		'He''s kinda rude about it, but then again... he''s willing to pay.'
-		act 'Do it':
-			*clr & cla
-			mfcclients = 0
-			webpopular += rand(hotcat/2 -2,hotcat/2)
-			minut += 2	
-			gs 'internet_mobile', 'use_internet', $subs, 2
-			if webpopular < 15:
-				tokens += rand(20,25)
-			elseif webpopular >= 15 and webpopular < 35:
-				tokens += rand(25,50)
-			elseif webpopular >= 35 and webpopular < 75:
-				tokens += rand(50,100)
-			elseif webpopular >= 75:
-				tokens += rand(100,150)
-			end
-			gs 'stat'
-
-			'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore12.jpg"></center>'
-			'You lie down comfortably and put your hand between your legs, gently rubbing your labia with your fingers. You put some effort into showing how wet you are already, which is met with some enthusiastic chatter.'
-
-			gs 'arousal', 'porn', 2, 'exhibitionism'
-			minut -= 2
-			gs 'stat'
-
-			if pcs_horny >= 100:
-				mfccum += 1
-				pcs_mood = 100
-				gs 'stat'
-				$orgasm_or = 'custom'
-				$orgasm_txt = 'You groan despite yourself, and realize you''re about to have an orgasm on camera! Deciding it''s too late to stop, you flick your fingers over your clit several more times and moan loudly as your whole body begins to tremble. When you look at the chat again, you see a mixture of compliments and lewd comments on your show. Either way: they loved it!'
-			end
-			act 'Continue': gt 'komp','waitclients'
-		end
-		
-		gs 'willpower', 'exhib', 'resist', 'hard'
-		if will_cost <= pcs_willpwr:
-			act 'Ignore him (<<will_cost>> Willpower)':
-				*clr & cla
-				webpopular -= 1
-				gs 'willpower', 'pay', 'resist'
-				gs 'stat'
-				gt 'komp','waitclients'
-			end
-		else
-			act 'Ignore him (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-		end	
-	end
-	if backmfc = 0 and clientask = 100:
-		menu_off = 1
-		*clr & cla
-		'One of the visitors asks very politely: "Uh, hi! Could you please show me your vagina up close?"'
-		act 'Show him your vagina':
-			*clr & cla
-			mfcclients = 0
-			webpopular += rand(hotcat/2 -2,hotcat/2)
-			minut += 2	
-			gs 'internet_mobile', 'use_internet', $subs, 2			
-			if webpopular < 15:
-				tokens += rand(10,25)
-			elseif webpopular >= 15 and webpopular < 35:
-				tokens += rand(15,25)
-			elseif webpopular >= 35 and webpopular < 75:
-				tokens += rand(25,50)
-			elseif webpopular >= 75:
-				tokens += rand(50,150)
-			end
-			gs 'stat'
-			if analplugIN = 1:
-				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore19.jpg"></center>'
-			elseif pcs_vag = 0:
-				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore18.jpg"></center>'
-			elseif pcs_vag <= 10:
-				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore13.jpg"></center>'
-			elseif pcs_vag <= 15:
-				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore14.jpg"></center>'
-			elseif pcs_vag <= 25:
-				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore15.jpg"></center>'
-			elseif pcs_vag <= 35:
-				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore16.jpg"></center>'
-			else
-				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore17.jpg"></center>'
-			end
-			'Aww, what a sweetheart! You smile at the camera and do what your client wants. He delivers on his promise as well, sending some tokens your way. The rest of the chat is thanking him too, everyone wanted to see that!'
-
-			gs 'arousal', 'porn', 2, 'exhibitionism'
-			minut -= 2
-			gs 'stat'
-
-			act 'Continue': gt 'komp','waitclients'
-		end
-		gs 'willpower', 'exhib', 'resist', 'hard'
-		if will_cost <= pcs_willpwr:
-			act 'Ignore him (<<will_cost>> Willpower)':
-				*clr & cla
-				webpopular -= 1
-				gs 'willpower', 'pay', 'resist'
-				gs 'stat'
-				gt 'komp','waitclients'
-			end
-		else
-			act 'Ignore him (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-		end	
-	end
-	if backmfc = 0 and pcs_ass >= 30 and webpopular >= 50 and clientask = 80:
-		menu_off = 1
-		*clr & cla
-		'One of the visitors makes several comments on how badly he wants to fuck your ass, and then offers you tokens to show your anus to him...'
-		act 'Show them your battered sphincter':
-			*clr & cla
-			mfcclients = 0
-			webpopular += rand(hotcat/2-1,1+hotcat/2)
-			backmfc = 0
-			minut += 2	
-			gs 'internet_mobile', 'use_internet', $subs, 2
-			if pcs_apprnc > 100:
-				tokens += rand(50,100)
-			else
-				tokens += rand(40,75)
-			end
-			if webpopular < 15:
-				tokens += rand(25,50)
-			elseif webpopular >= 15 and webpopular < 35:
-				tokens += rand(50,100)
-			elseif webpopular >= 35 and webpopular < 75:
-				tokens += rand(100,150)
-			elseif webpopular >= 75:
-				tokens += rand(100,200)
-			end
-			gs 'stat'
-			if analplugIN = 0:
-				if cumsumass > 39:
-					'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore74.jpg"></center>'
-					'You turn your back to the camera and pull your ass cheeks aside, showing everyone your battered anus. When you push softly, you suddenly hear the chat exploding.'
-					'"Oh my god, is that sperm!?" someone wonders.'
-					'"Definitely! What a whore!" someone else adds.'
-					'"I''d love to add my load to that!" a third one laughs.'
-					'Oh no! Your face turns a deep red... you''re so ashamed right now! You try to calm the chat down, but the vulgar comments just keep coming and coming.'
-					'At least the visitor who promised to donate did, so you''re a few tokens richer.'
-
-					gs 'arousal', 'porn', 2, 'exhibitionism'
-					minut -= 2 
-					gs 'stat'
-
-				else
-					'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore20,<<rand(0,7)>>.jpg"></center>'
-					'You bite your lip for a second, trying to think of a way to get out of his request. Then, you sigh and show them your rectum. It''s obviously quite used to having objects shoved in, something your audience notices immediately.'
-					'Then your greed overcomes you. They already know... you might as well earn some money by showing them properly, right?'
-					'You pull your ass cheeks aside, giving them a good view of your worn out anus.'
-
-					gs 'arousal', 'porn', 2, 'exhibitionism'
-					minut -= 2
-					gs 'stat'
-
-				end
-			else
-				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore21.jpg"></center>'
-				'You smile to yourself, he''s going to love what you have in store for him!'
-				'"I''m sorry", you tell him, explicitly mentioning his username as well. "I can''t right now..."'
-				'Then you turn around, and show him the large plug you currently have shoved inside you. You wiggle your ass seductively at the camera, and hear the donation sound mere seconds later.'
-
-				gs 'arousal', 'porn', 2, 'exhibitionism'
-				minut -= 2
-				gs 'stat'
-
-			end
-			act 'Continue': gt 'komp','waitclients'
-		end
-		gs 'willpower', 'exhib', 'resist', 'hard'
-		if will_cost <= pcs_willpwr:
-			act 'Ignore him (<<will_cost>> Willpower)':
-				*clr & cla
-				webpopular -= 1
-				gs 'willpower', 'pay', 'resist'
-				gs 'stat'
-				gt 'komp','waitclients'
-			end
-		else
-			act 'Ignore him (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-		end	
-	end
-
-	if webpopular >= 15 and pcs_ass >= 15 and clientask = 89:
-		menu_off = 1
-		*clr & cla
-		gt 'kompMFCtwo', 89
-	end
-
-	if webpopular < 50 and clientask = 88:
-		menu_off = 1
-		*clr & cla
-		gt 'kompMFCtwo', 88
-	end
-
-	if webpopular >= 50 and pcs_vag >= 35 and clientask = 87:
-		menu_off = 1
-		*clr & cla
-		gt 'kompMFCtwo', 87
-	end
-
-	if webpopular >= 35 and pcs_vag >= 25 and alko >= 4 and clientask = 86:
-		menu_off = 1
-		*clr & cla
-		gt 'kompMFCtwo', 86
-	end
-	
-	if webpopular >= 50 and pcs_vag + pcs_ass > 0 and alko >= 4 and clientask = 85:
-		menu_off = 1
-		*clr & cla
-		gt 'kompMFCtwo', 85
-	end
-
-	if backmfc = 0 and webpopular >= 25 and pcs_vag + pcs_ass >= 30 and alko >= 4 and clientask = 84:
-		menu_off = 1
-		*clr & cla
-		gt 'kompMFCtwo', 84
-	end
-
-	if backmfc = 0 and pcs_vag > 20 and clientask = 83:
-		menu_off = 1
-		*clr & cla
-		gt 'kompMFCtwo', 83
-	end
-
-	if webpopular > 25 and backmfc = 0 and sub > 25 and pcs_vag > 10 and mc_inventory['equipped_condoms'] > 0 and clientask = 82:
-		menu_off = 1
-		*clr & cla
-		gt 'kompMFCtwo', 82
-	end
-
-	if backmfc = 0 and webpopular >= 50 and pcs_ass > 25 and clientask = 81:
-		menu_off = 1
-		*clr & cla
-		gt 'kompMFCtwo', 81
-	end
-
-	if backmfc = 0 and clientask < 80 and clientask >= 77:
-		menu_off = 1
-		*clr & cla
-		gt 'kompMFCanal'
-	end
-
-	if clientask < 77 and clientask >= 74:
-		menu_off = 1
-		*clr & cla
-		gt 'kompMFCoral'
-	end
-
-	if backmfc = 0 and clientask => 90 and clientask < 95:
-		menu_off = 1
-		*clr & cla
-		'One of the visitors asks: "Do you have a vibrator or dildo? I want you to put up a little show..."'
-		gt 'kompMFC'
-	end
-
-	if clientask < 74:
-		act 'Dance':
-			menu_off = 1
-			*clr & cla
-			minut += 5	
-			gs 'internet_mobile', 'use_internet', $subs, 5
-			gs 'stat'
-			if topmfc = 1 and backmfc = 1:
-				if webpopular < 15:
-					camclients += rand(pcs_dancero - 60,pcs_dancero - 55)
-				elseif webpopular >= 15 and webpopular < 35:
-					camclients += rand(pcs_dancero - 55,pcs_dancero - 45)
-				elseif webpopular >= 35 and webpopular < 75:
-					camclients += rand(pcs_dancero - 50,pcs_dancero - 42)
-				elseif webpopular >= 75:
-					camclients += rand(pcs_dancero - 40,pcs_dancero - 25)
-				end
-				'<center><video autoplay loop src="images/pc/items/accessories/computer/webcam/strip4.mp4"></video></center>'
-				'Turning on some music you dance eroticiy hoping to entice some viewers.'
-			end
-			if topmfc = 0 and backmfc = 1:
-				if webpopular < 15:
-					camclients += rand(pcs_dancero - 55,pcs_dancero - 45)
-				elseif webpopular >= 15 and webpopular < 35:
-					camclients += rand(pcs_dancero - 50,pcs_dancero - 40)
-				elseif webpopular >= 35 and webpopular < 75:
-					camclients += rand(pcs_dancero - 45,pcs_dancero - 35)
-				elseif webpopular >= 75:
-					camclients += rand(pcs_dancero - 40,pcs_dancero - 25)
-				end
-				'<center><video autoplay loop src="images/pc/items/accessories/computer/webcam/strip7.mp4"></video></center>'
-				'Turning on some music you dance eroticly hoping to entice some viewers.'
-			end
-			if topmfc = 1 and backmfc = 0:
-				if webpopular < 15:
-					camclients += rand(pcs_dancero - 55,pcs_dancero - 45)
-				elseif webpopular >= 15 and webpopular < 35:
-					camclients += rand(pcs_dancero - 50,pcs_dancero - 40)
-				elseif webpopular >= 35 and webpopular < 75:
-					camclients += rand(pcs_dancero - 45,pcs_dancero - 35)
-				elseif webpopular >= 75:
-					camclients += rand(pcs_dancero - 40,pcs_dancero - 25)
-				end
-				'<center><video autoplay loop src="images/pc/items/accessories/computer/webcam/strip6.mp4"></video></center>'
-				'Turning on some music you dance eroticly hoping to entice some viewers.'
-			end
-			if topmfc = 0 and backmfc = 0:
-				if webpopular < 15:
-					camclients += rand(pcs_dancero - 50,pcs_dancero - 40)
-				elseif webpopular >= 15 and webpopular < 35:
-					camclients += rand(pcs_dancero - 45,pcs_dancero - 35)
-				elseif webpopular >= 35 and webpopular < 75:
-					camclients += rand(pcs_dancero - 40,pcs_dancero - 25)
-				elseif webpopular >= 75:
-					camclients += rand(pcs_dancero - 30,pcs_dancero - 10)
-				end
-				'<center><video autoplay loop src="images/pc/items/accessories/computer/webcam/strip5.mp4"></video></center>'
-				'Turning on some music you dance eroticly hoping to entice some viewers.'
-			end	
-			gs 'exp_gain', 'dancero', 1
-			gs 'arousal', 'porn', 5
-			minut -= 5
-			gs 'stat'
-			act 'Continue': gt 'komp','waitclients'
-		end
-	end	
-
-	if topmfc = 1 and backmfc = 1 and clientask < 74:
-		act 'Perform a striptease':
-			menu_off = 1
-			*clr & cla
-			gs 'stat'
-			minut += 3
-			gs 'internet_mobile', 'use_internet', $subs, 3
-			if webpopular < 15:
-				camclients += rand(pcs_dancero - 50,pcs_dancero - 40)
-			elseif webpopular >= 15 and webpopular < 35:
-				camclients += rand(pcs_dancero - 45,pcs_dancero - 35)
-			elseif webpopular >= 35 and webpopular < 75:
-				camclients += rand(pcs_dancero - 40,pcs_dancero - 25)
-			elseif webpopular >= 75:
-				camclients += rand(pcs_dancero - 30,pcs_dancero - 10)
-			end
-			'<center><video autoplay loop src="images/locations/city/residential/sauna/sex/striptease4.mp4"></video></center>'
-			'You decide that making a show of stripping yourself might encourage some attention.  Repositioning your cam, you stand up and dance as you remove your underwear.'
-			gs 'exp_gain', 'dancero', 1
-			topmfc = 0
-			backmfc = 0
-			gs 'arousal', 'porn', 3
-			minut -= 3
-			gs 'stat'
-			act 'Continue': gt 'komp','waitclients'
-		end
-	end	
-
-	if topmfc = 1 and clientask < 74:
-		act 'Take off your bra':
-			menu_off = 1 
-			*clr & cla
-			topmfc = 0
-			minut += 2
-			gs 'internet_mobile', 'use_internet', $subs, 2
-
-			gs 'stat'
-
-			if backmfc = 1:
-				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore4.jpg"></center>'
-			end
-			if backmfc = 0:
-				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore5.jpg"></center>'
-			end
-			'Even though no one requested you to do so, you figure showing off your nice boobs might get some more viewers into the channel. You slowly take off your bra and wiggle your breasts seductively at the camera.'
-
-			gs 'arousal', 'porn', 2, 'exhibitionism'
-			minut -= 2
-			gs 'stat'
-
-			act 'Continue': gt 'komp','waitclients'
-		end
-	end
-
-	if topmfc = 0 and clientask < 74:
-		act 'Idly play with your boobs':
-			menu_off = 1
-			*clr & cla
-			minut += 2
-			gs 'internet_mobile', 'use_internet', $subs, 2
-
-			if webpopular < 15:
-				camclients += rand(3,6)
-			elseif webpopular >= 15 and webpopular < 35:
-				camclients += rand(5,10)
-			elseif webpopular >= 35 and webpopular < 75:
-				camclients += rand(10,20)
-			elseif webpopular >= 75:
-				camclients += rand(15,35)
-			end
-			if alko >= 4:
-				gs 'pain', 2, 'slap', 'breasts'
-			end
-			chancetips = rand(0,100)
-			if chancetips >= 85:
-				tokens += rand(2,10)
-			end
-			gs 'stat'
-			if alko >= 4:
-				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore80.jpg"></center>'
-			else
-				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore9.jpg"></center>'
-			end
-			'You chat with your visitors for a little while, but begin to play with your boobs absent-mindedly in a slow moment. It feels quite nice! You knead your boobs and play with them more and more intently, almost completely forgetting about the camera.'
-
-			gs 'arousal', 'porn', 2, 'exhibitionism'
-			minut -= 2
-			gs 'stat'
-
-			act 'Continue': gt 'komp','waitclients'
-		end
-	end
-
-	if backmfc = 1 and clientask < 74:
-		act 'Take off your panties':
-			menu_off = 1
-			*clr & cla
-			backmfc = 0
-			minut += 2
-			gs 'internet_mobile', 'use_internet', $subs, 2
-			gs 'stat'
-			if topmfc = 1:
-				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore5.jpg"></center>'
-			end
-			if topmfc = 0:
-				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore6.jpg"></center>'
-			end
-			'You know that the fewer clothes you have on, the more visitors will be inclined to check out your channel. You slowly take off your panties in front of the camera, rewarding the viewers already in your channel to a free show when you expose your naked pussy to them.'
-
-			gs 'arousal', 'porn', 2, 'exhibitionism'
-			minut -= 2
-			gs 'stat'
-
-			act 'Continue': gt 'komp','waitclients'
-		end
-	end
-	if backmfc = 0 and clientask < 74:
-		act 'Play with your pussy':
-			menu_off = 1
-			*clr & cla
-			minut += 4
-			gs 'internet_mobile', 'use_internet', $subs, 4
-			if webpopular < 15:
-				camclients += rand(5,10)
-			elseif webpopular >= 15 and webpopular < 35:
-				camclients += rand(10,15)
-			elseif webpopular >= 35 and webpopular < 75:
-				camclients += rand(10,30)
-			elseif webpopular >= 75:
-				camclients += rand(15,40)
-			end
-			chancetips = rand(0,100)
-			if chancetips >= 75:
-				tokens += rand(10,15)
-			end
-			gs 'stat'
-
-			'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore11.jpg"></center>'
-			'You get bored during a slow moment in the chat, and begin to play with your pussy without giving it another thought.'
-			'"How does that feel, girl?" one of your visitors asks. "I bet you love fingering yourself, with a bunch of strangers watching you!" another adds.'
-			'Giving them a defensive smile, you shrug and reply with one hand, while you keep rubbing your clit slowly with the other.'
-
-			gs 'arousal', 'porn', 2, 'exhibitionism'
-			gs 'arousal', 'vaginal_finger', 2, 'exhibitionism'
-			minut -= 4
-			gs 'stat'
-
-			if pcs_horny >= 100:
-				webpopular -= 1
-				mfccum += 1
-				pcs_mood = 100
-				gs 'stat'
-				'Oh crap! You misjudged your endurance, and suddenly squirm and gasp in front of the camera. You''re having an orgasm!'
-				'When it subsides, you look at your current viewer count. Damn... you just came in front of <<camclients>> users, completely free of charge!'
-
-				$orgasm_or = 'yes'
-				gs 'stat'
-			end
-			act 'Continue': gt 'komp','waitclients'
-		end
-	end
-	if backmfc = 0 and clientask < 74:
-		act'Play with your ass':
-			menu_off = 1
-			*clr & 
-			minut += 4
-			gs 'internet_mobile', 'use_internet', $subs, 4
-			if webpopular < 15:
-				camclients += rand(5,10)
-			elseif webpopular >= 15 and webpopular < 35:
-				camclients += rand(10,15)
-			elseif webpopular >= 35 and webpopular < 75:
-				camclients += rand(10,30)
-			elseif webpopular >= 75:
-				camclients += rand(15,40)
-			end
-			if pcs_ass < 10:analplay += 1
-			mfcclients -= 1
-			minut += 2
-			pcs_horny += rand(5,10)
-			chancetips = rand(0,100)
-			if chancetips >= 60:
-				tokens += rand(10,20)
-			end
-			gs 'stat'
-
-			'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore45.jpg"></center>'
-			'You put two fingers in your mouth and generously cover them in saliva, and then turn your back to the camera. Much to the appreciation of your viewers, you give them a short preview of what an anal show would look like from you. You finger your anus for the camera for a little while, giving your viewers a happy smile the whole time.'
-
-			gs 'arousal', 'porn', 2, 'exhibitionism'
-			gs 'arousal', 'anal_finger', 2, 'exhibitionism'
-			minut -= 4
-			gs 'stat'
-
-			if pcs_horny >= 100:
-				webpopular -= 1
-				mfccum += 1
-				pcs_mood = 100
-				gs 'stat'
-				$orgasm_or = 'yes'
-				$orgasm_txt = 'It feels too good to stop! Before you know it, your fingers are repeatedly penetrating your ass and you moan excitedly, barely keeping yourself from screaming. You just had an anal orgasm in front of <<camclients>> users, completely free of charge! Oops...'
-				gs 'stat'
-			end
-			act'Continue': gt'komp','waitclients'
-		end
-	end
-	if topmfc = 0 and pain['nippleR'] < 10 and pain['nippleL'] < 10 and clientask < 74:
-		act'Pinch your nipples hard':
-			menu_off = 1
-			*clr & cla
-			minut += 2
-			gs 'internet_mobile', 'use_internet', $subs, 2
-
-			if webpopular < 15:
-				camclients += rand(5,10)
-			elseif webpopular >= 15 and webpopular < 35:
-				camclients += rand(10,15)
-			elseif webpopular >= 35 and webpopular < 75:
-				camclients += rand(10,30)
-			elseif webpopular >= 75:
-				camclients += rand(15,40)
-			end
-			mfcclients -= 1
-			gs 'pain', 2, 'pinch', 'nipples'
-			chancetips = rand(0,100)
-			if chancetips >= 75:
-				tokens += rand(20,40)
-			end
-			gs 'stat'
-
-			'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore80.jpg"></center>'
-			'You''re getting too turned on, and need to slow yourself down a little!'
-			'You tightly pinch your nipples and pull hard on them. It hurts a lot, and the sharp pain lowers your excitement by quite a lot. Nevertheless, your viewers enjoy the free show and have no idea you actually did that for your own good.'
-
-			gs 'arousal', 'porn', 2, 'exhibitionism'
-			minut -= 2
-			gs 'stat'
-
-			act'Continue': gt'komp','waitclients'
-		end
-	end
-	if locat['Anya_inroom'] = 1 and $loc = 'bedrPar':
-		*clr & cla
-		topmfc = 1
-		backmfc = 1
-		karta += tokens * 2
-		tokens = 0
-		gs 'stat'
-		'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore2.jpg"></center>'
-		'Suddenly you hear the handle of your door creak, and an annoyed voice shouting: "<<$pcs_nickname>>, what the hell!? Why is the door locked? Let me in!"'
-		'Oh crap, it''s your sister! "Sorry everyone, show''s over!" you whisper to the camera, and you close the stream and hide the website. You quickly put your clothes back on and open your door, trying to avoid the scrutinizing gaze of your sister.'
-		'When she''s no longer paying attention to you, you open the site again and find yourself in the main lobby of MyFreeCams. You''re a bit bummed that you couldn''t get more out of that session, but cash in your earnings.'
-		gs 'internet_mobile', 'add_limitation', 'noporn', 'You can''t watch porn with your sister in the room'
-		gs 'internet_mobile', 'add_limitation', 'nocamshow', 'You can''t do a camshow with your sister in the room'
-		act 'Continue': gt 'komp','mfc'
-	else
-		act 'Turn off the webcam': gt 'komp','startpagemfc'
-	end
-end
-
 if $ARGS[0] = 'bank':
 	'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/online_bank.jpg"></center>'
 	if karta + bankDebtLimit >= 10:

+ 899 - 0
locations/camgirl.qsrc

@@ -0,0 +1,899 @@
+# camgirl
+!2023/09/30
+if $ARGS[0] = 'start':
+	$menu_loc = 'camgirl'
+	$menu_arg = 'start'
+	menu_off = 0
+	gs 'family_schedule'
+	if mesec > 0:
+		*clr & cla
+		minut += 2
+		topmfc = 1
+		backmfc = 1
+		tokens = 0
+		camclients = 0
+		dynamic $UpdateCamBonus
+		gs 'internet_mobile', 'use_internet', $subs, 2
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore2.jpg"></center>'
+		'It''s that time of the month! You feel sick to your stomach and the cramps hurt pretty badly from time to time... you''re in no condition to earn money showing off your body.'
+		act 'Leave this website': gt 'Komp', 'browse'
+	elseif access['nocamshow'] = 1:
+		*clr & cla
+		minut += 2
+		topmfc = 1
+		backmfc = 1
+		tokens = 0
+		camclients = 0
+		gs 'internet_mobile', 'use_internet', $subs, 2
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore2.jpg"></center>'
+		'<<$access[''nocamshow'']>>'
+		act 'Leave this website': gt 'Komp', 'browse'
+	else
+		act 'Go to your MFC homepage':
+			*clr & cla
+			cam_daystart = daystart + 7
+			minut += 2
+			killvar'regviewReset'
+			gs 'internet_mobile', 'use_internet', $subs, 2
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore3.jpg"></center>'
+			'You enter your own chatroom on the website. You currently have <<camclients>> viewers and <<regview>> followers.'
+
+			act 'Continue': gt 'camgirl','startpage'
+		end
+		act 'Leave this website':
+			*clr & cla
+			minut += 2
+			topmfc = 1
+			backmfc = 1
+			tokens = 0
+			camclients = 0
+			gs 'internet_mobile', 'use_internet', $subs, 2
+			gs 'stat'
+			gt 'Komp','browse'
+		end	
+	end
+end
+
+if $ARGS[0] = 'startpage':
+dynamic $UpdateCamBonus
+	if vgape > 10 or agape > 10:
+		*clr & cla
+		gs 'stat'
+		'While you sit in your chair, you can''t help but wince every time you move. You want to put up a show, but it hurts too much. And besides... you doubt your viewers would want to see you in your current state! You should heal up a bit before trying again.'
+		act 'Collect your earnings and leave':
+			karta += tokens * 2
+			tokens = 0
+			gt 'camgirl','start'
+		end
+	else
+		*clr & cla
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore3.jpg"></center>'
+		'You casually chat with the <<camclients>> viewers currently in your chatroom. Once you turn on your webcam, things will probably get busier.'
+		act 'Turn on your webcam': gt 'camgirl','waitclients'
+		act 'Collect your earnings and leave':
+			karta += tokens * 2
+			tokens = 0
+			gt 'camgirl','start'
+		end
+	end
+end
+
+if $ARGS[0] = 'waitclients':
+	$menu_loc = 'camgirl'
+	$menu_arg = 'waitclients'
+	menu_off = 0
+	gs 'family_schedule'
+	dynamic $donate
+	dynamic $views
+	dynamic $clientrequest
+	gs 'stat'
+	*clr & cla
+	rnd_minut = rand(1,4)
+	minut += rnd_minut
+	gs 'internet_mobile', 'use_internet', $subs, rnd_minut
+
+	if mfccum > 0: mfcdaycum = daystart
+
+	if camclients < 0:camclients = 0
+	gs 'stat'
+
+	if topmfc = 1 and backmfc = 1:
+		'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore3.jpg"></center>'
+	elseif topmfc = 0 and backmfc = 1:
+		'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore4.jpg"></center>'
+	elseif topmfc = 1 and backmfc = 0:
+		'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore5.jpg"></center>'
+	else
+		'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore6.jpg"></center>'
+	end
+
+	tokenpay = tokens * 2
+	'You take a moment of rest, and just chat casually with your <<camclients>> viewers.'
+	'You have earned <<tokens>> tokens so far this session, which amounts to <<tokenpay>> <b>₽</b>.'
+	'You have <<regview>> followers'
+
+	act 'Wait for more viewers': gt 'camgirl','waitclients'
+
+	if topmfc = 1 and clientask >= 91:
+		*clr & cla
+		gs 'stat'
+		menu_off = 1
+		'One of your viewers really wants to see your boobs! He''s willing to leave you some tokens as a tip, if you take off your bra right now...'
+		act 'Remove your bra':
+			*clr & cla
+			webpopular += 1
+			topmfc = 0
+			mfcclients -= 1
+			minut += 2
+			gs 'internet_mobile', 'use_internet', $subs, 2
+			dynamic $donate
+			
+			gs 'stat'
+
+			'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore7.jpg"></center>'
+			'You stand up and lean forward, so your boobs are in full view of the camera. You slowly take off your bra and give the camera a sweet smile.'
+			'While you sit back down and toss your bra to the ground, you hear the donation sound several times. Your viewers enjoyed that!'
+
+			gs 'arousal', 'porn', 2, 'exhibitionism'
+			minut -= 2
+			gs 'stat'
+
+			act 'Continue': gt 'camgirl','waitclients'
+		end
+		act 'Tease instead':
+			*clr & cla
+			webpopular += rand(-1,1)
+			mfcclients += rand (-1,1)
+			minut += 5
+			gs 'internet_mobile', 'use_internet', $subs, 5
+			dynamic $donate
+			
+			gs 'stat'
+
+			'<center><video autoplay loop src="images/pc/items/accessories/computer/webcam/tits2.mp4"></video></center>'
+			'Not quite prepared to reveal your breasts you play with them through your shirt hoping that will appease the crowd.'
+
+			gs 'arousal', 'porn', 5, 'exhibitionism'
+			minut -= 5
+			gs 'stat'
+
+			act 'Continue': gt 'camgirl','waitclients'
+		end
+		act 'Give them a brief look':
+			*clr & cla
+			webpopular += rand(-1,1)
+			mfcclients += rand(-1,1)
+			minut += 2	
+			gs 'internet_mobile', 'use_internet', $subs, 2
+			dynamic $donate
+			
+			gs 'stat'
+
+			'<center><video autoplay loop src="images/pc/items/accessories/computer/webcam/undress4.mp4"></video></center>'
+			'You playfully lift your top hoping a short viewing will sate them for the time being and encourage them to stay for more.'
+
+			gs 'arousal', 'porn', 2
+			minut -= 2
+			gs 'stat'
+
+			act 'Continue': gt 'camgirl','waitclients'
+		end
+		gs 'willpower', 'exhib', 'resist', 'hard'
+		if will_cost <= pcs_willpwr:
+			act 'Refuse to take off your bra (<<will_cost>> Willpower)':
+				*clr & cla
+				webpopular -= 1
+				gs 'willpower', 'pay', 'resist'
+				gs 'stat'
+				gt 'camgirl','waitclients'
+			end
+		else
+			act 'Refuse to take off your bra (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+		end	
+	end
+	if backmfc = 1 and clientask >= 81 and clientask < 91:
+		*clr & cla
+		menu_off = 1
+		'One of the viewers asks you to remove your panties and show your bare pussy to the camera. A second visitor chimes in, adding some extra tokens to the offer.'
+		act 'Take off your panties':
+			*clr & cla
+			mfcclients -= 1
+			webpopular += 1
+			backmfc = 0
+			minut += 2	
+			gs 'internet_mobile', 'use_internet', $subs, 2
+			dynamic $donate
+			
+			gs 'stat'
+
+			'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/webcam/undress3.mp4"></center>'
+			'You make a show of pointing the camera at your groin and slowly push your panties down your legs. The chat explodes for a moment, with several viewers complimenting your body, and a few more making lewd comments on what they would do to you if they were with you right now.'
+			'As promised, you receive some tokens.'
+
+			gs 'arousal', 'porn', 2, 'exhibitionism'
+			minut -= 2
+			gs 'stat'
+
+			act 'Continue': gt 'camgirl','waitclients'
+		end
+		act 'Tease instead':
+			*clr & cla
+			webpopular += rand(-1,1)
+			mfcclients += rand(-1,1)
+			minut += 4
+			gs 'internet_mobile', 'use_internet', $subs, 4
+			dynamic $donate
+			
+			gs 'stat'
+
+			if topmfc = 1:
+				'<center><video autoplay loop src="images/pc/items/accessories/computer/webcam/strip7.mp4"></video></center>'
+				'Deciding to stay clothed a little longer you feel that you won''t be able to satisfy the crowd without showing at least some skin.'
+				'Standing up you start dancing provocatively, your hands giving extra attention to your tits'
+			end
+			if topmfc = 0:
+				'<center><video autoplay loop src="images/pc/items/accessories/computer/webcam/show10.mp4"></video></center>'
+				'Lowering your panties to emphasize your butt you shake it briefly to appease the crowd'
+			end
+			gs 'arousal', 'porn', 4, 'exhibitionism'
+			minut -= 4
+			gs 'stat'
+
+			act 'Continue': gt 'camgirl','waitclients'
+		end
+		act 'Give them a brief look':
+			*clr & cla
+			webpopular += rand(-1,1)
+			mfcclients += rand(-1,1)
+			minut += 2	
+			gs 'internet_mobile', 'use_internet', $subs, 2
+			dynamic $donate
+			
+			gs 'stat'
+
+			'<center><video autoplay loop src="images/pc/items/accessories/computer/webcam/show9.mp4"></video></center>'
+			'You take off your panties and bend over to give a short preview of what''s to come before quickly covering up again and hoping it was enough to keep viewers interested.'
+
+			gs 'arousal', 'porn', 2, 'exhibitionism'
+			minut -=2
+			gs 'stat'
+			
+			act 'Continue': gt 'camgirl','waitclients'
+		end
+		
+		gs 'willpower', 'exhib', 'resist', 'hard'
+		if will_cost <= pcs_willpwr:
+			act 'Refuse to take off your panties (<<will_cost>> Willpower)':
+				*clr & cla
+				webpopular -= 1
+				gs 'willpower', 'pay', 'resist'
+				gs 'stat'
+				gt 'camgirl','waitclients'
+			end
+		else
+			act 'Refuse to take off your panties (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+		end	
+	end
+	if topmfc = 0 and clientask >= 95 and clientask < 99:
+		menu_off = 1
+		*clr & cla
+		'One of the viewers types: "Play with those titties, girl! I''ll pay!"'
+		act 'Play with your boobs':
+			*clr & cla
+			mfcclients = 0
+			webpopular += rand(hotcat/2 -2,hotcat/2)
+			backmfc = 0
+			minut += 2	
+			gs 'internet_mobile', 'use_internet', $subs, 2
+			dynamic $donate
+			
+			gs 'stat'
+
+			'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore10.jpg"></center>'
+			'You adjust your camera and lie down on your bed, and start to knead your tits and pinch your nipples playfully. When you hear the donation sound, you smile sweetly at the camera and thank the person who donated personally, immediately prompting a second visitor to donate as well.'
+
+			gs 'arousal', 'porn', 2, 'exhibitionism'
+			minut -= 2
+			gs 'stat'
+
+			act 'Continue': gt 'camgirl','waitclients'
+		end
+		gs 'willpower', 'exhib', 'resist', 'hard'
+		if will_cost <= pcs_willpwr:
+			act 'Refuse to play with your boobs (<<will_cost>> Willpower)':
+				*clr & cla
+				webpopular -= 1
+				gs 'willpower', 'pay', 'resist'
+				gs 'stat'
+				gt 'camgirl','waitclients'
+			end
+		else
+		act 'Refuse to play with your boobs (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+		end
+	end
+	if backmfc = 0 and clientask = 99:
+		menu_off = 1
+		*clr & cla
+		'"Let''s see that sweet cunt of yours again, whore!" one of your viewers says.'
+		'He''s kinda rude about it, but then again... he''s willing to pay.'
+		act 'Do it':
+			*clr & cla
+			mfcclients = 0
+			webpopular += rand(hotcat/2 -2,hotcat/2)
+			minut += 2	
+			gs 'internet_mobile', 'use_internet', $subs, 2
+			dynamic $donate
+			
+			gs 'stat'
+
+			'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore12.jpg"></center>'
+			'You lie down comfortably and put your hand between your legs, gently rubbing your labia with your fingers. You put some effort into showing how wet you are already, which is met with some enthusiastic chatter.'
+
+			gs 'arousal', 'porn', 2, 'exhibitionism'
+			minut -= 2
+			gs 'stat'
+
+			if pcs_horny >= 100:
+				mfccum += 1
+				pcs_mood = 100
+				gs 'stat'
+				$orgasm_or = 'custom'
+				$orgasm_txt = 'You groan despite yourself, and realize you''re about to have an orgasm on camera! Deciding it''s too late to stop, you flick your fingers over your clit several more times and moan loudly as your whole body begins to tremble. When you look at the chat again, you see a mixture of compliments and lewd comments on your show. Either way: they loved it!'
+			end
+			act 'Continue': gt 'camgirl','waitclients'
+		end
+		
+		gs 'willpower', 'exhib', 'resist', 'hard'
+		if will_cost <= pcs_willpwr:
+			act 'Ignore him (<<will_cost>> Willpower)':
+				*clr & cla
+				webpopular -= 1
+				gs 'willpower', 'pay', 'resist'
+				gs 'stat'
+				gt 'camgirl','waitclients'
+			end
+		else
+			act 'Ignore him (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+		end
+	end
+	if backmfc = 0 and clientask = 100:
+		menu_off = 1
+		*clr & cla
+		'One of the viewers asks very politely: "Uh, hi! Could you please show me your vagina up close?"'
+		act 'Show him your vagina':
+			*clr & cla
+			mfcclients = 0
+			webpopular += rand(hotcat/2 -2,hotcat/2)
+			minut += 2	
+			gs 'internet_mobile', 'use_internet', $subs, 2			
+			dynamic $donate
+			
+			gs 'stat'
+			if analplugIN = 1:
+				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore19.jpg"></center>'
+			elseif pcs_vag = 0:
+				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore18.jpg"></center>'
+			elseif pcs_vag <= 10:
+				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore13.jpg"></center>'
+			elseif pcs_vag <= 15:
+				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore14.jpg"></center>'
+			elseif pcs_vag <= 25:
+				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore15.jpg"></center>'
+			elseif pcs_vag <= 35:
+				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore16.jpg"></center>'
+			else
+				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore17.jpg"></center>'
+			end
+			'Aww, what a sweetheart! You smile at the camera and do what your client wants. He delivers on his promise as well, sending some tokens your way. The rest of the chat is thanking him too, everyone wanted to see that!'
+
+			gs 'arousal', 'porn', 2, 'exhibitionism'
+			minut -= 2
+			gs 'stat'
+
+			act 'Continue': gt 'camgirl','waitclients'
+		end
+		gs 'willpower', 'exhib', 'resist', 'hard'
+		if will_cost <= pcs_willpwr:
+			act 'Ignore him (<<will_cost>> Willpower)':
+				*clr & cla
+				webpopular -= 1
+				gs 'willpower', 'pay', 'resist'
+				gs 'stat'
+				gt 'camgirl','waitclients'
+			end
+		else
+			act 'Ignore him (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+		end	
+	end
+	if backmfc = 0 and pcs_ass >= 30 and webpopular >= 50 and clientask = 80:
+		menu_off = 1
+		*clr & cla
+		'One of the viewers makes several comments on how badly he wants to fuck your ass, and then offers you tokens to show your anus to him...'
+		act 'Show them your battered sphincter':
+			*clr & cla
+			mfcclients = 0
+			webpopular += rand(hotcat/2-1,1+hotcat/2)
+			backmfc = 0
+			minut += 2	
+			gs 'internet_mobile', 'use_internet', $subs, 2
+			dynamic $donate
+			
+			gs 'stat'
+			if analplugIN = 0:
+				if cumsumass > 39:
+					'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore74.jpg"></center>'
+					'You turn your back to the camera and pull your ass cheeks aside, showing everyone your battered anus. When you push softly, you suddenly hear the chat exploding.'
+					'"Oh my god, is that sperm!?" someone wonders.'
+					'"Definitely! What a whore!" someone else adds.'
+					'"I''d love to add my load to that!" a third one laughs.'
+					'Oh no! Your face turns a deep red... you''re so ashamed right now! You try to calm the chat down, but the vulgar comments just keep coming and coming.'
+					'At least the visitor who promised to donate did, so you''re a few tokens richer.'
+
+					gs 'arousal', 'porn', 2, 'exhibitionism'
+					minut -= 2 
+					gs 'stat'
+
+				else
+					'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore20,<<rand(0,7)>>.jpg"></center>'
+					'You bite your lip for a second, trying to think of a way to get out of his request. Then, you sigh and show them your rectum. It''s obviously quite used to having objects shoved in, something your audience notices immediately.'
+					'Then your greed overcomes you. They already know... you might as well earn some money by showing them properly, right?'
+					'You pull your ass cheeks aside, giving them a good view of your worn-out anus.'
+
+					gs 'arousal', 'porn', 2, 'exhibitionism'
+					minut -= 2
+					gs 'stat'
+
+				end
+			else
+				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore21.jpg"></center>'
+				'You smile to yourself, he''s going to love what you have in store for him!'
+				'"I''m sorry", you tell him, explicitly mentioning his username as well. "I can''t right now..."'
+				'Then you turn around and show him the large plug you currently have shoved inside you. You wiggle your ass seductively at the camera, and hear the donation sound mere seconds later.'
+
+				gs 'arousal', 'porn', 2, 'exhibitionism'
+				minut -= 2
+				gs 'stat'
+
+			end
+			act 'Continue': gt 'camgirl','waitclients'
+		end
+		gs 'willpower', 'exhib', 'resist', 'hard'
+		if will_cost <= pcs_willpwr:
+			act 'Ignore him (<<will_cost>> Willpower)':
+				*clr & cla
+				webpopular -= 1
+				gs 'willpower', 'pay', 'resist'
+				gs 'stat'
+				gt 'camgirl','waitclients'
+			end
+		else
+			act 'Ignore him (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+		end	
+	end
+
+	if webpopular >= 15 and pcs_ass >= 15 and clientask = 89:
+		menu_off = 1
+		*clr & cla
+		gt 'kompMFCtwo', 89
+	end
+
+	if webpopular < 50 and clientask = 88:
+		menu_off = 1
+		*clr & cla
+		gt 'kompMFCtwo', 88
+	end
+
+	if webpopular >= 50 and pcs_vag >= 35 and clientask = 87:
+		menu_off = 1
+		*clr & cla
+		gt 'kompMFCtwo', 87
+	end
+
+	if webpopular >= 35 and pcs_vag >= 25 and alko >= 4 and clientask = 86:
+		menu_off = 1
+		*clr & cla
+		gt 'kompMFCtwo', 86
+	end
+	
+	if webpopular >= 50 and pcs_vag + pcs_ass > 0 and alko >= 4 and clientask = 85:
+		menu_off = 1
+		*clr & cla
+		gt 'kompMFCtwo', 85
+	end
+
+	if backmfc = 0 and webpopular >= 25 and pcs_vag + pcs_ass >= 30 and alko >= 4 and clientask = 84:
+		menu_off = 1
+		*clr & cla
+		gt 'kompMFCtwo', 84
+	end
+
+	if backmfc = 0 and pcs_vag > 20 and clientask = 83:
+		menu_off = 1
+		*clr & cla
+		gt 'kompMFCtwo', 83
+	end
+
+	if webpopular > 25 and backmfc = 0 and sub > 25 and pcs_vag > 10 and mc_inventory['equipped_condoms'] > 0 and clientask = 82:
+		menu_off = 1
+		*clr & cla
+		gt 'kompMFCtwo', 82
+	end
+
+	if backmfc = 0 and webpopular >= 50 and pcs_ass > 25 and clientask = 81:
+		menu_off = 1
+		*clr & cla
+		gt 'kompMFCtwo', 81
+	end
+
+	if backmfc = 0 and clientask < 80 and clientask >= 77:
+		menu_off = 1
+		*clr & cla
+		gt 'kompMFCanal'
+	end
+
+	if clientask < 77 and clientask >= 74:
+		menu_off = 1
+		*clr & cla
+		gt 'kompMFCoral'
+	end
+
+	if backmfc = 0 and clientask => 90 and clientask < 95:
+		menu_off = 1
+		*clr & cla
+		'One of the viewers asks: "Do you have a vibrator or dildo? I want you to put up a little show..."'
+		gt 'kompMFC'
+	end
+
+	if clientask < 74:
+		act 'Dance':
+			menu_off = 1
+			*clr & cla
+			minut += 5	
+			gs 'internet_mobile', 'use_internet', $subs, 5
+			gs 'stat'
+			if topmfc = 1 and backmfc = 1:
+				dynamic $danceviewer
+				'<center><video autoplay loop src="images/pc/items/accessories/computer/webcam/strip4.mp4"></video></center>'
+				'Turning on some music you dance erotically hoping to entice some viewers.'
+			end
+			if topmfc = 0 and backmfc = 1:
+				dynamic $danceviewer
+				'<center><video autoplay loop src="images/pc/items/accessories/computer/webcam/strip7.mp4"></video></center>'
+				'Turning on some music you dance erotically hoping to entice some viewers.'
+			end
+			if topmfc = 1 and backmfc = 0:
+				dynamic $danceviewer
+				'<center><video autoplay loop src="images/pc/items/accessories/computer/webcam/strip6.mp4"></video></center>'
+				'Turning on some music you dance erotically hoping to entice some viewers.'
+			end
+			if topmfc = 0 and backmfc = 0:
+				dynamic $danceviewer
+				'<center><video autoplay loop src="images/pc/items/accessories/computer/webcam/strip5.mp4"></video></center>'
+				'Turning on some music you dance erotically hoping to entice some viewers.'
+			end	
+			gs 'exp_gain', 'dancero', 1
+			gs 'arousal', 'porn', 5
+			minut -= 5
+			gs 'stat'
+			act 'Continue': gt 'camgirl','waitclients'
+		end
+	end	
+
+	if topmfc = 1 and backmfc = 1 and clientask < 74:
+		act 'Perform a striptease':
+			menu_off = 1
+			*clr & cla
+			gs 'stat'
+			minut += 3
+			gs 'internet_mobile', 'use_internet', $subs, 3
+			dynamic $danceviewer
+			'<center><video autoplay loop src="images/locations/city/residential/sauna/sex/striptease4.mp4"></video></center>'
+			'You decide that making a show of stripping yourself might encourage some attention.  Repositioning your cam, you stand up and dance as you remove your underwear.'
+			gs 'exp_gain', 'dancero', 1
+			topmfc = 0
+			backmfc = 0
+			gs 'arousal', 'porn', 3
+			minut -= 3
+			gs 'stat'
+			act 'Continue': gt 'camgirl','waitclients'
+		end
+	end	
+
+	if topmfc = 1 and clientask < 74:
+		act 'Take off your bra':
+			menu_off = 1 
+			*clr & cla
+			topmfc = 0
+			minut += 2
+			gs 'internet_mobile', 'use_internet', $subs, 2
+
+			gs 'stat'
+
+			if backmfc = 1:
+				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore4.jpg"></center>'
+			end
+			if backmfc = 0:
+				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore5.jpg"></center>'
+			end
+			'Even though no one requested you to do so, you figure showing off your nice boobs might get some more viewers into the channel. You slowly take off your bra and wiggle your breasts seductively at the camera.'
+
+			gs 'arousal', 'porn', 2, 'exhibitionism'
+			minut -= 2
+			gs 'stat'
+
+			act 'Continue': gt 'camgirl','waitclients'
+		end
+	end
+
+	if topmfc = 0 and clientask < 74:
+		act 'Idly play with your boobs':
+			menu_off = 1
+			*clr & cla
+			minut += 2
+			gs 'internet_mobile', 'use_internet', $subs, 2
+            dynamic $views
+			dynamic $donate
+			gs 'stat'
+
+			if alko >= 4:
+				gs 'pain', 2, 'slap', 'breasts'
+				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore80.jpg"></center>'
+			else
+				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore9.jpg"></center>'
+			end
+			'You chat with your viewers for a little while and begin to play with your boobs absent-mindedly in a slow moment. It feels quite nice! You knead your boobs and play with them more and more intently, almost completely forgetting about the camera.'
+
+			gs 'arousal', 'porn', 2, 'exhibitionism'
+			minut -= 2
+			gs 'stat'
+
+			act 'Continue': gt 'camgirl','waitclients'
+		end
+	end
+
+	if backmfc = 1 and clientask < 74:
+		act 'Take off your panties':
+			menu_off = 1
+			*clr & cla
+			backmfc = 0
+			minut += 2
+			gs 'internet_mobile', 'use_internet', $subs, 2
+			gs 'stat'
+			if topmfc = 1:
+				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore5.jpg"></center>'
+			end
+			if topmfc = 0:
+				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore6.jpg"></center>'
+			end
+			'You know that the fewer clothes you have on, the more viewers will be inclined to check out your channel. You slowly take off your panties in front of the camera, rewarding the viewers already in your channel to a free show when you expose your naked pussy to them.'
+
+			gs 'arousal', 'porn', 2, 'exhibitionism'
+			minut -= 2
+			gs 'stat'
+
+			act 'Continue': gt 'camgirl','waitclients'
+		end
+	end
+	if backmfc = 0 and clientask < 74:
+		act 'Play with your pussy':
+			menu_off = 1
+			*clr & cla
+			minut += 4
+			gs 'internet_mobile', 'use_internet', $subs, 4
+			dynamic $views
+			dynamic $donate
+			
+			gs 'stat'
+
+			'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore11.jpg"></center>'
+			'You get bored during a slow moment in the chat, and begin to play with your pussy without giving it another thought.'
+			'"How does that feel, girl?" one of your viewers asks. "I bet you love fingering yourself, with a bunch of strangers watching you!" another adds.'
+			'Giving them a defensive smile, you shrug and reply with one hand, while you keep rubbing your clit slowly with the other.'
+
+			gs 'arousal', 'porn', 2, 'exhibitionism'
+			gs 'arousal', 'vaginal_finger', 2, 'exhibitionism'
+			minut -= 4
+			gs 'stat'
+
+			if pcs_horny >= 100:
+				webpopular -= 1
+				mfccum += 1
+				pcs_mood = 100
+				gs 'stat'
+				'Oh crap! You misjudged your endurance, and suddenly squirm and gasp in front of the camera. You''re having an orgasm!'
+				'When it subsides, you look at your current viewer count. Damn... you just came in front of <<camclients>> users, completely free of charge!'
+
+				$orgasm_or = 'yes'
+				gs 'stat'
+			end
+			act 'Continue': gt 'camgirl','waitclients'
+		end
+	end
+	if backmfc = 0 and clientask < 74:
+		act'Play with your ass':
+			menu_off = 1
+			*clr & cla
+			minut += 4
+			gs 'internet_mobile', 'use_internet', $subs, 4
+			dynamic $views
+			if pcs_ass < 10:analplay += 1
+			mfcclients -= 1
+			minut += 2
+			pcs_horny += rand(5,10)
+			dynamic $donate
+			gs 'stat'
+
+			'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore45.jpg"></center>'
+			'You put two fingers in your mouth and generously cover them in saliva, and then turn your back to the camera. Much to the appreciation of your viewers, you give them a short preview of what an anal show would look like from you. You finger your anus for the camera for a little while, giving your viewers a happy smile the whole time.'
+
+			gs 'arousal', 'porn', 2, 'exhibitionism'
+			gs 'arousal', 'anal_finger', 2, 'exhibitionism'
+			minut -= 4
+			gs 'stat'
+
+			if pcs_horny >= 100:
+				webpopular -= 1
+				mfccum += 1
+				pcs_mood = 100
+				gs 'stat'
+				$orgasm_or = 'yes'
+				$orgasm_txt = 'It feels too good to stop! Before you know it, your fingers are repeatedly penetrating your ass and you moan excitedly, barely keeping yourself from screaming. You just had an anal orgasm in front of <<camclients>> users, completely free of charge! Oops...'
+				gs 'stat'
+			end
+			act'Continue': gt'camgirl','waitclients'
+		end
+	end
+	if topmfc = 0 and pain['nippleR'] < 10 and pain['nippleL'] < 10 and clientask < 74:
+		act'Pinch your nipples hard':
+			menu_off = 1
+			*clr & cla
+			minut += 2
+			gs 'internet_mobile', 'use_internet', $subs, 2
+			dynamic $views
+			dynamic $donate
+			mfcclients -= 1
+			gs 'pain', 2, 'pinch', 'nipples'
+			
+			gs 'stat'
+
+			'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore80.jpg"></center>'
+			'You''re getting too turned on, and need to slow yourself down a little!'
+			'You tightly pinch your nipples and pull hard on them. It hurts a lot, and the sharp pain lowers your excitement by quite a lot. Nevertheless, your viewers enjoy the free show and have no idea you actually did that for your own good.'
+
+			gs 'arousal', 'porn', 2, 'exhibitionism'
+			minut -= 2
+			gs 'stat'
+
+			act'Continue': gt'camgirl','waitclients'
+		end
+	end
+	if locat['Anya_inroom'] = 1 and $loc = 'bedrPar':
+		*clr & cla
+		topmfc = 1
+		backmfc = 1
+		karta += tokens * 2
+		tokens = 0
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore2.jpg"></center>'
+		'Suddenly you hear the handle of your door creak, and an annoyed voice shouting: "<<$pcs_nickname>>, what the hell!? Why is the door locked? Let me in!"'
+		'Oh crap, it''s your sister! "Sorry everyone, show''s over!" you whisper to the camera, and you close the stream and hide the website. You quickly put your clothes back on and open your door, trying to avoid the scrutinizing gaze of your sister.'
+		'When she''s no longer paying attention to you, you open the site again and find yourself in the main lobby of MyFreeCams. You''re a bit bummed that you couldn''t get more out of that session, but cash in your earnings.'
+		gs 'internet_mobile', 'add_limitation', 'noporn', 'You can''t watch porn with your sister in the room'
+		gs 'internet_mobile', 'add_limitation', 'nocamshow', 'You can''t do a camshow with your sister in the room'
+		act 'Continue': gt 'camgirl','start'
+	else
+		act 'Turn off the webcam': gt 'camgirl','startpage'
+	end
+end
+
+!!	dynamic $danceviewer
+!! the amount of viewers that join while sveta is dancing 
+$danceviewer = {
+	minClient = (pcs_dancero/8) + (webpopular / 12) + (CamBonus/12)
+	maxClient = (pcs_dancero/5) + (webpopular / 9) + (CamBonus/9)
+	camclients += rand(minClient, maxClient)
+	killvar 'minClient'
+    killvar 'maxClient'
+}
+!! Dynamic $views
+$views = {
+    dynamic $UpdateCamBonus
+
+        maxClient += (CamBonus / 10) - mfcclients*2
+        minClient += (CamBonus / 15) - mfcclients*2
+
+		camclients += rand(minClient, maxClient)
+    ! Calculate followers
+    maxRegview = (camclients + (CamBonus * 2)) / 100
+    regview += rand(1, maxRegview)
+
+	killvar 'maxRegview'
+    killvar 'minClient'
+    killvar 'maxClient'
+}
+
+! Dynamic $UpdateCamBonus
+$UpdateCamBonus = {
+    CamBonus = (pcs_apprnc + webpopular + (fame['city_sexind']/2)+ pcs_exhib + (fame['city_performer']/2) + (fame['city_social']/2) + regview + (pcs_mood*2)) / 10
+
+    ! topmfc = bra 
+	! backmfc = panties
+    if topmfc = 0: CamBonus += 10
+    if backmfc = 0: CamBonus += 15
+
+}
+
+!! Dynamic $donate
+$donate = {
+    dynamic $UpdateCamBonus
+
+    ! Calculate donation chance and token amounts
+    minChance = CamBonus / 3
+    chancetips = rand(minChance, 100)
+    minTokens = (CamBonus + camclients) / 50
+    maxTokens = (CamBonus + camclients) / 20
+    chance = 100 - minTokens
+
+    ! Check if a donation occurs
+    if chancetips >= chance:
+        tokens += rand(minTokens, maxTokens)
+    end
+    killvar 'minTokens'
+    killvar 'maxTokens'
+    killvar 'chance'
+    killvar 'minChance'
+    killvar 'chancetips'
+}
+
+!! dynamic $clientrequest
+$clientrequest = {
+    ! Determine client requests based on topmfc and backmfc status and pcs_apprnc
+    if topmfc = 1 and backmfc = 1:
+        if pcs_apprnc < 100:
+            clientask = rand(20, 100)
+        else
+            clientask = rand(30, 100)
+        end
+    end
+    if (topmfc = 0 and backmfc = 1) or (topmfc = 1 and backmfc = 0):
+        if pcs_apprnc < 100:
+            clientask = rand(30, 100)
+        else
+            clientask = rand(35, 100)
+        end
+    end
+    if topmfc = 0 and backmfc = 0:
+        if pcs_apprnc < 100:
+            clientask = rand(35, 100)
+        else
+            clientask = rand(45, 100)
+        end
+    end
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+--- camgirl ---------------------------------

+ 31 - 0
locations/cikl.qsrc

@@ -1305,5 +1305,36 @@ end
 !!------------- Advance will counter  ------------------------------------------
 if will_counter >= 20: will_counter -= 20 & willpowermax += 1
 
+
+!!-----------------webcam follower loss due to inactivity ------------------------------------------
+if camwhore = 1:
+    if cam_daystart < daystart:
+        if regviewReset < 3:
+            ! Calculate follower loss More followers = more loss
+            if regview >= 500:
+                FollowersLost = rand(regview / 100, regview / 50)
+            else
+                FollowersLost = rand(1, 3)
+            end
+            cam_daystart = daystart + 7
+        else
+            if regview >= 300:
+                FollowersLost = rand(regview / 50, regview / 20)
+            else
+                FollowersLost = rand(5, 12)
+            end
+            cam_daystart = daystart + 5
+        end
+        ! Increment the reset counter for follower loss
+        regviewReset += 1
+        FollowersLost = func('shortgs', 'clamp', FollowersLost, 0, regview)
+        totalFollowersLost += FollowersLost
+        regview -= FollowersLost
+        killvar 'FollowersLost'
+    end
+end
+
+
+
 --- cikl ---------------------------------
 

+ 100 - 251
locations/kompMFC.qsrc

@@ -5,35 +5,17 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 	gs 'stat'
 	'One of the visitors asks: "Do you have a vibrator or dildo? I want you to put up a little show and fuck yourself with it..."'
 	'You smile at him and show him all the toys you own. The visitor chooses one, and asks you to play with it. He leaves it up to you as to what exactly you do with it, but seems to want to see it inside your pussy most of all.'
-	if pcs_vag = 0:
+	if pcs_vag <= 0:
 		act 'Lose your virginity in front of  <<camclients>> people':
 			cls
 			mfcclients = 0
 			webpopular += 10 + hotcat
-			if webpopular < 15:
-				tokens += rand(100,300)
-			elseif webpopular >= 15 and webpopular < 35:
-				tokens += rand(200,500)
-			elseif webpopular >= 35 and webpopular < 75:
-				tokens += rand(500,1500)
-			elseif webpopular >= 75:
-				tokens += rand(1000,5000)
-			end
 			vgape = 3
 			minut += 5
 			pcs_horny = 0
 			pcs_vag = 1
-			if camclients > 1000:
-				tokens += rand(1000,5000)
-			elseif camclients > 500:
-				tokens += rand(500,3000)
-			elseif camclients > 250:
-				tokens += rand(500,1500)
-			elseif camclients > 100:
-				tokens += rand(100,1000)
-			elseif camclients < 100:
-				tokens += rand(50,500)
-			end
+			dynamic $donate
+			dynamic $New_Viewer
 			gs 'stat'
 
 			'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore22.jpg"></center>'
@@ -44,7 +26,7 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 			'"Wish that was me!"'
 			'You wince a little, and immediately stop stimulating yourself. That hurt! A lot!'
 			'You lie on your back and pull out the toy, showing your no-longer-virgin pussy and the blood to prove it to your audience.'
-			act'Continue':gt 'komp','waitclients'
+			act'Continue':gt 'camgirl','waitclients'
 		end
 		act 'Stick it in your ass instead':
 			cls
@@ -60,15 +42,8 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 						cls
 						mfcclients = 0
 						webpopular += rand(hotcat/2 -2,hotcat/2)
-						if webpopular < 15:
-							tokens += rand(25,50)
-						elseif webpopular >= 15 and webpopular < 35:
-							tokens += rand(50,100)
-						elseif webpopular >= 35 and webpopular < 75:
-							tokens += rand(50,150)
-						elseif webpopular >= 75:
-							tokens += rand(100,200)
-						end
+						dynamic $donate
+						dynamic $New_Viewer
 						minut += 5
 						dildohand = 10
 						if pcs_ass > 10:
@@ -95,7 +70,7 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 							'You spit on the vibrator a few times and bring it to your anus, before turning it on. You gently stick it up your ass and ride it for a while, enjoying the stimulation it gives you.'
 							'When you put the vibrator aside after a few minutes of fun, you notice you received several donations during your little show.'
 						end
-						act'Continue':gt 'komp','waitclients'
+						act'Continue':gt 'camgirl','waitclients'
 					end
 				end
 				if mc_inventory['dildo_small'] = 1:
@@ -103,15 +78,8 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 						cls
 						mfcclients = 0
 						webpopular += rand(hotcat/2 -2,hotcat/2)
-						if webpopular < 15:
-							tokens += rand(20,30)
-						elseif webpopular >= 15 and webpopular < 35:
-							tokens += rand(30,50)
-						elseif webpopular >= 35 and webpopular < 75:
-							tokens += rand(30,100)
-						elseif webpopular >= 75:
-							tokens += rand(50,100)
-						end
+						dynamic $donate
+						dynamic $New_Viewer
 						minut += 5
 						dildohand = 10
 						if pcs_ass > 10:
@@ -137,7 +105,7 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 							'You take the 10cm long dildo, and slip it inside your ass with one firm motion. It''s not very big, but is still fairly big for you. Ouch!'
 							'When you put the dildo aside after a few minutes, you notice you received several donations during your little show.'
 						end
-						act'Continue':gt 'komp','waitclients'
+						act'Continue':gt 'camgirl','waitclients'
 					end
 				end
 				if mc_inventory['dildo_normal'] = 1:
@@ -146,15 +114,8 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 							cls
 							mfcclients = 0
 							webpopular += rand(hotcat/2 -2,hotcat/2)
-							if webpopular < 15:
-								tokens += rand(25,35)
-							elseif webpopular >= 15 and webpopular < 35:
-								tokens += rand(25,100)
-							elseif webpopular >= 35 and webpopular < 75:
-								tokens += rand(25,150)
-							elseif webpopular >= 75:
-								tokens += rand(100,150)
-							end
+							dynamic $donate
+							dynamic $New_Viewer
 							minut += 5
 							dildohand = 15
 							if pcs_ass > 15:
@@ -180,7 +141,7 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 								'You take the 15cm long dildo, and put it on the floor so you can ride it. After you slip it inside your ass you hump it carefully, making a nice show of it stretching your anus in the process. It kinda hurts.'
 								'When you put the dildo aside after a few minutes, you notice you received several donations during your little show.'
 							end
-							act'Further':gt 'komp','waitclients'
+							act'Further':gt 'camgirl','waitclients'
 						end
 					end
 				end
@@ -190,15 +151,8 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 							cls
 							mfcclients = 0
 							webpopular += rand(hotcat/2 -2,hotcat/2)
-							if webpopular < 15:
-								tokens += rand(40,55)
-							elseif webpopular >= 15 and webpopular < 35:
-								tokens += rand(40,100)
-							elseif webpopular >= 35 and webpopular < 75:
-								tokens += rand(100,150)
-							elseif webpopular >= 75:
-								tokens += rand(100,200)
-							end
+							dynamic $donate
+							dynamic $New_Viewer
 							minut += 5
 							dildohand = 20
 							if pcs_ass > 20:
@@ -225,7 +179,7 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 								'You take the 20cm long dildo, and put it on the floor so you can ride it. After you slip it inside your ass carefully, you begin to hump it. It''s too big to really be enjoyable, but the visitors demand a show and you do your best to show how it stretches your anus in the process.'
 								'When you put the dildo aside after a few minutes of fun, you notice you received several donations during your little show.'
 							end
-							act'Continue':gt 'komp','waitclients'
+							act'Continue':gt 'camgirl','waitclients'
 						end
 					end
 				end
@@ -235,15 +189,8 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 							cls
 							mfcclients = 0
 							webpopular += rand(hotcat/2 -2,hotcat/2)
-							if webpopular < 15:
-								tokens += rand(50,60)
-							elseif webpopular >= 15 and webpopular < 35:
-								tokens += rand(50,100)
-							elseif webpopular >= 35 and webpopular < 75:
-								tokens += rand(100,200)
-							elseif webpopular >= 75:
-								tokens += rand(100,300)
-							end
+							dynamic $donate
+							dynamic $New_Viewer
 							minut += 5
 							dildohand = 25
 							if pcs_ass > 25:
@@ -268,9 +215,9 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 								end
 							else
 								'You relax on your bed and lift your pelvis for easier access. After coating the dildo liberally with your saliva and rubbing some onto your anus too, you carefully shove the dildo inside you one bit at a time.'
-								'Once its whole length is inside you, you take a break and catch your breath. Damn, that thing is big! You wiggle your ass a little and carefully move the dildo a bit inside your rectum, but then decide you fulfilled the client''s request and quickly let it slide out again. Ow...'
+								'Once its whole length is inside you, you take a break and catch your breath. Damn, that thing is big! You wiggle your ass a little and carefully move the dildo a bit inside your rectum, but then decide you fulfilled the viewer''s request and quickly let it slide out again. Ow...'
 							end
-							act'Continue':gt 'komp','waitclients'
+							act'Continue':gt 'camgirl','waitclients'
 						end
 					end
 				end
@@ -280,15 +227,8 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 							cls
 							mfcclients = 0
 							webpopular += rand(hotcat/2 -2,hotcat/2)
-							if webpopular < 15:
-								tokens += rand(50,75)
-							elseif webpopular >= 15 and webpopular < 35:
-								tokens += rand(50,150)
-							elseif webpopular >= 35 and webpopular < 75:
-								tokens += rand(100,300)
-							elseif webpopular >= 75:
-								tokens += rand(300,500)
-							end
+							dynamic $donate
+							dynamic $New_Viewer
 							minut += 5
 							dildohand = 30
 							if pcs_ass > 30:
@@ -301,7 +241,7 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 							gs 'stat'
 							'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore28.jpg"></center>'
 							if pcs_ass > 30:
-								'You lie down on your back and throw your legs behind your head. Knowing you can take its size comfortably, you skewer yourself with the dildo. You moan eagerly while you fuck your ass with it for a while, giving your clients a nice show.'
+								'You lie down on your back and throw your legs behind your head. Knowing you can take its size comfortably, you skewer yourself with the dildo. You moan eagerly while you fuck your ass with it for a while, giving your viewers a nice show.'
 								if pcs_horny >= 100:
 									mfccum += 1
 									$orgasm_or = 'yes'
@@ -315,7 +255,7 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 								'You lie down on your back and throw your legs behind your head. You realize your ass isn''t quite used to taking anything this large in it and go slowly, carefully thrusting the dildo up your ass.'
 								'Even with lubrication it hurts, and a few minutes in you have to stop. Your client enjoyed your show regardless, and donated some tokens as promised.'
 							end
-							act'Continue':gt 'komp','waitclients'
+							act'Continue':gt 'camgirl','waitclients'
 						end
 					end
 				end
@@ -325,15 +265,8 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 							cls
 							mfcclients = 0
 							webpopular += rand(hotcat/2 -2,hotcat/2)
-							if webpopular < 15:
-								tokens += rand(75,100)
-							elseif webpopular >= 15 and webpopular < 35:
-								tokens += rand(100,300)
-							elseif webpopular >= 35 and webpopular < 75:
-								tokens += rand(100,500)
-							elseif webpopular >= 75:
-								tokens += rand(300,500)
-							end
+							dynamic $donate
+							dynamic $New_Viewer
 							minut += 5
 							dildohand = 35
 							if pcs_ass > 35:
@@ -360,7 +293,7 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 								'You roll to your side, looking at the enormous dildo for a second before you decide to shove it inside you. It''s too big, and even with a liberal coat of lubrication you barely manage to shove the head inside you.'
 								'It hurt a lot, but the client appreciated your struggle anyway and gives you some tokens.'
 							end
-							act'Continue':gt 'komp','waitclients'
+							act'Continue':gt 'camgirl','waitclients'
 						end
 					end
 				end
@@ -370,15 +303,8 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 							cls
 							mfcclients = 0
 							webpopular += rand(hotcat/2 -2,hotcat/2)
-							if webpopular < 15:
-								tokens += rand(100,150)
-							elseif webpopular >= 15 and webpopular < 35:
-							tokens += rand(100,300)
-							elseif webpopular >= 35 and webpopular < 75:
-								tokens += rand(300,500)
-							elseif webpopular >= 75:
-								tokens += rand(500,750)
-							end
+							dynamic $donate
+							dynamic $New_Viewer
 							minut += 5
 							dildohand = 40
 							if pcs_ass > 35:
@@ -407,14 +333,14 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 								'When you rub the head against your sphincter, you''re even more doubtful. This is not going to be a pleasant experience. Nevertheless, the customers demand it, so...'
 								'Despite your best efforts, you don''t manage to get much more than the head in. A few tears roll down your cheek while you desperately try to ignore the pain. When you give up, you see you got a fair few donations... apparently your viewers enjoy watching you suffer!'
 							end
-							act'Continue':gt 'komp','waitclients'
+							act'Continue':gt 'camgirl','waitclients'
 						end
 					end
 				end
-				act 'Can''t find suitable toy or you changed your mind':
+				act 'Can''t find a suitable toy or you changed your mind':
 					cls
 					webpopular -= 1
-					gt 'komp','waitclients'
+					gt 'camgirl','waitclients'
 				end
 			end
 			gs 'willpower', 'exhib', 'resist', 'hard'
@@ -424,27 +350,20 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 					webpopular -= 1
 					gs 'willpower', 'pay', 'resist'
 					gs 'stat'
-					gt 'komp','waitclients'
+					gt 'camgirl','waitclients'
 				end
 			else
 				act 'Ignore him (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 			end	
 		end
-	elseif pcs_vag > 0:
+	else
 		if mc_inventory['vibe'] = 1:
 			act 'Use your vibrator':
 				cls
 				mfcclients = 0
 				webpopular += rand(hotcat/2 -2,hotcat/2)
-				if webpopular < 15:
-					tokens += rand(25,50)
-				elseif webpopular >= 15 and webpopular < 35:
-					tokens += rand(50,100)
-				elseif webpopular >= 35 and webpopular < 75:
-					tokens += rand(50,150)
-				elseif webpopular >= 75:
-					tokens += rand(100,200)
-				end
+				dynamic $donate
+				dynamic $New_Viewer
 				minut += 5
 				dildohand = 10
 				if pcs_vag > 10:
@@ -469,7 +388,7 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 				else
 					'When you put the vibrator aside after a few minutes of fun, you notice you received several donations during your little show.'
 				end
-				act'Continue':gt 'komp','waitclients'
+				act'Continue':gt 'camgirl','waitclients'
 			end
 		end
 		if mc_inventory['dildo_small'] = 1:
@@ -477,15 +396,8 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 				cls
 				mfcclients = 0
 				webpopular += rand(hotcat/2 -2,hotcat/2)
-				if webpopular < 15:
-					tokens += rand(20,30)
-				elseif webpopular >= 15 and webpopular < 35:
-					tokens += rand(20,50)
-				elseif webpopular >= 35 and webpopular < 75:
-					tokens += rand(20,100)
-				elseif webpopular >= 75:
-					tokens += rand(50,100)
-				end
+				dynamic $donate
+				dynamic $New_Viewer
 				minut += 5
 				dildohand = 10
 				if pcs_vag < 10:
@@ -504,13 +416,13 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 				if pcs_horny >= 100:
 					mfccum += 1
 					$orgasm_or = 'yes'
-					$orgasm_txt = 'Feeling overwhelmed by the sudden sensations the dildo is giving you, you orgasm right in front of the camera. It''s only a short distance away from your sopping pussy, and all your clients get an excellent view on your pussy spasming and squeezing the dildo tightly.'
+					$orgasm_txt = 'Feeling overwhelmed by the sudden sensations the dildo is giving you, you orgasm right in front of the camera. It''s only a short distance away from your sopping pussy, and all your viewers get an excellent view on your pussy spasming and squeezing the dildo tightly.'
 					gs 'arousal', 'vaginal_dildo', -1, 'exhibitionism'
 					gs 'stat'
 				else
 					'When you put the dildo aside after a few minutes of fun, you notice you received several donations during your little show.'
 				end
-				act'Continue':gt 'komp','waitclients'
+				act'Continue':gt 'camgirl','waitclients'
 			end
 		end
 		if mc_inventory['dildo_normal'] = 1:
@@ -518,15 +430,8 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 				cls
 				mfcclients = 0
 				webpopular += rand(hotcat/2 -2,hotcat/2)
-				if webpopular < 15:
-					tokens += rand(25,35)
-				elseif webpopular >= 15 and webpopular < 35:
-					tokens += rand(35,50)
-				elseif webpopular >= 35 and webpopular < 75:
-					tokens += rand(50,75)
-				elseif webpopular >= 75:
-					tokens += rand(50,100)
-				end
+				dynamic $donate
+				dynamic $New_Viewer
 				minut += 5
 				dildohand = 15
 				if pcs_vag < 15:
@@ -541,7 +446,7 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 				if pcs_vag > 15:
 					'You take your medium dildo and roll onto your back, lifting your legs up in the air. The dildo fits inside your pussy easily, and you let out an eager moan when you begin to fuck yourself quite roughly with it.'
 				else
-					'You take your medium dildo and roll onto your back, lifting your legs up in the air. The dildo barely fits inside your pussy, and you''re feeling some discomfort when you begin to thrust it inside you. In a way it feels nice when you carefully fuck yourself with it, but at the same time you know your pussy is going to feel sore for a while. Your clients aren''t noticing much of your discomfort, and enthusiastically comment on how cute you look like this.'
+					'You take your medium dildo and roll onto your back, lifting your legs up in the air. The dildo barely fits inside your pussy, and you''re feeling some discomfort when you begin to thrust it inside you. In a way it feels nice when you carefully fuck yourself with it, but at the same time you know your pussy is going to feel sore for a while. Your viewers aren''t noticing much of your discomfort, and enthusiastically comment on how cute you look like this.'
 				end
 				if pcs_horny >= 100:
 					mfccum += 1
@@ -552,7 +457,7 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 				else
 					'When you put the dildo aside after a few minutes of fun, you notice you received several donations during your little show.'
 				end
-				act'Further':gt 'komp','waitclients'
+				act'Further':gt 'camgirl','waitclients'
 			end
 		end
 		if mc_inventory['dildo_big'] = 1:
@@ -560,15 +465,8 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 				cls
 				mfcclients = 0
 				webpopular += rand(hotcat/2 -2,hotcat/2)
-				if webpopular < 15:
-					tokens += rand(40,55)
-				elseif webpopular >= 15 and webpopular < 35:
-					tokens += rand(50,100)
-				elseif webpopular >= 35 and webpopular < 75:
-					tokens += rand(50,150)
-				elseif webpopular >= 75:
-					tokens += rand(50,200)
-				end
+				dynamic $donate
+				dynamic $New_Viewer
 				minut += 5
 				dildohand = 20
 				if pcs_vag < 20:
@@ -601,10 +499,10 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 						gs 'arousal', 'vaginal_dildo', -1, 'exhibitionism'
 						gs 'stat'
 					else
-						'Luckily the viewers can''t see your face, and you quickly wipe a tear away while you gently move inside you for a moment, until you realize you''ve done enough to meet the client''s request and quickly take it out of you.'
+						'Luckily the viewers can''t see your face, and you quickly wipe a tear away while you gently move inside you for a moment, until you realize you''ve done enough to meet the viewer''s request and quickly take it out of you.'
 					end
 				end
-				act'Continue':gt 'komp','waitclients'
+				act'Continue':gt 'camgirl','waitclients'
 			end
 		end
 		if mc_inventory['dildo_large'] = 1:
@@ -612,15 +510,8 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 				cls
 				mfcclients = 0
 				webpopular += rand(hotcat/2 -2,hotcat/2)
-				if webpopular < 15:
-					tokens += rand(50,60)
-				elseif webpopular >= 15 and webpopular < 35:
-					tokens += rand(50,150)
-				elseif webpopular >= 35 and webpopular < 75:
-					tokens += rand(100,250)
-				elseif webpopular >= 75:
-					tokens += rand(250,400)
-				end
+				dynamic $donate
+				dynamic $New_Viewer
 				minut += 5
 				dildohand = 25
 				if pcs_vag < 25:
@@ -645,7 +536,7 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 						'After a few minutes of thrusting the dildo inside you, your legs get tired. You decide to stop, and blow a sweet kiss to the camera. Your client lets you know that he is very satisfied with your performance, and that he''d love to take the dildo''s place one day.'
 					end
 				else
-					'You smile nervously when your customers tell you to use the 25cm dildo... that''s going to hurt! A lot! Your pussy isn''t used to accommodating objects that large... Nevertheless, the customer is king. You won''t get anywhere in this business if you don''t do what your clients want you to do.'
+					'You smile nervously when your customers tell you to use the 25cm dildo... that''s going to hurt! A lot! Your pussy isn''t used to accommodating objects that large... Nevertheless, the customer is king. You won''t get anywhere in this business if you don''t do what your viewers want you to do.'
 					'After some thought on what the best angle would be, you decide to put the camera on the ground and stand over it with your legs wide. The chat goes wild when you slide the head of the large dildo between your wet folds, and slowly attempt to work the rest in with a painful groan. Damn, maybe you should''ve said no...'
 					if pcs_horny >= 100:
 						mfccum += 1
@@ -657,7 +548,7 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 						'After a few minutes you have to stop; your poor pussy aches too much to continue! You try to give your viewers a sweet smile, but several of them point out the grimace on your face. You received some tips during your show regardless.'
 					end
 				end
-				act'Continue':gt 'komp','waitclients'
+				act'Continue':gt 'camgirl','waitclients'
 			end
 		end
 		if mc_inventory['dildo_huge'] = 1:
@@ -666,15 +557,8 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 					cls
 					mfcclients = 0
 					webpopular += rand(hotcat/2 -2,hotcat/2)
-					if webpopular < 15:
-						tokens += rand(50,75)
-					elseif webpopular >= 15 and webpopular < 35:
-						tokens += rand(75,100)
-					elseif webpopular >= 35 and webpopular < 75:
-						tokens += rand(100,250)
-					elseif webpopular >= 75:
-						tokens += rand(250,500)
-					end
+					dynamic $donate
+					dynamic $New_Viewer
 					minut += 5
 					dildohand = 30
 					if pcs_vag < 30:
@@ -688,19 +572,19 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 					'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore40.jpg"></center>'
 					if pcs_vag > 30:
 						'You smile to the camera as you take the huge dildo in your hand - it''s so large, you can''t even fully close your fingers around the shaft! You know your pussy will be able to handle it though, and your visitors will love it!'
-						'You rest the dildo on the bed and slowly lower yourself on top of it, making sure you mention the client''s name as you do.'
+						'You rest the dildo on the bed and slowly lower yourself on top of it, making sure you mention the viewer''s name as you do.'
 						if pcs_horny >= 100:
 							mfccum += 1
 							$orgasm_or = 'yes'
-							$orgasm_txt = 'You slowly ride the dildo, enjoying the fullness of it in your wet slit very much. You cum suddenly, moaning loudly while you have a large part of the dildo deep inside you. Your pussy gapes lewdly when your vaginal muscles squeeze out the intruder eventually, without you even really noticing it. Your clients must be taking screenshots of your gaping cunt, which is still quivering a bit from the orgasm you just had... this''ll definitely be a show to remember for them!'
+							$orgasm_txt = 'You slowly ride the dildo, enjoying the fullness of it in your wet slit very much. You cum suddenly, moaning loudly while you have a large part of the dildo deep inside you. Your pussy gapes lewdly when your vaginal muscles squeeze out the intruder eventually, without you even really noticing it. Your viewers must be taking screenshots of your gaping cunt, which is still quivering a bit from the orgasm you just had... this will definitely be a show to remember for them!'
 							gs 'arousal', 'vaginal_dildo', -1, 'exhibitionism'
 							gs 'stat'
 						else
 							'You ride the artificial phallus enthusiastically for a few minutes, and show off your gaping tunnel of a cunt to the camera once you take it out.'
 						end
 					else
-						'You smile nervously when your customers tell you to use the 25cm dildo... that''s going to hurt! A lot! Your pussy isn''t used to accommodating objects that large! Nevertheless, the customer is king. You won''t get anywhere in this business if you don''t do what your paying clients want you to do.'
-						'You rest the dildo on the bed and slowly lower yourself on top of it, making sure you mention the client''s name as you do. Biting your lip you try to stifle your moans of pain when you slowly feel it stretching you beyond your limits... damn, this thing is too big!'
+						'You smile nervously when your customers tell you to use the 25cm dildo... that''s going to hurt! A lot! Your pussy isn''t used to accommodate objects that large! Nevertheless, the customer is king. You won''t get anywhere in this business if you don''t do what your paying viewers want you to do.'
+						'You rest the dildo on the bed and slowly lower yourself on top of it, making sure you mention the viewer''s name as you do. Biting your lip you try to stifle your moans of pain when you slowly feel it stretching you beyond your limits... damn, this thing is too big!'
 						if pcs_horny >= 100:
 							mfccum += 1
 							$orgasm_or = 'yes'
@@ -711,7 +595,7 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 							'After a few minutes you have to stop; your poor pussy aches too much to continue! You try to give your viewers a sweet smile, but several of them point out the grimace on your face. You received some tips during your show regardless.'
 						end
 					end
-					act'Continue':gt 'komp','waitclients'
+					act'Continue':gt 'camgirl','waitclients'
 				end
 			end
 		end
@@ -721,15 +605,8 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 					cls
 					mfcclients = 0
 					webpopular += rand(hotcat/2 -2,hotcat/2)
-					if webpopular < 15:
-						tokens += rand(75,100)
-					elseif webpopular >= 15 and webpopular < 35:
-						tokens += rand(100,250)
-					elseif webpopular >= 35 and webpopular < 75:
-						tokens += rand(200,450)
-					elseif webpopular >= 75:
-						tokens += rand(350,750)
-					end
+					dynamic $donate
+					dynamic $New_Viewer
 					minut += 5
 					dildohand = 35
 					if pcs_vag < 30:
@@ -767,7 +644,7 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 							'You decide to give it all you have and ride the dildo carefully, but stop after a few minutes when the friction of the dildo against your vaginal walls becomes too much to bear. Damn, that''s going to feel sore for a while...'
 						end
 					end
-					act'Continue':gt 'komp','waitclients'
+					act'Continue':gt 'camgirl','waitclients'
 				end
 			end
 		end
@@ -777,15 +654,8 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 					cls
 					mfcclients = 0
 					webpopular += 2
-					if webpopular < 15:
-						tokens += rand(100,150)
-					elseif webpopular >= 15 and webpopular < 35:
-						tokens += rand(150,450)
-					elseif webpopular >= 35 and webpopular < 75:
-						tokens += rand(350,750)
-					elseif webpopular >= 75:
-						tokens += rand(500,750)
-					end
+					dynamic $donate
+					dynamic $New_Viewer
 					minut += 5
 					dildohand = 40
 					if pcs_vag < 35:
@@ -798,7 +668,7 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 					gs 'stat'
 					if pcs_vag > 35:
 						'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore42.jpg"></center>'
-						'"You know what? I can do better!" you smile lewdly, when your client tells you to use the biggest dildo you have. You grab two smaller ones and show them to the camera. Combined, they''re definitely larger than the biggest dildo you have.'
+						'"You know what? I can do better!" you smile lewdly when your client tells you to use the biggest dildo you have. You grab two smaller ones and show them to the camera. Combined, they''re definitely larger than the biggest dildo you have.'
 						'Not giving the chat any chance to influence your decision, you immediately guide the both of them inside you and ride them expertly. They definitely fill you up, but not to the point where it becomes uncomfortable.'
 						if pcs_horny >= 100:
 							mfccum += 1
@@ -808,7 +678,7 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 							gs 'stat'
 						else
 							'Then you realize: "How am I fucking myself with two dildos at once!?"'
-							'The dildos feel very pleasant inside you, even though they can''t bring you to an orgasm. You squirm in ecstacy, carefully humping the two dildos while your chat makes all sorts of lewd comments about you.'
+							'The dildos feel very pleasant inside you, even though they can''t bring you to an orgasm. You squirm in ecstasy, carefully humping the two dildos while your chat makes all sorts of lewd comments about you.'
 						end
 					else
 						'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore43.jpg"></center>'
@@ -822,18 +692,18 @@ if mc_inventory['vibe'] = 1 or mc_inventory['dildo_small'] = 1 or mc_inventory['
 							gs 'arousal', 'vaginal_dildo', -1, 'exhibitionism'
 							gs 'stat'
 						else
-							'fter a few minutes you have to stop; your poor pussy aches too much to continue! You try to give your viewers a sweet smile, but several of them point out the grimace on your face. You received some tips during your show regardless.'
+							'after a few minutes, you have to stop; your poor pussy aches too much to continue! You try to give your viewers a sweet smile, but several of them point out the grimace on your face. You received some tips during your show regardless.'
 						end
 
 					end
-					act'Continue':gt 'komp','waitclients'
+					act'Continue':gt 'camgirl','waitclients'
 				end
 			end
 		end
-		act 'Can''t find suitable toy or you changed your mind':
+		act 'Can''t find a suitable toy or you changed your mind':
 			cls
 			webpopular -= 1
-			gt 'komp','waitclients'
+			gt 'camgirl','waitclients'
 		end
 	end
 else
@@ -849,21 +719,14 @@ else
 			webpopular += rand(hotcat/2 -2,hotcat/2)
 			minut += 5
 			pcs_horny += rand(10,15)
-			if webpopular < 15:
-				tokens += rand(25,50)
-			elseif webpopular >= 15 and webpopular < 35:
-				tokens += rand(25,75)
-			elseif webpopular >= 35 and webpopular < 75:
-				tokens += rand(50,100)
-			elseif webpopular >= 75:
-				tokens += rand(100,150)
-			end
+			dynamic $donate
+			dynamic $New_Viewer
 			pcs_ass += 1
 			gs 'stat'
 			if pcs_ass < 10:
 				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore32.jpg"></center>'
 				'You''re still a virgin! He''ll probably like it if you finger your ass instead...'
-				'Without saying a word you turn your ass to the camera, and lick your finger before slowly working it past your tight sphincter. When your entire finger is inside you, you slowly begin to fuck your ass with it.'
+				'Without saying a word you turn your ass to the camera and lick your finger before slowly working it past your tight sphincter. When your entire finger is inside you, you slowly begin to fuck your ass with it.'
 				if pcs_horny >= 100:
 					mfccum += 1
 					$orgasm_or = 'yes'
@@ -876,7 +739,7 @@ else
 			elseif pcs_ass >= 10 and pcs_ass < 15:
 				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore45.jpg"></center>'
 				'You''re still a virgin! He''ll probably like it if you finger your ass instead...'
-				'Without saying a word you turn your ass to the camera, and lick your fingers before slowly working one in past your tight sphincter. Then you add a second! With the two fingers inside you, you slowly begin to move your hand back and forth, slowly fucking your ass with them.'
+				'Without saying a word you turn your ass to the camera and lick your fingers before slowly working one in past your tight sphincter. Then you add a second! With the two fingers inside you, you gradually begin to move your hand back and forth, slowly fucking your ass with them.'
 				if pcs_horny >= 100:
 					mfccum += 1
 					$orgasm_or = 'yes'
@@ -884,12 +747,12 @@ else
 					gs 'arousal', 'anal_finger', -1, 'exhibitionism'
 					gs 'stat'
 				else
-					'Your client can tell you''re not very experienced having things up your ass yet, and enjoys you fingering yourself. He quickly donates some tokens as promised, and you thrust your fingers in a few more times before returning to your chair with a tinge of regret. That actually felt nice, but there''s money to be made...'
+					'Your client can tell you''re not very experienced having things up your ass yet and enjoys you fingering yourself. He quickly donates some tokens as promised, and you thrust your fingers in a few more times before returning to your chair with a tinge of regret. That actually felt nice, but there''s money to be made...'
 				end
 			elseif pcs_ass >= 15 and pcs_ass < 25:
 				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore46.jpg"></center>'
 				'You''re still a virgin! He''ll probably like it if you finger your ass instead...'
-				'Without saying a word you turn your ass to the camera, and lick your fingers before slowly working one in past your tight sphincter. Then you add a second! And a third! With the three fingers firmly inside you, you slowly begin to move your hand back and forth, slowly fucking your ass with them.'
+				'Without saying a word you turn your ass to the camera and lick your fingers before slowly working one in past your tight sphincter. Then you add a second! And a third! With the three fingers firmly inside you, you slowly begin to move your hand back and forth, slowly fucking your ass with them.'
 				if pcs_horny >= 100:
 					mfccum += 1
 					$orgasm_or = 'yes'
@@ -902,8 +765,8 @@ else
 			elseif pcs_ass >= 25 and pcs_ass < 35:
 				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore47.jpg"></center>'
 				'You''re still a virgin! He''ll probably like it if you finger your ass instead...'
-				'Without saying a word you turn your ass to the camera, and lick your fingers before slowly working one in past your tight sphincter. Then you add a second! And a third! And even a fourth!'
-				'With four fingers firmly inside you, you slowly begin to move your hand back and forth, slowly fucking your ass with them. It''s only a matter of time before your whole hand will fit in now, they''re going to love that!'
+				'Without saying a word you turn your ass to the camera and lick your fingers before slowly working one in past your tight sphincter. Then you add a second! And a third! And even a fourth!'
+				'With four fingers firmly inside you, you slowly begin to move your hand back and forth, fucking your ass with them. It''s only a matter of time before your whole hand will fit in now, they''re going to love that!'
 				if pcs_horny >= 100:
 					mfccum += 1
 					$orgasm_or = 'yes'
@@ -916,7 +779,7 @@ else
 			elseif pcs_ass >= 35:
 				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore48.jpg"></center>'
 				'You''re still a virgin! He''ll probably like it if you finger your ass instead...'
-				'Without saying a word you turn your ass to the camera, and lick your fingers before slowly working one in past your tight sphincter. Then you add a second! And a third! And even a fourth! The chat explodes when you work your thumb in too, and even manage to go in a bit further. That''s right... you''re practically fisting yourself, in front of an audience!'
+				'Without saying a word you turn your ass to the camera and lick your fingers before slowly working one in past your tight sphincter. Then you add a second! And a third! And even a fourth! The chat explodes when you work your thumb in too, and even manage to go in a bit further. That''s right... you''re practically fisting yourself, in front of an audience!'
 				if pcs_horny >= 100:
 					mfccum += 1
 					$orgasm_or = 'yes'
@@ -924,10 +787,10 @@ else
 					gs 'arousal', 'anal_fist', -1, 'exhibitionism'
 					gs 'stat'
 				else
-					'Your viewers are absolutely ecstatic, and are extremely impressed with the ease at which you take large objects (such as your hand) in your ass. A few of them donate some tokens, hoping you''ll use their money to buy the biggest dildo you can find.'
+					'Your viewers are absolutely ecstatic and are extremely impressed with the ease at which you take large objects (such as your hand) in your ass. A few of them donate some tokens, hoping you''ll use their money to buy the biggest dildo you can find.'
 				end
 			end
-			act'Continue':gt 'komp','waitclients'
+			act'Continue':gt 'camgirl','waitclients'
 		end
 		act 'Improvise':
 			cls
@@ -935,15 +798,8 @@ else
 			webpopular += rand(hotcat/2 -2,hotcat/2)
 			minut += 5
 			pcs_horny += rand(10,15)
-			if webpopular < 15:
-				tokens += rand(25,50)
-			elseif webpopular >= 15 and webpopular < 35:
-				tokens += rand(25,75)
-			elseif webpopular >= 35 and webpopular < 75:
-				tokens += rand(50,100)
-			elseif webpopular >= 75:
-				tokens += rand(100,150)
-			end
+			dynamic $donate
+			dynamic $New_Viewer
 			pcs_ass += 1
 			gs 'stat'
 			if pcs_ass < 10:
@@ -959,23 +815,23 @@ else
 				else
 					'Fucking yourself with the brush feels nice, but you knew from the start you weren''t going to orgasm like this. After a while, when you feel you earned all the donations you''re going to get out of this, you put the hair brush away with a smile and get back to chatting with your viewers.'
 				end
-				act'Continue':gt 'komp','waitclients'
+				act'Continue':gt 'camgirl','waitclients'
 			elseif pcs_ass >= 10 and pcs_ass < 15:
 				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore50.jpg"></center>'
-				'You quickly look around you, trying to find something you can stick up your ass to make the viewer happy. How about those sharpies?'
-				'"How many do you think I can take, guys?" you smile at the camera, while you show a fistful of sharpies to the camera. "Bonus points to who gets it right!"'
+				'You quickly look around you, trying to find something you can stick up your ass to make the viewer happy. How about those Sharpies?'
+				'"How many do you think I can take, guys?" you smile at the camera, while you show a fistful of Sharpies to the camera. "Bonus points to who gets it right!"'
 				'You''re not that experienced with taking things up your ass yet, but can''t help but laugh at the visitors typing: "ALL OF THEM!!!11"'
 				'Even though you give it your best shot, you have to yield at 3. For now... this could be fun as a recurring challenge!'
 				if pcs_horny >= 100:
 					mfccum += 1
 					$orgasm_or = 'yes'
-					$orgasm_txt = 'You were already quite horny, and the extra sensation of your anus being stretched by those sharpies puts you over the edge. You rub your clit without even really realizing it, and gasp in surprise when an orgasm suddenly hits you!<br>Your ass squeezes out the sharpies one by one from the spasms, while the chat is singing your praises. They all love a girl that can orgasm from anal sex...'
+					$orgasm_txt = 'You were already quite horny, and the extra sensation of your anus being stretched by those Sharpies puts you over the edge. You rub your clit without even really realizing it, and gasp in surprise when an orgasm suddenly hits you!<br>Your ass squeezes out the sharpies one by one from the spasms, while the chat is singing your praises. They all love a girl that can orgasm from anal sex...'
 					gs 'arousal', 'anal_dildo', -1, 'exhibitionism'
 					gs 'stat'
 				else
 					'The sharpies stretch your anus nicely, but you''re not horny enough to orgasm from this. You make an effort of trying to add a fourth in front of the camera, but take them out and return to your seat once you think you won''t get any more donations.'
 				end
-				act'Continue':gt 'komp','waitclients'
+				act'Continue':gt 'camgirl','waitclients'
 			elseif pcs_ass >= 15 and pcs_ass < 25:
 				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore51.jpg"></center>'
 				'You quickly look around you, trying to find something you can stick up your ass to make the viewer happy. How about that remote?'
@@ -989,7 +845,7 @@ else
 				else
 					'The remote stretches your anus nicely, but you''re not horny enough to orgasm from this. You make an effort of fucking yourself with it in front of the camera, but take it out and return to your seat once you think you won''t get any more donations.'
 				end
-				act'Continue':gt 'komp','waitclients'
+				act'Continue':gt 'camgirl','waitclients'
 			elseif pcs_ass >= 25 and pcs_ass < 35:
 				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore52.jpg"></center>'
 				'You quickly look around you, trying to find something you can stick up your ass to make the viewer happy. Then you ponder: "How about the phone in the hallway?"'
@@ -1003,11 +859,11 @@ else
 				else
 					'The phone stretches your anus nicely, but you''re not horny enough to orgasm from this. You make an effort of fucking yourself with it in front of the camera, but take it out and return to your seat once you think you won''t get any more donations. You smile to yourself, hoping you''ll remember to clean it before you make a phone call...'
 				end
-				act'Continue':gt 'komp','waitclients'
+				act'Continue':gt 'camgirl','waitclients'
 			elseif pcs_ass >= 35:
 				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore53.jpg"></center>'
 				'You quickly look around you, trying to find something you can stick up your ass to make the viewer happy. What would your fans want to see inside your ass today... how about that spray can of hairspray?'
-				'With a lewd smile on your face you pretend to stroke the can for a moment, while you tell your viewers: "Pretend that this is your cock, right now..."'
+				'With a lewd smile on your face, you pretend to stroke the can for a moment, while you tell your viewers: "Pretend that this is your cock, right now..."'
 				'Then you guide it to your anus and penetrate yourself with it, moaning lewdly while you thrust it in deeper and deeper.'
 				if pcs_horny >= 100:
 					mfccum += 1
@@ -1018,7 +874,7 @@ else
 				else
 					'You masturbate furiously while you slowly fuck yourself with the canister, much to the enthusiasm of your chat. They''re all encouraging you by now, and cheer amongst themselves when they see you fake an orgasm on their screens. Several of them donate some tokens to you. You didn''t actually orgasm, but you know what your viewers want to see!'
 				end
-				act'Continue':gt 'komp','waitclients'
+				act'Continue':gt 'camgirl','waitclients'
 			end
 		end
 		gs 'willpower', 'exhib', 'resist', 'hard'
@@ -1028,7 +884,7 @@ else
 				webpopular -= 1
 				gs 'willpower', 'pay', 'resist'
 				gs 'stat'
-				gt 'komp','waitclients'
+				gt 'camgirl','waitclients'
 			end
 		else
 			act 'Ignore him (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -1040,15 +896,8 @@ else
 			webpopular += rand(hotcat/2 -2,hotcat/2)
 			minut += 5
 			pcs_horny += rand(15,30)
-			if webpopular < 15:
-				tokens += rand(25,50)
-			elseif webpopular >= 15 and webpopular < 35:
-				tokens += rand(25,75)
-			elseif webpopular >= 35 and webpopular < 75:
-				tokens += rand(50,100)
-			elseif webpopular >= 75:
-				tokens += rand(100,150)
-			end
+			dynamic $donate
+			dynamic $New_Viewer
 			if pcs_vag >= 15:
 				pcs_vag += 1
 			end
@@ -1066,7 +915,7 @@ else
 				else
 					'After you please yourself for a while, you realize you could probably get more tokens out of your viewers by not cumming just yet. You carefully remove your hand with an apologetic smile, hoping some of them will get the hint and donate more.'
 				end
-				act'Continue':gt 'komp','waitclients'
+				act'Continue':gt 'camgirl','waitclients'
 			elseif pcs_vag >= 25 and pcs_ass >= 25:
 				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore44.jpg"></center>'
 				'"I''d rather be riding your dick right now, but since you''re not here..." you tell the viewer, guiding your hand to your snatch while you wink at the camera.'
@@ -1080,7 +929,7 @@ else
 				else
 					'After you please yourself for a while, you realize you could probably get more tokens out of your viewers by not cumming just yet. You carefully remove your hands with an apologetic smile, hoping some of them will get the hint and donate more.'
 				end
-				act'Continue':gt 'komp','waitclients'
+				act'Continue':gt 'camgirl','waitclients'
 			elseif pcs_vag > 15 and pcs_vag < 25:
 				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore34.jpg"></center>'
 				'"I''d rather be riding your dick right now, but since you''re not here..." you tell the viewer, guiding your hand to your snatch while you wink at the camera.'
@@ -1094,7 +943,7 @@ else
 				else
 					'You stimulate yourself for a few minutes, nearly forgetting about the camera pointed at you. While you gain your breath you blow a kiss at the camera, and let the person who posted the request know that was just for him. He readily donates some extra tokens, appreciating the personal touch.'
 				end
-				act'Continue':gt 'komp','waitclients'
+				act'Continue':gt 'camgirl','waitclients'
 			elseif pcs_vag <= 15:
 				'<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore35.jpg"></center>'
 				'"I''d rather be riding your dick right now, but since you''re not here..." you tell the viewer, guiding your hand to your snatch while you wink at the camera.'
@@ -1108,7 +957,7 @@ else
 				else
 					'You stimulate yourself for a few minutes, nearly forgetting about the camera pointed at you. While you gain your breath you blow a kiss at the camera, and let the person who posted the request know that was just for him. He readily donates some extra tokens, appreciating the personal touch.'
 				end
-				act'Continue':gt 'komp','waitclients'
+				act'Continue':gt 'camgirl','waitclients'
 			end
 		end
 	end