Browse Source

Variables - uninitialized, misspelt
Unused Code

Wonder Dog 8 years ago
parent
commit
fff23f4722

BIN
glife.txt


+ 1 - 1
locations/BDSM_Club

@@ -13,7 +13,7 @@ if $ARGS[0] = 'Hos':
 	gs 'stat'
 	'<center><img src="images/BDSM_Club/Hosjaika.jpg"></center>'
 	'After a few visits to the Hostess you are a little closer together. Looking to her one evening, you catch her a little tipsy. Instead of already familiar perversions, you just sit in the kitchen and drink wine, talking about life. In conversation, the Hostess mentions what-the BDSM club. Becomes interesting, you are the Hostess poured glass after glass and slowly pull the details from it. Turns, the city has an elite BDSM-club, and the missus is in it. After much persuasion, she gives you a business card – a piece of cardboard with three-dimensional logo without inscriptions, and explains how to get into the Club.'
-	act 'Escape':gt'street'
+	act 'Escape':gt 'street'
 end
 
 if $ARGS[0] = 'start':

+ 57 - 57
locations/Komp

@@ -84,7 +84,7 @@ if $ARGS[0] = 'brows':
 		'You need to fill up online.'
 	end
 
-	act '<B>Quit your browser</B>':gt'Komp','start'
+	act '<B>Quit your browser</B>':gt 'Komp','start'
 end
 
 if $ARGS[0] = 'sale':
@@ -528,18 +528,18 @@ if $ARGS[0] = 'rabota':
 				gs 'stat'
 				'<center><img src="images/camwhore/camwhore2.jpg"></center>'
 				'Go to the website, you have registered yourself on it as a model. Ten minutes later, the questionnaire had already been approved and you can now earn money web model'
-				act 'Finish':gt'Komp','brows'
+				act 'Finish':gt 'Komp','brows'
 			end
-			act 'Return':gt'Komp','brows'
+			act 'Return':gt 'Komp','brows'
 		end
 
-		if hour < 20 and hour > 7:act 'Search More':gt'Komp','rabota'
-		act '<B>Finish</B>':gt'Komp','brows'
+		if hour < 20 and hour > 7:act 'Search More':gt 'Komp','rabota'
+		act '<B>Finish</B>':gt 'Komp','brows'
 	else
 		'We did not find anything suitable.'
 
-		if hour < 20 and hour > 7:act 'Search More':gt'Komp','rabota'
-		act '<B>Finish</B>':gt'Komp','brows'
+		if hour < 20 and hour > 7:act 'Search More':gt 'Komp','rabota'
+		act '<B>Finish</B>':gt 'Komp','brows'
 	end
 end
 
@@ -557,7 +557,7 @@ if $ARGS[0] = 'kursak':
 	'<center><img src="images/pics/komp/kursak.jpg"></center>'
 	'You were an hour over the course work and prepare it on <<kursovik>>%.'
 
-	act '<B>Finish</B>':gt'Komp','start'
+	act '<B>Finish</B>':gt 'Komp','start'
 end
 
 if $ARGS[0] = 'agent':
@@ -568,7 +568,7 @@ if $ARGS[0] = 'agent':
 	internetM += 60
 	elektro += 3
 	internet -= 1
-	gs'stat'
+	gs 'stat'
 	'<center><b>CAit estate agency</b></center>'
 	'<center><img src="images/pics/komp/agent.jpg"></center>'
 	'You are logged in estate agency.'
@@ -583,10 +583,10 @@ if $ARGS[0] = 'agent':
 			BuyHous = 2
 			ArendHouseSL += 30
 			'You get easy to rent an apartment in a residential area on the 30 days. Now you <B><<ArendHouseSL>> days</B> rental.'
-			act '<B>Finish</B>':gt'Komp','start'
+			act '<B>Finish</B>':gt 'Komp','start'
 		end
 	end
-	act '<B>Finish</B>':gt'Komp','brows'
+	act '<B>Finish</B>':gt 'Komp','brows'
 end
 
 if $ARGS[0] = 'fin':
@@ -595,16 +595,16 @@ end
 
 if $ARGS[0] = 'mfc':
 	if sisterHere = 0:
-		act'Go to your mfc startpage':
+		act 'Go to your mfc startpage':
 			cls
 			minut += 2
 			gs 'stat'
 			'<center><img src="images/camwhore/camwhore3.jpg"></center>'
 			'You walked to your room on the website. At the moment you  <<camclients>> visitors.'
 
-			act 'Further':gt'komp','startpagemfc'
+			act 'Further':gt 'komp','startpagemfc'
 		end
-		act'Close tab':
+		act 'Close tab':
 			cls
 			minut += 2
 			topmfc = 1
@@ -612,7 +612,7 @@ if $ARGS[0] = 'mfc':
 			tokens = 0
 			camclients = 0
 			gs 'stat'
-			gt'Komp','brows'
+			gt 'Komp','brows'
 		end
 	elseif sisterHere > 0:
 		cls
@@ -624,7 +624,7 @@ if $ARGS[0] = 'mfc':
 		gs 'stat'
 		'<center><img src="images/camwhore/camwhore2.jpg"></center>'
 		'You are not alone in the room.'
-		act 'Close tab':gt'Komp','brows'
+		act 'Close tab':gt 'Komp','brows'
 	elseif mesec > 0:
 		cls
 		minut += 2
@@ -635,7 +635,7 @@ if $ARGS[0] = 'mfc':
 		gs 'stat'
 		'<center><img src="images/camwhore/camwhore2.jpg"></center>'
 		'You month, but because you have too unwell for the show  - sick, stomach hurts, dizzy, generally, not the best time to earn your money body...'
-		act 'Close tab':gt'Komp','brows'
+		act 'Close tab':gt 'Komp','brows'
 	end
 end
 
@@ -646,17 +646,17 @@ if $ARGS[0] = 'startpagemfc':
 		'You feel bad too, to put on a show.'
 		act 'Close tab':
 			karta += tokens/2
-			gt'Komp','mfc'
+			gt 'Komp','mfc'
 		end
 	else
 		cls
 		gs 'stat'
 		'<center><img src="images/camwhore/camwhore3.jpg"></center>'
 		'In your room  <<camclients>> visitors.'
-		act'To enable the webcam':gt'komp','waitclients'
-		act'Logout':
+		act 'To enable the webcam':gt 'komp','waitclients'
+		act 'Logout':
 			karta += tokens/2
-			gt'Komp','mfc'
+			gt 'Komp','mfc'
 		end
 	end
 end
@@ -807,7 +807,7 @@ if $ARGS[0] = 'waitclients':
 			end
 	 	end
 	end
-	gs'stat'
+	gs 'stat'
 
 	if topmfc = 1 and backmfc = 1:
 		'<center><img src="images/camwhore/camwhore3.jpg"></center>'
@@ -825,7 +825,7 @@ if $ARGS[0] = 'waitclients':
 	'In your room  <<camclients>> visitors.'
 	'You have <<tokens>> tokens.'
 
-	act'Wait for visitors':gt'komp','waitclients'
+	act 'Wait for visitors':gt 'komp','waitclients'
 
 	if topmfc = 1 and clientask >= 98:
 		cls
@@ -851,12 +851,12 @@ if $ARGS[0] = 'waitclients':
 			'<center><img src="images/camwhore/camwhore7.jpg"></center>'
 			'You stood up and so, so the camera could see better Breasts, slowly removed her bra, what immediately got the tokens.'
 
-			act'Further':gt'Komp','waitclients'
+			act 'Further':gt 'Komp','waitclients'
 		end
 		act 'Ignore':
 			cls
 			webpopular -= 1
-			gt'Komp','waitclients'
+			gt 'Komp','waitclients'
 		end
 	end
 	if backmfc = 1 and clientask >= 96 and clientask < 98:
@@ -881,12 +881,12 @@ if $ARGS[0] = 'waitclients':
 
 			'<center><img src="images/camwhore/camwhore8.jpg"></center>'
 			'You slowly pulled off her panties, then briefly brought the camera, giving a better look at her pussy.'
-			act'Further':gt'Komp','waitclients'
+			act 'Further':gt 'Komp','waitclients'
 		end
 		act 'Ignore':
 			cls
 			webpopular -= 1
-			gt'Komp','waitclients'
+			gt 'Komp','waitclients'
 		end
 	end
 	if topmfc = 0 and clientask >= 94 and clientask < 96:
@@ -918,12 +918,12 @@ if $ARGS[0] = 'waitclients':
 				gs 'stat'
 				'But the excitement is so great, what you are not able to sustain them, but because capacete hand between her legs and then cum.'
 			end
-			act'Further':gt'Komp','waitclients'
+			act 'Further':gt 'Komp','waitclients'
 		end
 		act 'Ignore':
 			cls
 			webpopular -= 1
-			gt'Komp','waitclients'
+			gt 'Komp','waitclients'
 		end
 	end
 	if backmfc = 0 and clientask = 93:
@@ -954,12 +954,12 @@ if $ARGS[0] = 'waitclients':
 				gs 'stat'
 				'In the process you yourself on notice, as the approaching wave of orgasm, but because roughly cum.'
 			end
-			act'Further':gt'Komp','waitclients'
+			act 'Further':gt 'Komp','waitclients'
 		end
 		act 'Ignore':
 			cls
 			webpopular -= 1
-			gt'Komp','waitclients'
+			gt 'Komp','waitclients'
 		end
 	end
 	if backmfc = 0 and clientask = 92:
@@ -1001,12 +1001,12 @@ if $ARGS[0] = 'waitclients':
 				'<center><img src="images/camwhore/camwhore17.jpg"></center>'
 			end
 			'You do a request to the client for the coveted tokens.'
-			act'Further':gt'Komp','waitclients'
+			act 'Further':gt 'Komp','waitclients'
 		end
 		act 'Ignore':
 			cls
 			webpopular -= 1
-			gt'Komp','waitclients'
+			gt 'Komp','waitclients'
 		end
 	end
 	if backmfc = 0 and anus >= 30 and webpopular >= 50 and clientask = 91:
@@ -1049,72 +1049,72 @@ if $ARGS[0] = 'waitclients':
 				'You get up from the bed and bending the knees a little, squat down in front of the door, throwing his hands behind his head.'
 				'Your ass is butt plug, so you try not to overdo it, so she jumped...'
 			end
-			act'Further':gt'Komp','waitclients'
+			act 'Further':gt 'Komp','waitclients'
 		end
 		act 'Ignore':
 			cls
-			gt'Komp','waitclients'
+			gt 'Komp','waitclients'
 		end
 	end
 
 	if webpopular >= 15 and anus >= 15 and clientask = 89:
 		cls
-		gt'kompMFCtwo'
+		gt 'kompMFCtwo'
 	end
 
 	if webpopular < 50 and clientask = 88:
 		cls
-		gt'kompMFCtwo'
+		gt 'kompMFCtwo'
 	end
 
 	if webpopular >= 50 and vagina >= 35 and clientask = 87:
 		cls
-		gt'kompMFCtwo'
+		gt 'kompMFCtwo'
 	end
 
 	if webpopular >= 35 and vagina >= 25 and alko >= 8 and clientask = 86:
 		cls
-		gt'kompMFCtwo'
+		gt 'kompMFCtwo'
 	end
 
 	if webpopular >= 50 and vagina > 0 and anus > 0 and alko >= 8 and sub > 50 and clientask = 85:
 		cls
-		gt'kompMFCtwo'
+		gt 'kompMFCtwo'
 	end
 
 	if backmfc = 0 and webpopular >= 25 and vagina >= 30 and anus >= 30 and alko >= 8 and clientask = 84:
 		cls
-		gt'kompMFCtwo'
+		gt 'kompMFCtwo'
 	end
 
 	if backmfc = 0 and vagina > 20 and clientask = 83:
 		cls
-		gt'kompMFCtwo'
+		gt 'kompMFCtwo'
 	end
 
 	if webpopular > 25 and backmfc = 0 and sub > 25 and vagina > 10 and prezik > 0 and clientask = 82:
 		cls
-		gt'kompMFCtwo'
+		gt 'kompMFCtwo'
 	end
 
 	if backmfc = 0 and webpopular >= 50 and anus > 25 and clientask = 81:
 		cls
-		gt'kompMFCtwo'
+		gt 'kompMFCtwo'
 	end
 
 	if backmfc = 0 and webpopular >= 50 and anus > 10 and vagina > 10 and sub > 50 and alko >= 6 and clientask = 80:
 		cls
-		gt'kompMFCtwo'
+		gt 'kompMFCtwo'
 	end
 
 	if backmfc = 0 and clientask = 90:
 		cls
 		'One of the visitors asked, do you have a vibrator or Dildo...'
-		gt'kompMFC'
+		gt 'kompMFC'
 	end
 
 	if topmfc = 1 and clientask < 80:
-		act'To remove a bra':
+		act 'To remove a bra':
 			cls
 			minut += 2
 			topmfc = 0
@@ -1128,12 +1128,12 @@ if $ARGS[0] = 'waitclients':
 				'<center><img src="images/camwhore/camwhore5.jpg"></center>'
 			end
 			'You slowly, on the camera I take off my bra, Stripping his young maiden breast.'
-			act'Further':gt'Komp','waitclients'
+			act 'Further':gt 'Komp','waitclients'
 		end
 	end
 
 	if topmfc = 0 and clientask < 80:
-		act'Play around with the chest':
+		act 'Play around with the chest':
 			cls
 			if webpopular < 15:
 				camclients += RAND(3,6)
@@ -1168,12 +1168,12 @@ if $ARGS[0] = 'waitclients':
 				gs 'stat'
 				'But, It seems, you have not calculated your endurance, and therefore, unable to resist, run a hand between her legs and cumming in front of  <<camclients>> users completely free of charge.'
 			end
-			act'Further':gt'Komp','waitclients'
+			act 'Further':gt 'Komp','waitclients'
 		end
 	end
 
 	if backmfc = 1 and clientask < 80:
-		act'Remove panties':
+		act 'Remove panties':
 			cls
 			minut += 2
 			backmfc = 0
@@ -1186,11 +1186,11 @@ if $ARGS[0] = 'waitclients':
 				'<center><img src="images/camwhore/camwhore6.jpg"></center>'
 			end
 			'You slowly, on camera, panties came off, exposing my crotch.'
-			act'Further':gt'Komp','waitclients'
+			act 'Further':gt 'Komp','waitclients'
 		end
 	end
 	if backmfc = 0 and clientask < 80:
-		act'Play with the pussy':
+		act 'Play with the pussy':
 			cls
 			if webpopular < 15:
 				camclients += RAND(5,10)
@@ -1219,12 +1219,12 @@ if $ARGS[0] = 'waitclients':
 				gs 'stat'
 				'But, It seems, you have not calculated your endurance, Wherefore came before  <<camclients>> users completely free of charge.'
 			end
-			act'Further':gt'Komp','waitclients'
+			act 'Further':gt 'Komp','waitclients'
 		end
 	end
-	gs'family'
+	gs 'family'
 	if sisterHere = 0:
-		act'To turn off the webcam':gt'Komp','startpagemfc'
+		act 'To turn off the webcam':gt 'Komp','startpagemfc'
 	elseif sisterHere > 0:
 		cls
 		topmfc = 1
@@ -1234,7 +1234,7 @@ if $ARGS[0] = 'waitclients':
 		'<center><img src="images/camwhore/camwhore2.jpg"></center>'
 		'Suddenly you hear, how clacking handle locked doors, and a moment later you hear persistent  "Light, let me in!"'
 		'It seems, the show is over for today, so you start frantically to freshen up...'
-		act 'Further':gt'Komp','mfc'
+		act 'Further':gt 'Komp','mfc'
 	end
 end
 

+ 1 - 0
locations/Mall

@@ -8,6 +8,7 @@ gs 'stat'
 '<center><img src="images/etogame/rinok.jpg"></center>'
 'Bustling market, you can buy in the market place to buy clothes or for 30,000 rubles and receive income from the outlet, but for the purchase and delivery of course need to have a car. You can trade yourself or hire a saleswoman.'
 
+! WD: Vars never Initialised ~ '$marka', 'benzin'
 if car = 0:
 	money -= 20
 	'You get on the shuttle bus and pay the fare of 20 rubles.'

+ 4 - 0
locations/_menu_automatica

@@ -1,5 +1,9 @@
 # $menu_automatica
+! WD: Location never called
+
+! WD: Missing location
 gs 'automatics'
+! WD: Vars never Initialised ~ '$automatica'
 dynamic $automatica
 
 --- $menu_automatica ---------------------------------

+ 3 - 0
locations/_menu_mobila

@@ -1,4 +1,7 @@
 # $menu_mobila
+! WD: Location never called
+
+! WD: Vars never Initialised ~ $objmobila
 dynamic $objmobila
 
 --- $menu_mobila ---------------------------------

+ 30 - 25
locations/annafrends

@@ -242,10 +242,10 @@ if reksLike = 1 and toiletRexSex = 0 and sisboypartyQW > 1:
 				minut += 5
 				horny += 5
 				rex += 1
-				gs'stat'
+				gs 'stat'
 				'<center><img src="images/qwest/alter/Reks/rexpod' + rand(1,3) + '.jpg"></center>'
 				'You put the foot on the leg, that would give them even more seductive look'
-				act 'Continue to drink beer':SiSonWork = 0 & SiSgdk = 0 & gt'annafrends2'
+				act 'Continue to drink beer':SiSonWork = 0 & SiSgdk = 0 & gt 'annafrends2'
 				exit
 			end
 		end
@@ -254,7 +254,7 @@ if reksLike = 1 and toiletRexSex = 0 and sisboypartyQW > 1:
 		cls
 		minut += 5
 		rex += 1
-		gs'stat'
+		gs 'stat'
 		'<center><img src="images/qwest/alter/Reks/Rex.jpg"></center>'
 		'Approaches you already pretty tipsy Rex, - "<<$name>>, come on I`ll add beer" - and as-if accidentally throws it to you on foot. - "Oh, <<$name>>, forgive, let`s wipe."'
 		'Slightly bent legs started rubbing your leg sleeve shirts.'
@@ -264,10 +264,10 @@ if reksLike = 1 and toiletRexSex = 0 and sisboypartyQW > 1:
 				minut += 5
 				dom += 1
 				rex -= 1
-				gs'stat'
+				gs 'stat'
 				'<center><img src="images/qwest/alter/Reks/rexnet.jpg"></center>'
 				'Nothing wrong I can manage'
-				act 'Continue to drink beer':SiSonWork = 0 & SiSgdk = 0 & gt'annafrends2'
+				act 'Continue to drink beer':SiSonWork = 0 & SiSgdk = 0 & gt 'annafrends2'
 			end
 		end
 		act 'Wait':
@@ -275,10 +275,10 @@ if reksLike = 1 and toiletRexSex = 0 and sisboypartyQW > 1:
 			minut += 5
 			horny += 5
 			rex += 1
-			gs'stat'
+			gs 'stat'
 			'<center><img src="images/qwest/alter/Reks/rexda.jpg"></center>'
 			'You, laughing, waited until Rex will finish wipe your foot.  While you are giggling, gradually, the sleeve was replaced by a palm, which is getting closer to your underpants. You feel, as Rex finger almost touched your panties, then you woke up and hurriedly took his hand away Rex with words: "Hey..."'
-			act 'Continue to drink beer':SiSonWork = 0 & SiSgdk = 0 & gt'annafrends2'
+			act 'Continue to drink beer':SiSonWork = 0 & SiSgdk = 0 & gt 'annafrends2'
 		end
 		exit
 	end
@@ -287,13 +287,14 @@ if reksLike = 1 and toiletRexSex = 0 and sisboypartyQW > 1:
 		minut += 5
 		rex = 50
 		rexPark = 0
-		gs'reks'
-		gs'stat'
+		gs 'reks'
+		gs 'stat'
 		'<center><img src="images/qwest/alter/Reks/Rex.jpg"></center>'
-		dynamic $rexRep
+		! WD: Vars never Initialised ~ '$rexRep'
+		!! dynamic $rexRep
 		'Comes up to you Rex'
 		'- <<$nickname>>, as much as I 2 was given this nickname in the Park waiting for you! As it is not friendly...'
-		act 'Continue to drink beer':SiSonWork = 0 & SiSgdk = 0 & gt'annafrends2'
+		act 'Continue to drink beer':SiSonWork = 0 & SiSgdk = 0 & gt 'annafrends2'
 		exit
 	end
 	if rexCar = 1 and rexCarDay < daystart and rexSisTalk = 3:
@@ -301,13 +302,14 @@ if reksLike = 1 and toiletRexSex = 0 and sisboypartyQW > 1:
 		minut += 5
 		rex = 50
 		rexCar = 0
-		gs'reks'
-		gs'stat'
+		gs 'reks'
+		gs 'stat'
 		'<center><img src="images/qwest/alter/Reks/Rex.jpg"></center>'
-		dynamic $rexRep
+		! WD: Vars never Initialised ~ '$rexRep'
+		!! dynamic $rexRep
 		'Comes up to you Rex'
 		'- <<$nickname>>, as much as I  2 hours stuck at the door waiting for you! As it is not friendly...'
-		act 'Continue to drink beer':SiSonWork = 0 & SiSgdk = 0 & gt'annafrends2'
+		act 'Continue to drink beer':SiSonWork = 0 & SiSgdk = 0 & gt 'annafrends2'
 		exit
 	end
 	if rexCar = 1 and rexCarDay < daystart and rexSisTalk = 4:
@@ -315,31 +317,34 @@ if reksLike = 1 and toiletRexSex = 0 and sisboypartyQW > 1:
 		minut += 5
 		rex = 50
 		rexCar = 0
-		gs'reks'
-		gs'stat'
+		gs 'reks'
+		gs 'stat'
 		'<center><img src="images/qwest/alter/Reks/Rex.jpg"></center>'
-		dynamic $rexRep
+		! WD: Vars never Initialised ~ '$rexRep'
+		!! dynamic $rexRep
 		'Comes up to you Rex'
 		'- <<$nickname>>, well, you could even out said, I won`t go... I`m a disaster! Next time better tell that will not be able.'
-		act 'Continue to drink beer':SiSonWork = 0 & SiSgdk = 0 & gt'annafrends2'
+		act 'Continue to drink beer':SiSonWork = 0 & SiSgdk = 0 & gt 'annafrends2'
 		exit
 	end
 	if temp > 50 and rex >= 30:
 		cla
 		minut += 5
-		gs'reks'
-		gs'stat'
+		gs 'reks'
+		gs 'stat'
 		'<center><img src="images/qwest/alter/Reks/Rex.jpg"></center>'
-		dynamic $rexRep
+		! WD: Vars never Initialised ~ '$rexRep'
+		!! dynamic $rexRep
 		'The Rex with a glass of beer.'
 		act 'Chat':
 			cla
 			rex += 1
 			minut += 5
-			dynamic $rexGdkTalk
-			gs'stat'
+			! WD: Vars never Initialised ~ '$rexGdkTalk'
+			!! dynamic $rexGdkTalk
+			gs 'stat'
 		end
-		act 'Continue to drink beer':SiSonWork = 0 & SiSgdk = 0 & gt'annafrends2'
+		act 'Continue to drink beer':SiSonWork = 0 & SiSgdk = 0 & gt 'annafrends2'
 		exit
 	end
 end

+ 97 - 97
locations/artemEv

@@ -87,7 +87,7 @@ $din_artem_lern = {
 		lern += rand(3, 6)
 		intel += rand(1, 2)
 		artemtimes += 1
-		if ArtomBeInHome = 0:ArtomBeInHome = 1
+		if ArtemBeInHome = 0:ArtemBeInHome = 1
 		gs 'stat'
 		act 'Rest':artemhomemark = 1 & gt 'artemhome'
 
@@ -100,15 +100,15 @@ $din_artem_lern = {
 		end
 
 		if GorSlut >= 2 and artemblag = 0:
-			if artemBJQW = 0 and artomsex = 0:
+			if artemBJQW = 0 and artemsex = 0:
 				cla
 				'After class, Artem looked at you, "Sveta, everyone in the school is talking about, you huesoska. I think it will be fair if you have me for otsosesh, I will help thee."'
-				dynamic $din_artom_bj
+				dynamic $din_artem_bj
 
 				act 'No':
 					cls
 					dom += 1
-					artomLernQW = -1
+					artemLernQW = -1
 					artemblok = 1
 					grupNPC[2] = 0
 					gs 'stat'
@@ -116,12 +116,12 @@ $din_artem_lern = {
 					'You denied Artem, he openly offended "Listen, I have so much time and effort spent, and you... you suck at all in a row, and I do not want... More to me you can not approach."'
 					act 'Going home':gt 'gorodok'
 				end
-			elseif (artemBJQW > 0 and artemBJQW < 10 and artomsex = 0) or (artomStripSee = 3 and artomsex = 0 and artomTouch > daystart):
+			elseif (artemBJQW > 0 and artemBJQW < 10 and artemsex = 0) or (artemStripSee = 3 and artemsex = 0 and artemTouch > daystart):
 				cla
 				'Artem unbuttoned pants and pulled out a member of his pants. "On, Svetik, Suck."'
 
-				dynamic $din_artom_bj
-			elseif artemBJQW = 10 and artomsex = 0:
+				dynamic $din_artem_bj
+			elseif artemBJQW = 10 and artemsex = 0:
 				cla
 				'After classes you Artem carefully examined and, a little shy, said:'
 				'"Show me how you all there .... nuuu ... you understand. And I vagina and boobs only seen in pictures."'
@@ -129,7 +129,7 @@ $din_artem_lern = {
 					act 'Agree in exchange for services':
 						cls
 						minut += 5
-						artomhakday = daystart
+						artemhakday = daystart
 						arthakQW = 1
 						gs 'stat'
 						'<center><img src="images/qwest/alter/artom/anatomy.jpg"></center>'
@@ -138,11 +138,11 @@ $din_artem_lern = {
 						'You: "Now about the service. In Dimka Nosov have one bad record with me. It stores it on your computer. Can you crack it and destroy this computer record? Just do not look!"'
 						'Artem: "Okay, I`ll see what can be done. What about recording?"'
 						'"Yes, I dance drunk, and he took it on video and promised my mother tell" - We lied to you'
-						artomStripSee = 1
+						artemStripSee = 1
 						''
 						'Looking at You, Artem unbuttoned pants and pulled out a member of his pants. "On, Svetik, Suck."'
 
-						dynamic $din_artom_bj
+						dynamic $din_artem_bj
 					end
 				else
 					act 'Agree':
@@ -153,21 +153,21 @@ $din_artem_lern = {
 						'"Good, I`ll show you everything, but I really need money for medication for my sister - you will not have 300 r.?"'
 						'Artem gives money: "Take course." You take off their clothes and demonstrate all its charms'
 						money += 300
-						artomStripSee = 1
+						artemStripSee = 1
 						''
 						'Looking at You, Artem unbuttoned pants and pulled out a member of his pants. "On, Svetik, Suck."'
 
-						dynamic $din_artom_bj
+						dynamic $din_artem_bj
 					end
 				end
-			elseif artemBJQW > 10 and artomStripSee < 2 and artomsex = 0:
-				artomRand = rand(0,5)
+			elseif artemBJQW > 10 and artemStripSee < 2 and artemsex = 0:
+				artemRand = rand(0,5)
 				cls
 				gs 'stat'
-				if artomRand = 5:
+				if artemRand = 5:
 					'After classes you Artem carefully examined and said, putting 300r. on the table:'
 					'"Let`s repeat the anatomy lesson"'
-					artomStripSee = 2
+					artemStripSee = 2
 					act 'Undress':
 						minut += 5
 						'<center><img src="images/qwest/alter/artom/anatomy2.jpg"></center>'
@@ -176,19 +176,19 @@ $din_artem_lern = {
 						''
 						'Looking at You, Artem unbuttoned pants and pulled out a member of his pants. "On, Svetik, Suck."'
 
-						dynamic $din_artom_bj
+						dynamic $din_artem_bj
 					end
 				else
 					'Artem unbuttoned pants and pulled out a member of his pants. "On, Svetik, Suck."'
 
-					dynamic $din_artom_bj
+					dynamic $din_artem_bj
 				end
-			elseif artomStripSee = 2 and artomsex = 0:
+			elseif artemStripSee = 2 and artemsex = 0:
 				cls
 				money += 500
 				minut += 5
-				artomTouch = daystart + 7
-				artomStripSee = 3
+				artemTouch = daystart + 7
+				artemStripSee = 3
 				gs 'stat'
 				'<center><img src="images/qwest/alter/artom/2.jpg"></center>'
 				'After class Artem, blushing, appeals to you: "Listen, I have already sufficiently considered - I want to touch you there. I have 500p for lunch - you have enough?"'
@@ -218,7 +218,7 @@ $din_artem_lern = {
 							'Artem: "As seen porn."'
 							'Silently dressed and go home.'
 
-							artomHorny = 1
+							artemHorny = 1
 							act 'Going home':artemhomemark = 0 & minut += 15 & gt 'gorodok'
 						end
 					else
@@ -227,19 +227,19 @@ $din_artem_lern = {
 						gs 'stat'
 						'<center><img src="images/qwest/alter/artom/anatomy3_1.jpg"></center>'
 						'Artem touch your breasts and pussy. After a few touches he removes his hands, unbuttons his pants and pulls out a member of his pants. "On, Svetik, Suck."'
-						artomHorny = 0
+						artemHorny = 0
 
-						dynamic $din_artom_bj
+						dynamic $din_artem_bj
 					end
 				end
-			elseif artomStripSee = 3 and artomsex = 0 and artomTouch <= daystart:
+			elseif artemStripSee = 3 and artemsex = 0 and artemTouch <= daystart:
 				cls
 				minut += 5
 				gs 'stat'
 				'<center><img src="images/qwest/alter/artom/2.jpg"></center>'
 				'During a break in employment, you chatted with Artem.'
-				artomStripSee = 4
-				if artomHorny = 1:
+				artemStripSee = 4
+				if artemHorny = 1:
 					'Artem: "Finally, the, I saw a woman ends - you`re finished?"'
 					'You: "I come. Okay, I hope Locked?"'
 					'Artem: "Nuuu ... I was hoping for more .... Nuu..where such sex."'
@@ -257,7 +257,7 @@ $din_artem_lern = {
 					'You just do lessons.'
 				end
 				act 'Further':artemhomemark = 1 & gt 'artemhome'
-			elseif artomStripSee = 4:
+			elseif artemStripSee = 4:
 				cls
 				minut += 5
 				gs 'stat'
@@ -270,7 +270,7 @@ $din_artem_lern = {
 				act 'Takeout':
 					cls
 					dom += 1
-					artomLernQW = -1
+					artemLernQW = -1
 					artemblok = 1
 					grupNPC[2] = 0
 					gs 'stat'
@@ -280,12 +280,12 @@ $din_artem_lern = {
 					act 'Going home':artemhomemark = 0 & minut += 15 & gt 'gorodok'
 				end
 				act 'Agree':
-					artomAndPetja = 1
-					artomStripSee = 5
+					artemAndPetja = 1
+					artemStripSee = 5
 					'"Looking for. Okay, drives in the next time your friend" - you said.'
 					act 'Further':artemhomemark = 1 & gt 'artemhome'
 				end
-			elseif artomAndPetja = 1:
+			elseif artemAndPetja = 1:
 				cls
 				minut += 5
 				gs 'stat'
@@ -329,7 +329,7 @@ $din_artem_lern = {
 							manna = mannamax
 							minut += 10
 							money += 1000
-							artomAndPetja = 2
+							artemAndPetja = 2
 							gs 'stat'
 							'<center><img src="images/qwest/alter/artom/2.jpg"></center>'
 							'Artem: "Petka liked, He would like to make regular extra-curricular lessons, you also need money? The more you have to tell us about sex and... show."'
@@ -340,16 +340,16 @@ $din_artem_lern = {
 						end
 					end
 				end
-			elseif artomAndPetja >= 2 and artomAndPetja <= 10:
-				if artomAndPetja >= 3:
-					artomAndPetjaRand = rand(0,1)
+			elseif artemAndPetja >= 2 and artemAndPetja <= 10:
+				if artemAndPetja >= 3:
+					artemAndPetjaRand = rand(0,1)
 				else
-					artomAndPetjaRand = rand(0,5)
+					artemAndPetjaRand = rand(0,5)
 				end
-				if artomAndPetjaRand ! 0:
+				if artemAndPetjaRand ! 0:
 					'Artem unbuttoned pants and pulled out a member of his pants. "On, Svetik, Suck."'
 
-					dynamic $din_artom_bj
+					dynamic $din_artem_bj
 				else
 					cls
 					minut += 5
@@ -386,12 +386,12 @@ $din_artem_lern = {
 							'"So. Now, to change their place." Now you Gallop Petit and suck Artem, removing a condom. Peter closed his eyes and you feel,  as the jet of sperm filled his condom: "Something you are very quickly. Do not worry - it happens from inexperience. The next time you repeat. We will repeat until you learn to hold back long enough. And you what Artem?" And you redoubled their efforts. The jet of sperm hit you in the mouth.'
 							'You take 1000r. and go.'
 
-							artomAndPetja += 1
+							artemAndPetja += 1
 							act 'Going home':artemhomemark = 0 & minut += 15 & gt 'gorodok'
 						end
 					end
 				end
-			elseif artomAndPetja = 11:
+			elseif artemAndPetja = 11:
 				cls
 				minut += 10
 				horny += 10
@@ -420,10 +420,10 @@ $din_artem_lern = {
 					'"I only - always wanted to taste it." - Peter smiled.'
 					'You take 1000r. and go.'
 
-					artomAndPetja = 12
+					artemAndPetja = 12
 					act 'Going home':artemhomemark = 0 & minut += 15 & gt 'gorodok'
 				end
-			elseif artomAndPetja = 12:
+			elseif artemAndPetja = 12:
 				minut += 5
 				horny += 10
 				gs 'stat'
@@ -452,10 +452,10 @@ $din_artem_lern = {
 					'"It was awesome - you`re both geeks - consider, that passed the exam. After this we are almost home. Okay, it is necessary to wash. Petya, I see you are in shock, but you have seen both this girl ends. I think today will be enough impressions."'
 					'Are you going to go home.'
 
-					artomAndPetja = 13
+					artemAndPetja = 13
 					act 'Going home':artemhomemark = 0 & minut += 15 & gt 'gorodok'
 				end
-			elseif artomAndPetja = 13:
+			elseif artemAndPetja = 13:
 				cls
 				minut += 5
 				gs 'stat'
@@ -495,11 +495,11 @@ $din_artem_lern = {
 						'"That is why we must begin with Cooney, but not leading to orgasm, and only then anal - and you and the girl will be fine. I think the lesson is over for today."'
 						'You bring myself up, take away 1000r. and go home.'
 
-						artomAndPetja = 14
+						artemAndPetja = 14
 						act 'Going home':artemhomemark = 0 & minut += 15 & gt 'gorodok'
 					end
 				end
-			elseif artomAndPetja = 14:
+			elseif artemAndPetja = 14:
 				cls
 				minut += 5
 				horny += 10
@@ -535,7 +535,7 @@ $din_artem_lern = {
 						'<center><img src="images/qwest/alter/artom/ap_anatomy6_3.jpg"></center>'
 						'You swallow the sperm and drink all the urine does not even wince. Guys put you out the door, saying that the next time prizodili right into the garage, and you quietly go home knowing that this is just the beginning.'
 
-						artomAndPetja = 15
+						artemAndPetja = 15
 						arthakQW = 10
 						artemblok = 1
 						act 'Going home':artemhomemark = 0 & minut += 15 & gt 'gorodok'
@@ -543,15 +543,15 @@ $din_artem_lern = {
 				end
 			end
 		end
-		
+
 		if (artQW = 3 or artQW = 20) and artemkissday ! daystart and (GorSlut < 2 or artemblag = 1):
 			'After training with Artem, he leaned toward your face, what would kiss you.'
-			dynamic $artomKiss
+			dynamic $artemKiss
 		end
 	end
 }
 
-$artomKiss = {
+$artemKiss = {
 	act 'Kiss Artem':
 		cls
 		horny += 10
@@ -561,7 +561,7 @@ $artomKiss = {
 		if GorSlut >= 2 and artemblag = 0:
 			cla
 			'"I`m not going to kiss huesoska. Better you you want to do so, so love" - After these words, Artem unbuttoned pants and pulled out a member of his pants.'
-			dynamic $din_artom_bj
+			dynamic $din_artem_bj
 			exit
 		end
 
@@ -570,10 +570,10 @@ $artomKiss = {
 		'<center><img src="images/qwest/alter/Ev/kiss.jpg"></center>'
 		'You smiled Artem and his face a little closer to it. Artem approached you and kissed you. You started kissing. Finally ending the kiss shyly said Artem. "Sveta, I really like you."'
 
-		if artemtimes >= 20 and leghumpArtom = 0:
+		if artemtimes >= 20 and leghumpArtem = 0:
 			'Artem muttered sheepishly. "Svetulya. I want you so much, maybe we could... well you know... You can touch your ass?"'
 			dynamic $din_artem_leghump
-		elseif leghumpArtom >= 1:
+		elseif leghumpArtem >= 1:
 			'Artem said shyly. "Svetulya, you are such a wonderful. I enjoyed it so much last time. Can we play one more time?"'
 			dynamic $din_artem_leghump
 			dynamic $din_artem_leghump2
@@ -582,7 +582,7 @@ $artomKiss = {
 		if artQW = 3:
 			if horny < 50:
 				if lernHome > 0:
-					dynamic $din_artom_lern
+					dynamic $din_artem_lern
 				else
 					act 'Escape':artemhomemark = 0 & minut += 15 & gt 'gorodok'
 				end
@@ -601,9 +601,9 @@ $artomKiss = {
 					'You reluctantly got Artem member of his pants and began to gently move the skin up and down the opening purple head that closing it. Soon, Artem could not resist, and finished in your hands. You went to the bathroom and washed his hands.'
 
 					if lernHome > 0:
-						dynamic $din_artom_lern
+						dynamic $din_artem_lern
 					end
-					
+
 					act 'Escape':artemhomemark = 0 & minut += 15 & gt 'gorodok'
 				end
 			elseif horny >= 50:
@@ -620,9 +620,9 @@ $artomKiss = {
 					'Did you get a member of the Artem his pants and began to gently move the skin up and down the opening purple head that closing it. Soon, Artem could not resist, and finished in your hands. You went to the bathroom and washed his hands.'
 
 					if lernHome > 0:
-						dynamic $din_artom_lern
+						dynamic $din_artem_lern
 					end
-					
+
 					act 'Escape':artemhomemark = 0 & minut += 15 & gt 'gorodok'
 				end
 			end
@@ -631,7 +631,7 @@ $artomKiss = {
 		if artQW = 20:
 			if horny < 30:
 				if lernHome > 0:
-					dynamic $din_artom_lern
+					dynamic $din_artem_lern
 				else
 					act 'Escape':artemhomemark = 0 & minut += 15 & gt 'gorodok'
 				end
@@ -648,7 +648,7 @@ $artomKiss = {
 					'Did you get a member of the Artem his pants and began to gently move the skin up and down the opening purple head that closing it. Soon, Artem could not resist, and finished in your hands. You went to the bathroom and washed his hands.'
 
 					if lernHome > 0:
-						dynamic $din_artom_lern
+						dynamic $din_artem_lern
 					else
 						act 'Escape':artemhomemark = 0 & minut += 15 & gt 'gorodok'
 					end
@@ -667,14 +667,14 @@ $artomKiss = {
 					'"I want you..." Hear the voice of Artyom.'
 
 					if mesec > 0:
-						if artomanal > 0:
+						if artemanal > 0:
 							'You are not a long time looking up from a member of said Artem, that you have a month, Artem immediately offered you anal.'
 
 							act 'Agree to anal':
 								cls
 								minut += 15
 								anala += 1
-								artomanal += 1
+								artemanal += 1
 								gs 'stat'
 
 								'<center><img src="images/qwest/alter/artom/anal.jpg"></center>'
@@ -683,12 +683,12 @@ $artomKiss = {
 								dynamic $analsexrude
 
 								if lernHome > 0:
-									dynamic $din_artom_lern
+									dynamic $din_artem_lern
 								else
 									act 'Escape':artemhomemark = 0 & minut += 15 & gt 'gorodok'
 								end
 							end
-						elseif artomsex >= 10 and artomanal = 0:
+						elseif artemsex >= 10 and artemanal = 0:
 							act 'I month':
 								cls
 								minut += 5
@@ -712,7 +712,7 @@ $artomKiss = {
 									'You: "Well, why - maybe ever - I myself will tell you ,when I`m ready and in the mood."'
 
 									if lernHome > 0:
-										dynamic $din_artom_lern
+										dynamic $din_artem_lern
 									else
 										act 'Escape':artemhomemark = 0 & minut += 15 & gt 'gorodok'
 									end
@@ -721,7 +721,7 @@ $artomKiss = {
 									cls
 									minut += 15
 									anala += 1
-									artomanal += 1
+									artemanal += 1
 									gs 'stat'
 
 									'<center><img src="images/qwest/alter/artom/anal.jpg"></center>'
@@ -733,7 +733,7 @@ $artomKiss = {
 									dynamic $analsexrude
 
 									if lernHome > 0:
-										dynamic $din_artom_lern
+										dynamic $din_artem_lern
 									else
 										act 'Escape':artemhomemark = 0 & minut += 15 & gt 'gorodok'
 									end
@@ -745,7 +745,7 @@ $artomKiss = {
 							cls
 							minut += 5
 							sexa += 1
-							if artomsex >= 1:artomsex += 1
+							if artemsex >= 1:artemsex += 1
 							gs 'stat'
 
 							'<center><img src="images/qwest/alter/artom/sex.jpg"></center>'
@@ -755,15 +755,15 @@ $artomKiss = {
 							dynamic $sexstart2
 							dynamic $sexcum
 
-							if artomsex = 0:
-								artomsex = 1
+							if artemsex = 0:
+								artemsex = 1
 								'"Here you are a man"-You say you smile.'
 								'Artem: "Sveta...I...my I love you..."'
 								'In response, you said nothing.'
 							end
 
 							if lernHome > 0:
-								dynamic $din_artom_lern
+								dynamic $din_artem_lern
 							else
 								act 'Escape':artemhomemark = 0 & minut += 15 & gt 'gorodok'
 							end
@@ -793,7 +793,7 @@ $artomKiss = {
 						'Artem: "Very. It was really cool"'
 
 						if lernHome > 0:
-							dynamic $din_artom_lern
+							dynamic $din_artem_lern
 						else
 							act 'Escape':artemhomemark = 0 & minut += 15 & gt 'gorodok'
 						end
@@ -806,12 +806,12 @@ $artomKiss = {
 	end
 }
 
-$artomSkver = {
+$artemSkver = {
 	!Walk in the park
 	cls
 	minut += 15
 	gs 'stat'
-	dynamic $artomGopSkver
+	dynamic $artemGopSkver
 
 	'<center><img src="images/qwest/alter/artom/walk/walk_<<rand(1,2)>>.jpg"></center>'
 	'You walk through the square and talking about all sorts of trivia. Artem invites you to the movies.'
@@ -821,14 +821,14 @@ $artomSkver = {
 		gs 'stat'
 		'<center><img src="images/qwest/alter/artom/walk/kino_<<rand(1,3)>>.jpg"></center>'
 		'You go to the cinema and watching a movie, sitting in the back row.'
-		artomKino += 1
-		if artomKino > 3 and artomKinoKiss < 5:
+		artemKino += 1
+		if artemKino > 3 and artemKinoKiss < 5:
 			cls
 			'You go to the cinema and watching a movie, sitting in the back row.'
 			'<center><img src="images/qwest/alter/artom/walk/kinokiss_<<rand(1,2)>>.jpg"></center>'
 			'The film turned out to be dull . You are inclined to the Artyom, and kissed him. The residue session you just kissing.'
-			artomKinoKiss += 1
-		elseif artomKinoKiss >= 5:
+			artemKinoKiss += 1
+		elseif artemKinoKiss >= 5:
 			cls
 			'You go to the cinema and watching a movie, sitting in the back row.'
 			'<center><img src="images/qwest/alter/artom/walk/kinobj_<<rand(1,3)>>.jpg"></center>'
@@ -837,7 +837,7 @@ $artomSkver = {
 			bja += 1
 			swallow += 1
 			cumlip += 1
-			artomKinoKiss += 1
+			artemKinoKiss += 1
 		end
 		'After the release of the movie did you decide to go back to Artem.'
 		act 'Go to Artem':gt 'artemhome'
@@ -848,23 +848,23 @@ $artomSkver = {
 		gs 'stat'
 		'"Let`s just have a walk."'
 		'You go for a walk.'
-		dynamic $artomGopSkver
+		dynamic $artemGopSkver
 
 		'Work up you have decided to go back to Artem.'
 		act 'Go to Artem':gt 'artemhome'
 	end
 }
 
-$artomGopSkver = {
-	artomRand = rand(0,10)
-	if artomRand < 2:
+$artemGopSkver = {
+	artemRand = rand(0,10)
+	if artemRand < 2:
 		cls
 		minut += 5
 		gs 'stat'
 		'<center><img src="images/qwest/alter/artom/walk/walkgop.jpg"></center>'
 		'You walk through the square and run into Gopnik.'
 		'"Oh! Sveta! What is this with you drisch?"'
-		act 'Disregard':'You pass by ignoring all.' & act 'Walking further':dynamic $artomSkver
+		act 'Disregard':'You pass by ignoring all.' & act 'Walking further':dynamic $artemSkver
 		act 'Answer':
 			cla
 			'"This is not a drisch Artem!" Gopnik comes to and asks Artem: "Drisch you or drisch?"'
@@ -927,20 +927,20 @@ $artomGopSkver = {
 						cls
 						minut += 5
 						gs 'stat'
-						artomGopRange = speed + agil + beg
-						if artomGopRange < 50:
-							artomRand = rand(0,1)
-						elseif artomGopRange >= 50 and artomGopRange < 100:
-							artomRand = rand(0,2)
-						elseif artomGopRange >= 100 and artomGopRange < 150:
-							artomRand = rand(0,5)
-						elseif artomGopRange >= 150 and artomGopRange < 200:
-							artomRand = rand(0,10)
+						artemGopRange = speed + agil + beg
+						if artemGopRange < 50:
+							artemRand = rand(0,1)
+						elseif artemGopRange >= 50 and artemGopRange < 100:
+							artemRand = rand(0,2)
+						elseif artemGopRange >= 100 and artemGopRange < 150:
+							artemRand = rand(0,5)
+						elseif artemGopRange >= 150 and artemGopRange < 200:
+							artemRand = rand(0,10)
 						else
-							artomRand = rand(0,20)
+							artemRand = rand(0,20)
 						end
 
-						if artomRand ! 0:
+						if artemRand ! 0:
 							dom += 5
 							gs 'stat'
 							'<center><img src="images/qwest/alter/artom/walk/walk_save.jpg"></center>'
@@ -974,7 +974,7 @@ $artomGopSkver = {
 	end
 }
 
-$artomBibl = {
+$artemBibl = {
 	!Walk in bibleotek
 	if lernHome > 0:lernHome = 0
 	cls

+ 4 - 4
locations/artemhome

@@ -140,14 +140,14 @@ elseif artemhomemark = 1:
 			'"<<$name>>, Let`s go for a walk?"'
 			act 'Agree':
 				'You agree, quickly packed up and went for a walk on the square.'
-				act 'Walk':dynamic $artomSkver
+				act 'Walk':dynamic $artemSkver
 			end
 			act 'Refuse': gt $curloc
 		else
 			'"<<$name>>, Let`s go to bibleotek, to write the essay?"'
 			act 'Agree':
 				'You agreed and went with Artem in bibleotek.'
-				act 'Go':dynamic $artomBibl
+				act 'Go':dynamic $artemBibl
 			end
 			act 'Refuse': gt $curloc
 		end
@@ -161,13 +161,13 @@ elseif artemhomemark = 1:
 	elseif artQW = 3 and artemkissday ! daystart:
 		!!wanker Artem
 		'Artem hugs you and kisses'
-		dynamic $artomKiss
+		dynamic $artemKiss
 	elseif artQW >= 2 and artQW <= 3 and artemtimes >= 30 and Suspeh >= 90 and GorSlut < 2:
 		artQW = 10
 		gt 'artemev2'
 	elseif artQW = 20 and artemkissday ! daystart:
 		'Artem hugs you and kisses'
-		dynamic $artomKiss
+		dynamic $artemKiss
 	end
 
 	if dimaFilm > 0 and arthakQW = 0 and vagina > 0:

+ 1 - 1
locations/artemhome2

@@ -46,7 +46,7 @@ elseif artemhomemark = 1:
 			if artempower = 2:'During a kiss Artem rubs against your thigh his crotch and you feel his hard cock through clothes.'
 			if artempower = 1:'Finally ending the kiss shyly said Artem. "<<$name>>, I like you very nravishsya."'
 
-			dynamic $din_artrm_leghump
+			dynamic $din_artem_leghump
 			dynamic $din_artem_leghump2
 		end
 	elseif artempower = 0:

+ 2 - 1
locations/balkon2

@@ -59,7 +59,8 @@ if $ARGS[0] = 'niz':
 	*clr
 	gs 'stat'
 
-	if alcohol < 12:
+	! WD: Vars never Initialised ~ 'alcohol' USE 'alko'
+	if alko < 12:
 		if $clothingworntype = 'nude':
 			'<center><img src="images/community/balcony_naked2.jpg"></center>'
 		elseif tanga = 1:

+ 1 - 1
locations/bedrPar

@@ -25,7 +25,7 @@ gs 'family'
 act 'Leave the room':gt 'korrPar'
 
 if rexCarCount >= 9 and sisterHere = 1 and hour < 3 and rexSmsDay ! daystart and smsForRex < 13:
-	act 'Take your sisters phone':gt'reks','sms'
+	act 'Take your sisters phone':gt 'reks','sms'
 end
 
 ! WD: add Underwear change

+ 2 - 2
locations/bedrPar2

@@ -23,14 +23,14 @@ if hour > 6 and hour < 21 and prezikday!day:
 		act 'Take condoms from your parents stash':
 			cls
 			cla
-			gs'stat'
+			gs 'stat'
 			minut+=rand(5,7)
 			prezik+=rand(1,3)
 			prezikday=day
 			prezikProver = 0
 			'<center><img src="images/qwest/alter/condoms_steal.jpg"></center>'
 			'You quietly pulled out of the parent caches some condoms. Now you have <<prezik>> pcs.'
-			act 'Exit the room':gt'korrPar'
+			act 'Exit the room':gt 'korrPar'
 		end
 	else
 		'You have recently taken condoms parent caches. If they often carry, something that parents can-the suspect.'

+ 4 - 2
locations/bobka

@@ -23,7 +23,8 @@ $bobka_inject = {
 
 		if narkoman ! 0:$tempval = ' with trembling hands'
 
-		'You grabbed the syringe and injected yourself<<$tempval>>. While <<$tempname>> was looking at you with a smile.'
+		! WD: Vars never Initialised ~ '$tempname' USE '$boy'
+		'You grabbed the syringe and injected yourself<<$tempval>>. While <<$boy>> was looking at you with a smile.'
 
 		if HaveMetBobka = 0:'"By the way I''m Bobka, and you are?" You mumbled "<<$name>>."' & HaveMetBobka = 1
 
@@ -83,7 +84,8 @@ elseif bobrand = 2:
 		'<center><img src="images/qwest/sosed/anal.jpg"></center>'
 		dynamic $sexstart
 		dynamic $analsex
-		'Finally <<$tempname>> stops and you feel like your ass filling with warm sperm.'
+		! WD: Vars never Initialised ~ '$tempname' USE '$boy'
+		'Finally <<$boy>> stops and you feel like your ass filling with warm sperm.'
 		'He threw you a syringe.'
 		dynamic $bobka_inject
 	end

+ 4 - 4
locations/brosh

@@ -69,7 +69,7 @@ elseif evgentipe = 2:
 
 act 'Going beyond school':
 	cls
-	gs'stat'
+	gs 'stat'
 
 	'At the Kolka you left for school, where they found a nook.'
 
@@ -77,7 +77,7 @@ act 'Going beyond school':
 		cls
 		bj += 1
 		sub += 1
-		gs'stat'
+		gs 'stat'
 
 		'<center><img src="images/qwest/alter/ev/bj.jpg"></center>'
 		'You sat down on his haunches and took Kolka <<brotherDick>>-five inch penis from his pants pulling your face to its members, You dutifully wrapped around his lips and began to suck.'
@@ -88,7 +88,7 @@ act 'Going beyond school':
 			cumlip += 1
 			swalllow += 1
 			!cumfrot += 1
-			gs'stat'
+			gs 'stat'
 
 			'<center><img src="images/qwest/alexey/bjcum9.jpg"></center>'
 			'Kolka did not last long and your mouth spurted sperm, you quickly began to swallow.'
@@ -107,7 +107,7 @@ act 'Going beyond school':
 			pose = 1
 			rand1=rand(0,100)
 
-			gs'stat'
+			gs 'stat'
 			'Did you decide, rotika brother that would not be enough and decided to give him.'
 			if rand1<5:'<center><img src="images/qwest/alter/Ev/boysex.jpg"></center>'
 			if rand1>=5 and rand1<30:'<center><img src="images/nigma/gor/publ1,<<rand(0,2)>>.gif"></center>'

+ 13 - 13
locations/brother

@@ -91,7 +91,7 @@ if $loc = 'gschool':
 	if evgenQW >= 4 and BJBeerQW >= 3:
 		'Brother grins "Hi <<$nickname>>. But why do you want this football, better go with us to watch porn?'
 
-		act 'Go watch porn':minut += 5 & gt'seeporn'
+		act 'Go watch porn':minut += 5 & gt 'seeporn'
 	elseif evgenQW >= 4:
 		'Guys poshushukavshis together tell you "Yup, Well it this Soccer, Let''s go watch porn."'
 
@@ -147,7 +147,7 @@ end
 if $loc = 'sitrPar' and indorf = 0 and nude = 0 and brothersawpirsF=0 and father_go = 1 and brother > 85 and hour >= 18 and hour < 21 and pirsF > 0:
 	act 'Show pierced nipples':
 		cls
-		gs'stat'
+		gs 'stat'
 		minut+=1
 		horny+=3
 		brothersawpirsF=1
@@ -215,7 +215,7 @@ if $loc = 'sitrPar' and indorf = 0 and brotherSexCount > 0 and brotherDay = day:
 			brotherSex += 1
 			brotherSexCount -= 1
 			brotherMorningSex = day
-			gs'stat'
+			gs 'stat'
 
 			'<center><img src="images/qwest/alexey/bj6.jpg"></center>'
 			'Approaching a brother, you gently pulled back the covers and began to suck it <<brotherDick>> inch dick. After a few minutes, he moaned softly in his sleep, his cock jerked and jet of sperm flew between your lips into your mouth.'
@@ -287,7 +287,7 @@ $brotherSexStart = {
 		minut += 5
 		dick = brotherDick
 		hj += 1
-		gs'stat'
+		gs 'stat'
 
 		'<center><img src="images/qwest/alter/artom/hj.jpg"></center>'
 		'You took it hard and hot cock in his hand and began to masturbate him. Finally brother strangled groan and you saw how his cock flies sperm.'
@@ -301,7 +301,7 @@ $brotherSexStart = {
 			horny += 10
 			bj += 1
 			dick = brotherDick
-			gs'stat'
+			gs 'stat'
 
 			'<center><img src="images/nigma/gor/ш0,'+rand(0,6)+'.gif"></center>'
 			'You sit down in front of bratm and brought his face to his cock.'
@@ -316,7 +316,7 @@ $brotherSexStart = {
 				horny += 10
 				cumlip += 1
 				swallow += 1
-				gs'stat'
+				gs 'stat'
 
 				'<center><img src="images/nigma/gor/с0,'+rand(0,11)+'.gif"></center>'
 
@@ -330,7 +330,7 @@ $brotherSexStart = {
 				horny += 10
 				cumface += 1
 				facial += 1
-				gs'stat'
+				gs 'stat'
 
 				'<center><img src="images/qwest/alter/Ev/cocksuckerFacial.jpg"></center>'
 				'You took out his dick and then your face hit the hot jet of sperm, then another and another, and finally stopped brother cum on your face.'
@@ -347,7 +347,7 @@ $brotherSexStart = {
 					dick = brotherDick
 					silavag = 0
 
-					gs'stat'
+					gs 'stat'
 
 					'<center><img src="images/nigma/gor/ш1,'+rand(0,11)+'.gif"></center>'
 					'You lay on the sofa and brother lay on you from above.'
@@ -371,7 +371,7 @@ $brotherSexStart = {
 			dick = brotherDick
 			silavag = 0
 
-			gs'stat'
+			gs 'stat'
 
 			'<center><img src="images/nigma/gor/ш1,'+rand(0,11)+'.gif"></center>'
 			'You lay on the sofa and brother lay on you from above.'
@@ -391,14 +391,14 @@ $brotherSexEnd = {
 		if $loc = 'sitrPar' and father_go = 1 and hour >= 18 and hour < 21:
 			minut += 15
 
-			gs'stat'
+			gs 'stat'
 
 			'Kolka gave you a break, and then saying,: "Good for, <<$nickname>>, good job, And now let`s wali!", She continued to go about their business.'
 			act 'Escape':gt $loc
 		elseif $loc = 'sitrPar':
 			minut += 15
 
-			gs'stat'
+			gs 'stat'
 
 			'Kolka gave you a break, and then saying,: "Good for, <<$nickname>>, well-tried, And now let`s wali!", asleep.'
 			act 'Escape':gt $loc
@@ -409,14 +409,14 @@ $brotherSexEnd = {
 		if $loc = 'sitrPar' and father_go = 1 and hour >= 18 and hour < 21:
 			minut += 15
 
-			gs'stat'
+			gs 'stat'
 
 			'Kolka gave you a break, and then saying,: "Many thanks, <<$nickname>>, You helped me a lot", She continued to go about their business.'
 			act 'Escape':gt $loc
 		elseif $loc = 'sitrPar':
 			minut += 15
 
-			gs'stat'
+			gs 'stat'
 
 			'Kolka gave you a break, and then saying,: "Thank you, <<$nickname>>, You rescued me very, Now I can finally sleep.", asleep.'
 			act 'Escape':gt $loc

File diff suppressed because it is too large
+ 0 - 0
locations/budgetclothes


+ 5 - 2
locations/counter

@@ -22,6 +22,9 @@ if music_on = 1 and $music_theme <> '':
 	play $cur_theme[track[$music_theme]], volume
 end
 
+! WD: Code not called
+! WD: Vars never Initialised ~ '$race1[]', '$showcar'
+! {
 if race_start = 1:
 	bcolor = rgb(255, 255, 255)
 	refint
@@ -30,7 +33,7 @@ if race_start = 1:
 	if race_hit = 0:
 		race_miss += 1
 		race_hit = 1
-	elseif $race1[race_row] <> ' ' and race_row > 0:
+	elseif [race_row] <> ' ' and race_row > 0:
 		race_hit = 0
 	end
 
@@ -51,5 +54,5 @@ if race_start = 1:
 
 	race_row += 1
 end
-
+} !
 --- counter ---------------------------------

+ 1 - 1
locations/family

@@ -65,7 +65,7 @@ if StoryLine = 1:
 			cls
 			minut += 5
 			sisboyparty = -1
-			gs'stat'
+			gs 'stat'
 			'<center><img src="images/qwest/alter/sisterQW/Party/sisboyQWParty_7.jpg"></center>'
 			'You forgot to come to the party.'
 			'- Oh well, I hope they at me will not mind much...'

+ 2 - 2
locations/foto

@@ -276,7 +276,7 @@ if $ARGS[0] = 'blackm':
 
 		act 'What do you want?':
 			cla
-			'Nothing special <<$имя>>. Just to let you do what you like - he nodded at the pictures.'
+			'Nothing special <<$name>>. Just to let you do what you like - he nodded at the pictures.'
 
 			act 'Fucked in front of the camera?':
 				cla
@@ -307,7 +307,7 @@ if $ARGS[0] = 'blackm':
 						act 'Begin to cry':
 							cla
 							*clr
-							'You fell onto the bed and wept. Not bad, tears always look very cool, - said Victor pressing pause. Thus, <<$имя>> tempted, and boys can enjoy.'
+							'You fell onto the bed and wept. Not bad, tears always look very cool, - said Victor pressing pause. Thus, <<$name>> tempted, and boys can enjoy.'
 
 							act 'In the shower':
 								cla

+ 2 - 2
locations/kafeM

@@ -138,7 +138,7 @@ if $ARGS[0] = 'sex':
 	bfa += 2
 	gs 'brosok'
 	'<center><img src="images/picVA/kafe.jpg"></center>'
-	'You got his dick out of his pants and masturbate him to begin with, <<$boyA>> took out a condom and put on the penis, then he made you cancer over the toilet and stabbed your quivering pussy your <<$dick>> centimeter member.'
+	'You got his dick out of his pants and masturbate him to begin with, <<$boyA>> took out a condom and put on the penis, then he made you cancer over the toilet and stabbed your quivering pussy your <<dick>> centimeter member.'
 
 	if horny >= 90:
 		horny = 0
@@ -163,7 +163,7 @@ if $ARGS[0] = 'bj':
 	bfa += 2
 	gs 'brosok'
 	'<center><img src="images/picVA/kafe1.jpg"></center>'
-	'You got his dick out of his pants and masturbate him to begin with, then squatted in front of him and around his lips slowly began to suck it <<$dick>> centimeter term in the closet.'
+	'You got his dick out of his pants and masturbate him to begin with, then squatted in front of him and around his lips slowly began to suck it <<dick>> centimeter term in the closet.'
 	'Soon <<$boyA>> could not resist and finished in your mouth, filling it with his tart semen you swallow cum, but she still poured out of your mouth and ran down his lips and chin.'
 	'You faithfully looked into the eyes of the guy with his semen smeared face.'
 

+ 2 - 2
locations/kinoM

@@ -78,7 +78,7 @@ if $ARGS[0] = 'sex':
 	bfa += 2
 	gs 'brosok'
 	'<center><img src="images/picVA/sinema.jpg"></center>'
-	'You got his dick out of his pants and masturbate him to begin with, <<$boyA>> took out a condom and put on the penis, after that you took the <<$dick>> centimeter of his dick wet pussy and began to move slowly in the dark hall of audience.'
+	'You got his dick out of his pants and masturbate him to begin with, <<$boyA>> took out a condom and put on the penis, after that you took the <<dick>> centimeter of his dick wet pussy and began to move slowly in the dark hall of audience.'
 
 	if horny >= 90:
 		horny = 0
@@ -103,7 +103,7 @@ if $ARGS[0] = 'bj':
 	bfa += 2
 	gs 'brosok'
 	'<center><img src="images/picVA/sinema1.jpg"></center>'
-	'You got his dick out of his pants and masturbate him to begin with, then leaned over him and around his lips slowly began to suck it <<$dick>> centimeter member viewers in the dark hall.'
+	'You got his dick out of his pants and masturbate him to begin with, then leaned over him and around his lips slowly began to suck it <<dick>> centimeter member viewers in the dark hall.'
 	'Soon <<$boyA>> could not resist and finished in your mouth, you have tried to swallow all the sperm because spit still nowhere.'
 
 	act 'Next':gt 'kinoM', 'b'

+ 30 - 30
locations/kompMFC

@@ -37,7 +37,7 @@ if vibrator = 1 or dildo = 1 or middildo = 1 or largedildo = 1 or bigdildo = 1 o
 			'<center><img src="images/camwhore/camwhore22.jpg"></center>'
 			'You marmites pain, when torn your hymen. The blood drains from your torn pussy, and the chat explodes with comments.'
 			'Depriving yourself of virginity, you immediately stopped and leaned back with a sigh of relief on my back, at the same time making yourself a break and giving users the opportunity to enjoy your already not a virgin bleeding pussy.'
-			act'Further':gt'Komp','waitclients'
+			act 'Further':gt 'Komp','waitclients'
 		end
 		act 'In the ass':
 			cls
@@ -85,7 +85,7 @@ if vibrator = 1 or dildo = 1 or middildo = 1 or largedildo = 1 or bigdildo = 1 o
 				   			'Brushing with saliva the anus, you turn the vibrator on and slowly, gently stick it up your ass.'
 				   			'A little Patrakov yourself, you lay it aside, noticing, the tokens for this you have translated.'
 				   		end
-				   		act'Further':gt'Komp','waitclients'
+				   		act 'Further':gt 'Komp','waitclients'
 				   	end
 				end
 				if dildo = 1:
@@ -125,7 +125,7 @@ if vibrator = 1 or dildo = 1 or middildo = 1 or largedildo = 1 or bigdildo = 1 o
 				   			'Brushing with saliva the anus, you take a small Dildo and slowly shoves it up your ass.'
 				   			'A little podvigov them in the ass, you lay it aside, noticing, the tokens for this you have translated.'
 				   		end
-				   		act'Further':gt'Komp','waitclients'
+				   		act 'Further':gt 'Komp','waitclients'
 				   	end
 				end
 				if middildo = 1:
@@ -166,7 +166,7 @@ if vibrator = 1 or dildo = 1 or middildo = 1 or largedildo = 1 or bigdildo = 1 o
 								'You take a small Dildo, put it on the floor and liberally lubricated with saliva the anus, begin gently to sit down on it.'
 								'A little Polozov their anus, you finally lay it to the side, noticing, the tokens for this you have translated.'
 							end
-							act'Further':gt'Komp','waitclients'
+							act 'Further':gt 'Komp','waitclients'
 						end
 					end
 				end
@@ -209,7 +209,7 @@ if vibrator = 1 or dildo = 1 or middildo = 1 or largedildo = 1 or bigdildo = 1 o
 								'You take a dildo, put it on the floor and liberally lubricated with saliva the anus, begin gently to sit down on it.'
 								'A little Polozov their anus, you finally lay it to the side, noticing, the tokens for this you have translated.'
 							end
-							act'Further':gt'Komp','waitclients'
+							act 'Further':gt 'Komp','waitclients'
 						end
 					end
 				end
@@ -252,7 +252,7 @@ if vibrator = 1 or dildo = 1 or middildo = 1 or largedildo = 1 or bigdildo = 1 o
 								'You recline and liberally lubricate the anus with saliva, then lift the pelvis slightly and slowly shoves in a Dildo.'
 								'Almost without taking it, you barely-barely moved them in my rectum, after which considered, that the order is executed.'
 							end
-							act'Further':gt'Komp','waitclients'
+							act 'Further':gt 'Komp','waitclients'
 						end
 					end
 				end
@@ -295,7 +295,7 @@ if vibrator = 1 or dildo = 1 or middildo = 1 or largedildo = 1 or bigdildo = 1 o
 								'You lie down on your back, throw my legs behind my head and lubricate with saliva the anus, after which they start to shove a Dildo up your ass.'
 								'Even with lubrication, you hurt a little, so a couple of minutes you stop.'
 							end
-							act'Further':gt'Komp','waitclients'
+							act 'Further':gt 'Komp','waitclients'
 						end
 					end
 			   	end
@@ -338,7 +338,7 @@ if vibrator = 1 or dildo = 1 or middildo = 1 or largedildo = 1 or bigdildo = 1 o
 								'You flipped on its side and liberally lubricated with saliva ass, trying to shove her Dildo.'
 								'You can enter only one head, so a little podvigov the tip of the phallus, you can hardly get him.'
 							end
-							act'Further':gt'Komp','waitclients'
+							act 'Further':gt 'Komp','waitclients'
 						end
 					end
 				end
@@ -381,7 +381,7 @@ if vibrator = 1 or dildo = 1 or middildo = 1 or largedildo = 1 or bigdildo = 1 o
 								'You take your biggest Dildo and put it on the floor, then spit on your fingers and liberally lubricate the anus.'
 								'Are you able to put in only the head of the artificial cock, which immediately dives deep into, forcing a ring of anus frantically to shrink at its base. You tried to go down a bit, but anus so badly tightened around the phallus, what you could do, therefore you a couple of minutes just rocked it from side to side.'
 							end
-							act'Further':gt'Komp','waitclients'
+							act 'Further':gt 'Komp','waitclients'
 						end
 					end
 			   	end
@@ -389,7 +389,7 @@ if vibrator = 1 or dildo = 1 or middildo = 1 or largedildo = 1 or bigdildo = 1 o
 			act 'Ignore':
 				cls
 				webpopular -= 1
-				gt'Komp','waitclients'
+				gt 'Komp','waitclients'
 			end
 		end
 	elseif vagina > 0:
@@ -438,7 +438,7 @@ if vibrator = 1 or dildo = 1 or middildo = 1 or largedildo = 1 or bigdildo = 1 o
 					end
 
 				end
-				act'Further':gt'Komp','waitclients'
+				act 'Further':gt 'Komp','waitclients'
 			end
 		end
 		if dildo = 1:
@@ -485,7 +485,7 @@ if vibrator = 1 or dildo = 1 or middildo = 1 or largedildo = 1 or bigdildo = 1 o
 						'Feeling, what excited, you soon stop  - tokens for which you have already received.'
 					end
 				end
-				act'Further':gt'Komp','waitclients'
+				act 'Further':gt 'Komp','waitclients'
 			end
 		end
 		if middildo = 1:
@@ -533,7 +533,7 @@ if vibrator = 1 or dildo = 1 or middildo = 1 or largedildo = 1 or bigdildo = 1 o
 						'A little Patrakov yourself, you soon stop...'
 					end
 		   		end
-		  		act'Further':gt'Komp','waitclients'
+		  		act 'Further':gt 'Komp','waitclients'
 			end
 		end
 		if largedildo = 1:
@@ -581,7 +581,7 @@ if vibrator = 1 or dildo = 1 or middildo = 1 or largedildo = 1 or bigdildo = 1 o
 						'Your vagina tightly embraces the artificial member, therefore you a couple of minutes gently move them inside...'
 					end
 				end
-				act'Further':gt'Komp','waitclients'
+				act 'Further':gt 'Komp','waitclients'
 			end
 		end
 		if bigdildo = 1:
@@ -629,7 +629,7 @@ if vibrator = 1 or dildo = 1 or middildo = 1 or largedildo = 1 or bigdildo = 1 o
 						'A couple of minutes, your pussy begins to ache, so you decide to stop...'
 					end
 				end
-				act'Further':gt'Komp','waitclients'
+				act 'Further':gt 'Komp','waitclients'
 			end
 		end
 		if extradildo = 1:
@@ -678,7 +678,7 @@ if vibrator = 1 or dildo = 1 or middildo = 1 or largedildo = 1 or bigdildo = 1 o
 							'A couple of minutes you can`t really be seated on it in vagina, while the discomfort from the size is not becomes absolutely unbearable, then stop  ...'
 						end
 					end
-					act'Further':gt'Komp','waitclients'
+					act 'Further':gt 'Komp','waitclients'
 				end
 			end
 		end
@@ -728,7 +728,7 @@ if vibrator = 1 or dildo = 1 or middildo = 1 or largedildo = 1 or bigdildo = 1 o
 							'A few moments, with his hands against the floor, you move your hips, with each friction feeling, as head rastyagivaet vaginal wall...'
 						end
 					end
-					act'Further':gt'Komp','waitclients'
+					act 'Further':gt 'Komp','waitclients'
 				end
 			end
 		end
@@ -780,7 +780,7 @@ if vibrator = 1 or dildo = 1 or middildo = 1 or largedildo = 1 or bigdildo = 1 o
 						end
 
 					end
-					act'Further':gt'Komp','waitclients'
+					act 'Further':gt 'Komp','waitclients'
 				end
 			end
 		end
@@ -863,7 +863,7 @@ else
 					'A couple of minutes you felt, what had worked for tokens, Wherefore cease...'
 				end
 			end
-			act'Further':gt'Komp','waitclients'
+			act 'Further':gt 'Komp','waitclients'
 		end
 		act 'Improvised means':
 			cls
@@ -888,11 +888,11 @@ else
 					orgasm += 1
 					horny = 0
 					manna = mannamax
-					'You ate the " handle comb, lubricating it with saliva, then stick it in her ass and start to fuck yourself, and the other hand to pick at her Clit until then, until cumming.'
+					'You ate the handle comb, lubricating it with saliva, then stick it in her ass and start to fuck yourself, and the other hand to pick at her Clit until then, until cumming.'
 				else
 					'A couple of minutes you felt, that quite worked out their tokens, Wherefore cease...'
 				end
-				act'Further':gt'Komp','waitclients'
+				act 'Further':gt 'Komp','waitclients'
 			elseif anus >= 10 and anus < 15:
 				'<center><img src="images/camwhore/camwhore50.jpg"></center>'
 				'You notice a couple of markers and then decide to use them...'
@@ -904,7 +904,7 @@ else
 				else
 					'Abundantly moistened ass saliva, you are one shove them up your anus, then slowly beginning to fuck them...'
 				end
-				act'Further':gt'Komp','waitclients'
+				act 'Further':gt 'Komp','waitclients'
 			elseif anus >= 15 and anus < 25:
 				'<center><img src="images/camwhore/camwhore51.jpg"></center>'
 				'Your looking bumps on the remote....'
@@ -916,7 +916,7 @@ else
 				else
 					'A couple of minutes you felt, what had worked for tokens, Wherefore cease...'
 				end
-				act'Further':gt'Komp','waitclients'
+				act 'Further':gt 'Komp','waitclients'
 			elseif anus >= 25 and anus < 35:
 				'<center><img src="images/camwhore/camwhore52.jpg"></center>'
 				'Fumbling glance around the room you find nothing, but you suddenly strikes and you bring in from the hallway phone...'
@@ -928,7 +928,7 @@ else
 				else
 					'A couple of minutes you felt, what had worked for tokens, Wherefore cease...'
 				end
-				act'Further':gt'Komp','waitclients'
+				act 'Further':gt 'Komp','waitclients'
 			elseif anus >= 35:
 				'<center><img src="images/camwhore/camwhore53.jpg"></center>'
 				'You charité look around the room and notices hairspray...'
@@ -940,13 +940,13 @@ else
 				else
 					'Your ass is so stretched, what do you, grabbing lacquer, in one fell swoop they are driving it into her ass and begin to furiously masturbate her...'
 				end
-				act'Further':gt'Komp','waitclients'
+				act 'Further':gt 'Komp','waitclients'
 			end
 		end
 		act 'Ignore':
 			cls
 			webpopular -= 1
-			gt'Komp','waitclients'
+			gt 'Komp','waitclients'
 		end
 	elseif vagina > 0:
 		act 'Do':
@@ -978,7 +978,7 @@ else
 				else
 					'A few minutes Patrakov yourself in the vagina hand, you finally come back from pleasure to reality.'
 				end
-				act'Further':gt'Komp','waitclients'
+				act 'Further':gt 'Komp','waitclients'
 			elseif vagina >= 25 and anus >= 25:
 				'<center><img src="images/camwhore/camwhore44.jpg"></center>'
 				'You`re taller legs and slowly, under a storm of comments stick in your hand.'
@@ -991,7 +991,7 @@ else
 				else
 					'But soon you come to yourself and remember, doing this not just, and-for the money, so stop...'
 				end
-				act'Further':gt'Komp','waitclients'
+				act 'Further':gt 'Komp','waitclients'
 			elseif vagina > 15 and vagina < 25:
 				'<center><img src="images/camwhore/camwhore34.jpg"></center>'
 				'You lie down on your back and throw her legs wide, then fuck yourself with two fingers...'
@@ -1003,7 +1003,7 @@ else
 				else
 					'A few minutes after enduring this pace, you finally come back from pleasure to reality.'
 				end
-				act'Further':gt'Komp','waitclients'
+				act 'Further':gt 'Komp','waitclients'
 			elseif vagina <= 15:
 				'<center><img src="images/camwhore/camwhore35.jpg"></center>'
 				'You roll on your side and high leg toss, then begin to have yourself with one finger.'
@@ -1015,7 +1015,7 @@ else
 				else
 					'In five minutes you finally get tired of this pose, Wherefore cease.'
 				end
-				act'Further':gt'Komp','waitclients'
+				act 'Further':gt 'Komp','waitclients'
 			end
 		end
 	end

+ 23 - 23
locations/kompMFCtwo

@@ -37,12 +37,12 @@ if webpopular >= 15 and anus >= 15 and clientask = 89:
 		else
 			'You turn ass to the camera and let him examine your anus, then return to previous position.'
 		end
-		act'Further':gt'Komp','waitclients'
+		act 'Further':gt 'Komp','waitclients'
 	end
 	act 'Ignore':
 		cls
 		webpopular -= 1
-		gt'Komp','waitclients'
+		gt 'Komp','waitclients'
 	end
 end
 
@@ -75,12 +75,12 @@ if webpopular < 50 and clientask = 88:
 			'<center><img src="images/camwhore/camwhore58.jpg"></center>'
 			'You find the eyes of his pants briefly and dutifully put them in my mouth...'
 		end
-		act'Further':gt'Komp','waitclients'
+		act 'Further':gt 'Komp','waitclients'
 	end
 	act 'Ignore':
 		cls
 		webpopular -= 1
-		gt'Komp','waitclients'
+		gt 'Komp','waitclients'
 	end
 end
 
@@ -109,11 +109,11 @@ if webpopular >= 50 and vagina >= 35 and clientask = 87:
 		'You ask him to wait a bit and quickly zip over the house, looking for what-time, until they finally find the kitchen which-the small bottle and the TV remote.'
 		'Back, you turn ass to the camera and stick it in the bottle first, and then the remote...'
 		'In chat thunderous applause and cheering, thanks you for another minute swivel hips, and after yet pull themselves from foreign objects.'
-		act'Further':gt'Komp','waitclients'
+		act 'Further':gt 'Komp','waitclients'
 	end
 	act 'Ignore':
 		cls
-		gt'Komp','waitclients'
+		gt 'Komp','waitclients'
 	end
 end
 
@@ -134,7 +134,7 @@ if webpopular >= 35 and vagina >= 25 and alko >= 8 and clientask = 86:
 		'You skipped into the kitchen and opening the fridge., took out a cold bottle of beer, then came back into the room and began to shove it in yourself.'
 		'Bottle, of course, was cold, but drunken and reckless, so after half a minute you did it drunk and with a triumphant squeal then held up the pelvis, he got into the camera. In chat what-it blossomed from the many messages and cries, but alcohol is to consider that a given, too small was boozed up'
 		'Another minute you fiddled with the bottle in the vagina, then, lastly, pulled it out himself...'
-		act'Further':gt'Komp','waitclients'
+		act 'Further':gt 'Komp','waitclients'
 	end
 end
 
@@ -161,7 +161,7 @@ if webpopular >= 50 and vagina > 0 and anus > 0 and alko >= 8 and sub > 50 and c
 			'<center><img src="images/camwhore/camwhore73.jpg"></center>'
 			'Are you-we mylite himself, and then fills in the crotch under the camera and fingers stretched vagina, which immediately starts to trickle out the sperm from the male...'
 			'You will be immediately awarded numerous comments from various content, and especially surprised and even desirable tokens.'
-			act'Further':gt'Komp','waitclients'
+			act 'Further':gt 'Komp','waitclients'
 		end
 	else
 		act 'Play with panties':
@@ -180,7 +180,7 @@ if webpopular >= 50 and vagina > 0 and anus > 0 and alko >= 8 and sub > 50 and c
 			else
 				tokens += RAND(50,100)
 			end
-			gs'stat'
+			gs 'stat'
 			if anus > vagina:
 				'<center><img src="images/camwhore/camwhore61.jpg"></center>'
 				if backmfc = 1:
@@ -199,7 +199,7 @@ if webpopular >= 50 and vagina > 0 and anus > 0 and alko >= 8 and sub > 50 and c
 					'You, drunkenly swaying, find your panties, and when you find, then with a triumphant cry and I sit down with them on the bed, then, turning back to the camera, begin to stuff them into her cunt...'
 				end
 			end
-			act'Further':gt'Komp','waitclients'
+			act 'Further':gt 'Komp','waitclients'
 		end
 		if tits >= 1:
 			act 'Play with Tits':
@@ -223,7 +223,7 @@ if webpopular >= 50 and vagina > 0 and anus > 0 and alko >= 8 and sub > 50 and c
 				else
 					tokens += RAND(50,100)
 				end
-				gs'stat'
+				gs 'stat'
 				if topmfc = 1:
 					topmfc = 0
 				end
@@ -254,7 +254,7 @@ if webpopular >= 50 and vagina > 0 and anus > 0 and alko >= 8 and sub > 50 and c
 					'You in a drunken stupor found any)-the rope and under ozelenenye comments in chat are starting to bind up her Breasts...'
 					'As soon as you pull it from the base, as it fills with blood and starts paining, and therefore five you still keep doing this.'
 				end
-				act'Further':gt'Komp','waitclients'
+				act 'Further':gt 'Komp','waitclients'
 			end
 		else
 			act 'To play with pussy':
@@ -273,7 +273,7 @@ if webpopular >= 50 and vagina > 0 and anus > 0 and alko >= 8 and sub > 50 and c
 				else
 					tokens += RAND(50,100)
 				end
-				gs'stat'
+				gs 'stat'
 				if backmfc = 1:
 					backmfc = 0
 				end
@@ -298,7 +298,7 @@ if webpopular >= 50 and vagina > 0 and anus > 0 and alko >= 8 and sub > 50 and c
 					'What-we drunkenly muttering to the camera, you turn around to her ass and begin to push the cucumber in both holes...'
 					'As soon as they`re inside, you immediately begin to fuck her wildly, but they are dirty and painful pimples scratch the skin, so another few minutes with the power of patagonias two unwashed vegetable, you finally stop...'
 				end
-				act'Further':gt'Komp','waitclients'
+				act 'Further':gt 'Komp','waitclients'
 			end
 		end
 	end
@@ -349,7 +349,7 @@ if backmfc = 0 and webpopular >= 25 and vagina >= 30 and anus >= 30 and alko >=
 			'You positively know the answer, that, pier, yes, do, then go looking for a bottle...'
 			'And find her in the hallway  - large two-liter bottle of-beer, that stepfather did not have time to finish. Only back in the room, you get the idea, it`s too big, but the alcohol gave you courage, and so for the next five minutes you tonite and squirm, by forcing it into my ass. After that you are on buckling legs up, resting her hands on the bed and trying not to let the bottle slip out of your ass. It quite successfully, because the beer there is quite a-slightly, and because it is not very heavy. But soon your anus from the load begins in earnest to root, but because y`all trying so hard and under a lot of emoticons in chat vacate his rectum from a huge alien object...'
 		end
-		act'Further':gt'Komp','waitclients'
+		act 'Further':gt 'Komp','waitclients'
 	end
 end
 
@@ -388,12 +388,12 @@ if backmfc = 0 and vagina > 20 and clientask = 83:
 			'<center><img src="images/camwhore/camwhore77.jpg"></center>'
 			'It`s nice stretches the vashka pussy, but it`s not enough, to reach orgasm. You some time riding on a wooden peg, then peel off with him, feeling, as starts to hurt vagina...'
 		end
-		act'Further':gt'Komp','waitclients'
+		act 'Further':gt 'Komp','waitclients'
 	end
 	act 'Ignore':
 		cls
 		webpopular -= 1
-		gt'Komp','waitclients'
+		gt 'Komp','waitclients'
 	end
 end
 
@@ -426,12 +426,12 @@ if webpopular > 25 and backmfc = 0 and sub > 25 and vagina > 10 and prezik > 0 a
 		'In a minute you find it and fast printing, wear on the brush, you then begin to shove the urethra...'
 		'The pain was stronger, than you thought, but you still obediently endure and continue to slowly shove his toothbrush to the delight of the audience.'
 		'A couple of minutes you, despite the wild pain, even try to imitate the sexual act, fucking myself in the urethra, but for a long time is not enough  - you soon stop.'
-		act'Further':gt'Komp','waitclients'
+		act 'Further':gt 'Komp','waitclients'
 	end
 	act 'Ignore':
 		cls
 		webpopular -= 1
-		gt'Komp','waitclients'
+		gt 'Komp','waitclients'
 	end
 end
 
@@ -464,12 +464,12 @@ if backmfc = 0 and webpopular >= 50 and anus > 25 and clientask = 81:
 		'You dutifully turning his back to the computer and sticking his fingers in the anus, start rasstyagivat do for him ass...'
 		'The anus starts to ache a bit, but you have a good faith spend their tokens, continuing rastopyrivaya for a generous audience of her butt.'
 		'After standing a few moments in this position and feeling, as a cool breeze walks in your rectum, you finally stop, feeling absolutely unbearable pain in the anus, but it was worth it  - the client was satisfied, Yes and tokens you got decently.'
-		act'Further':gt'Komp','waitclients'
+		act 'Further':gt 'Komp','waitclients'
 	end
 	act 'Ignore':
 		cls
 		webpopular -= 1
-		gt'Komp','waitclients'
+		gt 'Komp','waitclients'
 	end
 end
 
@@ -507,12 +507,12 @@ if backmfc = 0 and webpopular >= 50 and anus > 10 and vagina > 10 and sub > 50 a
 		'You push hard and in a minute you all-did manage to do it  - a bloody piece of metal comes out of your ass.'
 		'A sharp pain was replaced by a dull and aching, but when you started to get this thing back, everything has changed  - it was painful as well, as then, when you have it stuffed in.'
 		'A couple of minutes you finally pulled out of his embattled hell holes hook and crying, completely forgetting about the crowd of screaming spectators, promised myself never to repeat such...'
-		act'Further':gt'Komp','waitclients'
+		act 'Further':gt 'Komp','waitclients'
 	end
 	act 'Ignore':
 		cls
 		webpopular -= 1
-		gt'Komp','waitclients'
+		gt 'Komp','waitclients'
 	end
 end
 --- kompMFCtwo ---------------------------------

+ 1 - 1
locations/mirror

@@ -6,7 +6,7 @@ if $ARGS[0] = 'start':
 	gs 'portmirror'
 	$gt1 = 'mirror'
 	$gt2 = 'fin'
-	
+
 	dynamic $portmirror
 
 	act 'Move away from the mirror':

+ 13 - 12
locations/onobjsel

@@ -560,18 +560,19 @@ $din_cheat_menu_stats = {
 	pl ''
 	pl '<b>Test options</b> are present in the mechanism of the game, but not involved in the game quests.'
 
-	if mutagenP = 0:pl 'Mutagen force <a href="exec:mutagenP = 1 & stren = 150 & dynamic $din_cheat">1st Level</a>'
-	if mutagenP = 1:pl 'Mutagen force <a href="exec:mutagenP = 2 & stren = 200 & dynamic $din_cheat">level 2</a>'
-	if mutagenP = 2:pl 'Mutagen force <a href="exec:mutagenP = 3 & stren = 250 & dynamic $din_cheat">level 3</a>'
-	if mutagenP > 0:pl 'Mutagen force <a href="exec:mutagenP = 0 & stren = 100 & dynamic $din_cheat">Zero</a>'
-	if mutagenV = 0:pl 'Mutagen endurance <a href="exec:mutagenV = 1 & vital = 150 & dynamic $din_cheat">1st Level</a>'
-	if mutagenV = 1:pl 'Mutagen endurance <a href="exec:mutagenV = 2 & vital = 200 & dynamic $din_cheat">level 2</a>'
-	if mutagenV = 2:pl 'Mutagen endurance <a href="exec:mutagenV = 3 & vital = 250 & dynamic $din_cheat">level 3</a>'
-	if mutagenV > 0:pl 'Mutagen endurance <a href="exec:mutagenV = 0 & vital = 100 & dynamic $din_cheat">Zero</a>'
-	if mutagenA = 0:pl 'Mutagen Agility <a href="exec:mutagenA = 1 & agil = 150 & dynamic $din_cheat">1st Level</a>'
-	if mutagenA = 1:pl 'Mutagen Agility <a href="exec:mutagenA = 2 & agil = 200 & dynamic $din_cheat">level 2</a>'
-	if mutagenA = 2:pl 'Mutagen Agility <a href="exec:mutagenA = 3 & agil = 250 & dynamic $din_cheat">level 3</a>'
-	if mutagenA > 0:pl 'Mutagen Agility <a href="exec:mutagenA = 0 & agil = 100 & dynamic $din_cheat">Zero</a>'
+	! WD: Missing Var '$din_cheat' replaced with 'din_cheat_menu_stats'
+	if mutagenP = 0:pl 'Mutagen force <a href="exec:mutagenP = 1 & stren = 150 & dynamic $din_cheat_menu_stats">1st Level</a>'
+	if mutagenP = 1:pl 'Mutagen force <a href="exec:mutagenP = 2 & stren = 200 & dynamic $din_cheat_menu_stats">level 2</a>'
+	if mutagenP = 2:pl 'Mutagen force <a href="exec:mutagenP = 3 & stren = 250 & dynamic $din_cheat_menu_stats">level 3</a>'
+	if mutagenP > 0:pl 'Mutagen force <a href="exec:mutagenP = 0 & stren = 100 & dynamic $din_cheat_menu_stats">Zero</a>'
+	if mutagenV = 0:pl 'Mutagen endurance <a href="exec:mutagenV = 1 & vital = 150 & dynamic $din_cheat_menu_stats">1st Level</a>'
+	if mutagenV = 1:pl 'Mutagen endurance <a href="exec:mutagenV = 2 & vital = 200 & dynamic $din_cheat_menu_stats">level 2</a>'
+	if mutagenV = 2:pl 'Mutagen endurance <a href="exec:mutagenV = 3 & vital = 250 & dynamic $din_cheat_menu_stats">level 3</a>'
+	if mutagenV > 0:pl 'Mutagen endurance <a href="exec:mutagenV = 0 & vital = 100 & dynamic $din_cheat_menu_stats">Zero</a>'
+	if mutagenA = 0:pl 'Mutagen Agility <a href="exec:mutagenA = 1 & agil = 150 & dynamic $din_cheat_menu_stats">1st Level</a>'
+	if mutagenA = 1:pl 'Mutagen Agility <a href="exec:mutagenA = 2 & agil = 200 & dynamic $din_cheat_menu_stats">level 2</a>'
+	if mutagenA = 2:pl 'Mutagen Agility <a href="exec:mutagenA = 3 & agil = 250 & dynamic $din_cheat_menu_stats">level 3</a>'
+	if mutagenA > 0:pl 'Mutagen Agility <a href="exec:mutagenA = 0 & agil = 100 & dynamic $din_cheat_menu_stats">Zero</a>'
 }
 
 $din_cheat_menu_reputation = {

+ 8 - 8
locations/pornstudio

@@ -1018,20 +1018,20 @@ if $ARGS[0] = '2':
 
 	clr
 	carraf = RAND(10,250)
-	gs'stat'
+	gs 'stat'
 
 	'<center><img src="images/studia/casting_<<rand(1,6)>>.jpg"></center>'
 
 	'You spent eight o`clock undressing in front of the casting director, and taking various poses.'
 
 	minut = minut+120
-	gs'stat'
+	gs 'stat'
 	minut = minut+120
-	gs'stat'
+	gs 'stat'
 	minut = minut+120
-	gs'stat'
+	gs 'stat'
 	minut = minut+120
-	gs'stat'
+	gs 'stat'
 
 	if vnesh < carrar:
 		'You do not have to be the, too bad'
@@ -1042,7 +1042,7 @@ if $ARGS[0] = '2':
 	end
 
 	act 'Finish':
-		gt'pornstudio','start'
+		gt 'pornstudio','start'
 	end
 end
 
@@ -1052,8 +1052,8 @@ if $ARGS[0] = '3':
 
 	clr
 	actr = 0
-	gs'stat'
-	gt'bdsm'
+	gs 'stat'
+	gt 'bdsm'
 end
 
 --- pornstudio ---------------------------------

+ 4 - 4
locations/portmirror

@@ -6,18 +6,18 @@ $portmirror = {
 	'<<$hair>> <<$mop>> <<$skin>> <<$vnesh>>'
 	if daystart < 10 and StoryLine = 0:'In the mirror, you looked quite strange woman''s face which is exactly copied all your actions. You hardly get to accept the idea that it is now is you.'
 	if daystart >= 10 and daystart < 30 and StoryLine = 0:'From the mirror looks at you a woman''s face, to which you have become accustomed to, but sometimes, no, no and yes flash the idea that it is not your face.'
-	
+
 	if curly > 0: '<br>Your curly hair will last for another <<curly>> days.'
 	if hbraids > 0: '<br>Your braided hair will last for another <<hbraids>> days.'
-	
+
 	set $makeUpString = '<br>'
-	
+
 	if kosmetica > 0: $makeUpString += 'Cosmetics: <<kosmetica>>'
 	if kosmetica = 0: $makeUpString += 'You have no makeup'
 
 	if lipbalm > 0: $makeUpString += ' | Lip Balm: <<lipbalm>>'
 	if lipbalm = 0: $makeUpString += ' | You have no lip balm left'
-	
+
 	*pl $makeUpString
 
 	if hapri = 0 and AutoHapri = 1:

+ 12 - 12
locations/seeporn

@@ -57,7 +57,7 @@ act 'watch':
 						pose = 1
 						brotherSexCount -= 1
 
-						gs'stat'
+						gs 'stat'
 						'Kolka said guys, that will accompany you. As soon as you come out of the house Mishkin, brother whispered:'
 						'"Let''s look for a quiet place, and that of the, it was not enough for me Misha." Soon you will find a secluded spot and Kolka said,:'
 						'"There will be normal. Let''s start."'
@@ -284,12 +284,12 @@ if $ARGS[0] = 'SeePornPalevo':
 	bratrand = RAND(0,1)
 	!boyseeporn += 1
 	'Boys watching porn and whispering to each other, casting lustful glances at you'
-	gs'stat'
+	gs 'stat'
 
 	if bratrand = 0:
 		cls
 		boyseeporn += 1
-		gs'stat'
+		gs 'stat'
 
 		'Zhendos offers "<<$name>>, What about the work mouth? Kolyan told us about your entertainment in the park so you can not build here because of offended innocence." Unless of course you do not want to even somebody found.'
 
@@ -298,7 +298,7 @@ if $ARGS[0] = 'SeePornPalevo':
 			bj += 3
 			sub += 3
 			gang += 1
-			gs'stat'
+			gs 'stat'
 
 			if rand1<30:'<center><img src="images/qwest/alter/ev2/seepornblowbang.jpg"></center>'
 			if rand1>=30:'<center><img src="images/qwest/alter/ev2/seepornbro0,<<rand(0,2)>>.gif"></center>'
@@ -311,12 +311,12 @@ if $ARGS[0] = 'SeePornPalevo':
 				cumlip += 2
 				cumfrot += 1
 				horny += 10
-				gs'stat'
+				gs 'stat'
 
 				'<center><img src="images/qwest/alter/ev2/seepornbbcum.jpg"></center>'
 				'The boys did not last long and become cum on your face covering it with a layer of sperm, Soon almost all of your face was covered with a layer of mucus and fragrant part of the sperm even got your clothes on. The boys laughed "That`s clever, the good girl".'
 
-				act 'Escape':gt'gorodok'
+				act 'Escape':gt 'gorodok'
 			end
 		end
 
@@ -326,7 +326,7 @@ if $ARGS[0] = 'SeePornPalevo':
 			!'<center><img src="images/qwest/alter/ev2/seepornHand.jpg"></center>'
 			'You indignantly rejected the offer kids. Brother looked at you askance "In vain you so. Another regret it."'
 
-			act 'Escape':gt'gorodok'
+			act 'Escape':gt 'gorodok'
 		end
 	elseif bratrand = 1:
 
@@ -338,7 +338,7 @@ if $ARGS[0] = 'SeePornPalevo':
 			bj += 3
 			sub += 3
 			gang += 1
-			gs'stat'
+			gs 'stat'
 
 			'<center><img src="images/qwest/alter/ev2/SeePornDouble.jpg"></center>'
 			'You dutifully kneels in front of the guys, pick up their hard dick and start to push them hard in her mouth.'
@@ -347,7 +347,7 @@ if $ARGS[0] = 'SeePornPalevo':
 			act 'Suck':
 				cls
 				horny += 10
-				gs'stat'
+				gs 'stat'
 
 				'<center><img src="images/qwest/alter/ev2/SeePornDouble2.jpg"></center>'
 				'You diligently continue to suck two dick at the same time, guys moaning and moving his hips trying to shove them to you deeper.'
@@ -361,13 +361,13 @@ if $ARGS[0] = 'SeePornPalevo':
 					cumlip += 2
 					cumfrot += 1
 
-					gs'stat'
+					gs 'stat'
 					'<center><img src="images/qwest/alter/ev2/seepornbjcum<<rand(2,3)>>.jpg"></center>'
 					'Do nothing you close your eyes and sit humbly on his knees, without disturbing them yourself obkanchivat. In the nose hits the pungent smell of sperm.'
 					'You feel like a hot sticky goo covers your entire face, individual droplets fall even on the neck and hair.'
 					'"This is for you, instead of face masks" - laughing boys. Jokers pancake, You are angry with difficulty razleplyaya eyes.'
 
-					act 'Escape':gt'gorodok'
+					act 'Escape':gt 'gorodok'
 				end
 			end
 		end
@@ -378,7 +378,7 @@ if $ARGS[0] = 'SeePornPalevo':
 			!'<center><img src="images/qwest/alter/ev2/seepornHand.jpg"></center>'
 			'You indignantly rejected the offer kids. Brother looked at you askance "In vain you so. Another regret it."'
 
-			act 'Escape':gt'gorodok'
+			act 'Escape':gt 'gorodok'
 		end
 	end
 end

+ 1 - 1
locations/street

@@ -425,7 +425,7 @@ if streetrand >= 100 and money >= 1000 and daystart >= 10 and hour <= 3:
 
 			act 'He was faster than you and you lost sight of him':gt 'street'
 
-		else:
+		else
 			$nameV = 'Rapist'
 			!!stats
 			strenV = 100

+ 1 - 1
locations/time

@@ -212,7 +212,7 @@ If month = 12 and pogodaday ! day:
 		else
 			$osadki = 'Goes fluffy snow.'
 		end
-	else:
+	else
 		osadki = rand(0, 10)
 
 		if osadki < painweather:

Some files were not shown because too many files changed in this diff