Browse Source

[fixed] progression block for Niko events. Removed double spaces in ARGS for niko events and ran cleanup.

3xpurt 4 years ago
parent
commit
fbf6af2069
5 changed files with 542 additions and 542 deletions
  1. 20 20
      locations/NikoDates.qsrc
  2. 181 181
      locations/NikoEv.qsrc
  3. 21 21
      locations/NikoEv2.qsrc
  4. 299 299
      locations/NikoSlut.qsrc
  5. 21 21
      locations/gschool_lunch.qsrc

+ 20 - 20
locations/NikoDates.qsrc

@@ -203,7 +203,7 @@ if $ARGS[0] = 'Date 1_2':
 						end
 					else
 						act 'Disagree (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-					end	
+					end
 				end
 			end
 			gs 'willpower', 'exhib', 'resist', 'medium'
@@ -221,7 +221,7 @@ if $ARGS[0] = 'Date 1_2':
 				end
 			else
 				act 'I can''t (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-			end	
+			end
 		end
 	end
 
@@ -585,7 +585,7 @@ if $ARGS[0] = 'Date 3':
 				end
 			else
 				act 'No (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-			end	
+			end
 		end
 	end
 end
@@ -822,8 +822,8 @@ if $ARGS[0] = 'Hallway Strip':
 		end
 	else
 		act 'No (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-	end	
-	
+	end
+
 	act 'Sounds fun':
 		*clr & cla
 		minut += 1
@@ -848,8 +848,8 @@ if $ARGS[0] = 'Hallway Strip':
 			end
 		else
 			act 'No (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-		end	
-		
+		end
+
 		act 'Begin stripping':
 			*clr & cla
 			inhib_exp += 1
@@ -874,7 +874,7 @@ if $ARGS[0] = 'Hallway Strip':
 			else
 				act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 			end
-			
+
 			act 'Continue stripping':
 				*clr & cla
 				inhib_exp += 2
@@ -899,8 +899,8 @@ if $ARGS[0] = 'Hallway Strip':
 					end
 				else
 					act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-				end	
-				
+				end
+
 				act 'Pose':
 					*clr & cla
 					inhib_exp += 2
@@ -924,8 +924,8 @@ if $ARGS[0] = 'Hallway Strip':
 						end
 					else
 						act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-					end	
-					
+					end
+
 					act 'Suck Niko''s dick':
 						*clr & cla
 						minut -= 3
@@ -950,9 +950,9 @@ if $ARGS[0] = 'Hallway Strip':
 						end
 					end
 				end
-			end	
+			end
 		end
-	end	
+	end
 end
 
 if $ARGS[0] = 'After School':
@@ -1033,7 +1033,7 @@ if $ARGS[0] = 'After School':
 				end
 			else
 				act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-			end	
+			end
 		end
 		gs 'willpower', 'exhib', 'resist', 'medium'
 		if will_cost <= pcs_willpwr:
@@ -1050,7 +1050,7 @@ if $ARGS[0] = 'After School':
 			end
 		else
 			act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-		end	
+		end
 	end
 	gs 'willpower', 'misc', 'resist', 'medium'
 	if will_cost <= pcs_willpwr:
@@ -1067,7 +1067,7 @@ if $ARGS[0] = 'After School':
 		end
 	else
 		act 'I can''t right now (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-	end	
+	end
 end
 
 if $ARGS[0] = 'Disco':
@@ -1190,7 +1190,7 @@ if $ARGS[0] = 'Disco':
 		end
 	else
 		act 'I really need to go (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-	end	
+	end
 end
 
 if $ARGS[0] = 'After School 2':
@@ -1283,7 +1283,7 @@ if $ARGS[0] = 'After School 2':
 				end
 			else
 				act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-			end	
+			end
 		end
 		gs 'willpower', 'exhib', 'resist', 'medium'
 		if will_cost <= pcs_willpwr:
@@ -1317,7 +1317,7 @@ if $ARGS[0] = 'After School 2':
 		end
 	else
 		act 'I can''t right now (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-	end	
+	end
 end
 
 if $ARGS[0] = 'Locker Room':

+ 181 - 181
locations/NikoEv.qsrc

@@ -11,7 +11,7 @@ if $ARGS[0] = 'Intro':
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/avatars/1.jpg"></center>'
 	'As you are walking out of school, you bump into one of your schoolmates Niko Volkov, who immediately gives you a warm smile. "Hello there, My name is Niko Volkov, may I ask you your name?"'
 
-	act 'I am <<$pcs_firstname>>':	
+	act 'I am <<$pcs_firstname>>':
 		*clr & cla
 		if npc_rel['A189'] < 50:npc_rel['A189'] = 50
 		NikoLuv += 2
@@ -19,11 +19,11 @@ if $ARGS[0] = 'Intro':
 		gs'stat'
 		'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/charmer1.jpg"></center>'
-		'You return the smile as you reply. "Hello yourself, my name is <<$pcs_firstname>>. Nice to meet you." Niko responds "Ahh <<$pcs_firstname>> what a beautiful name, very suitable for you. I need to get going but I am always available at lunchtime and would be very grateful, if you would grace me with your presence." He then gently grabs onto your fingers then raises it to his face before giving your hand a gently kiss. "Goodbye for now <<$pcs_firstname>>, I look forward to seeing you again." Niko then waves to you as he walks away.'		
+		'You return the smile as you reply. "Hello yourself, my name is <<$pcs_firstname>>. Nice to meet you." Niko responds "Ahh <<$pcs_firstname>> what a beautiful name, very suitable for you. I need to get going but I am always available at lunchtime and would be very grateful, if you would grace me with your presence." He then gently grabs onto your fingers then raises it to his face before giving your hand a gently kiss. "Goodbye for now <<$pcs_firstname>>, I look forward to seeing you again." Niko then waves to you as he walks away.'
 
-		act 'Leave':gt 'gschool_grounds', 'main'	
+		act 'Leave':gt 'gschool_grounds', 'main'
 	end
-	
+
 	act 'Beat it!':
 		*clr & cla
 		if npc_rel['A189'] > 25:npc_rel['A189'] = 25
@@ -32,10 +32,10 @@ if $ARGS[0] = 'Intro':
 		gs'stat'
 		'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/smile1.jpg"></center>'
-		'You give him a harsh stare as you shout, "Beat it punk! I''m not looking for a boyfriend!" He remains completely unfazed, as he responds, "I''m sorry that I bothered you." Niko never loses his smile, as he turns around and walks away. You can''t help but think to yourself. "Why was he so calm? What is it with that guy?" Before shaking your head and walking away.'	
-		
+		'You give him a harsh stare as you shout, "Beat it punk! I''m not looking for a boyfriend!" He remains completely unfazed, as he responds, "I''m sorry that I bothered you." Niko never loses his smile, as he turns around and walks away. You can''t help but think to yourself. "Why was he so calm? What is it with that guy?" Before shaking your head and walking away.'
+
 		act 'Leave':gt 'gschool_grounds', 'main'
-	end	
+	end
 end
 
 if $ARGS[0] = 'Lunch Intro':
@@ -64,11 +64,11 @@ if $ARGS[0] = 'Lunch Intro':
 			'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/avatars/<<week>>.jpg"></center>'
 			'You sit down next to Niko, and you both spend the next few minutes, getting to know each other.'
-			
+
 			act 'Go to class':gt 'gschool_lessons', 'short_break'
-		end	
+		end
 	end
-	
+
 	act 'Beat it!':
 		*clr & cla
 		if npc_rel['A189'] > 25:npc_rel['A189'] = 25
@@ -77,10 +77,10 @@ if $ARGS[0] = 'Lunch Intro':
 		gs'stat'
 		'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/charmer2.jpg"></center>'
-		'You give him a harsh stare as you shout, "Beat it punk! I''m not looking for a boyfriend!" He remains completely unphased, as he responds, "I''m sorry that I bothered you." Niko never loses his smile as he turns around and walks away. You can''t help but think to yourself. "Why was he so calm? What is it with that guy?" Before shaking your head and walking away.'	
-		
+		'You give him a harsh stare as you shout, "Beat it punk! I''m not looking for a boyfriend!" He remains completely unphased, as he responds, "I''m sorry that I bothered you." Niko never loses his smile as he turns around and walks away. You can''t help but think to yourself. "Why was he so calm? What is it with that guy?" Before shaking your head and walking away.'
+
 		act 'Leave':gt 'gschool_lessons', 'short_break'
-	end	
+	end
 end
 
 if $ARGS[0] = 'Lunch Chat':
@@ -89,12 +89,12 @@ if $ARGS[0] = 'Lunch Chat':
 	gs'stat'
 	'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
 	if NikoFightDay = daystart:
-		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev2/bruised2.jpg"></center>'	
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev2/bruised2.jpg"></center>'
 	elseif NikoPayback > 0:
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikomisc/avatars/<<week>>.jpg"></center>'
-	else	
+	else
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/avatars/<<week>>.jpg"></center>'
-	end	
+	end
 	'<<$npc_notes[''A189'']>>'
 	if npc_grupTipe['A189'] = 600:'Niko should not be available at this stage. If you are seeing this in game then please report this on the <font color=#FF00FF>Bug reports</font> thread.'
 	if npc_grupTipe['A189'] = 4:'Niko is a Gopnik, and spends a lot of time doing what Gopniks usually do: be loud, and drink beer.'
@@ -102,20 +102,20 @@ if $ARGS[0] = 'Lunch Chat':
 	if npc_rel['A189'] >= 20 and npc_rel['A189'] < 40:'You and Niko don''t get along very well.'
 	if npc_rel['A189'] >= 40 and npc_rel['A189'] < 60:'You and Niko have a normal relationship.'
 	if npc_rel['A189'] >= 60 and npc_rel['A189'] < 80:'You and Niko have a good relationship.'
-	if npc_rel['A189'] >= 80:'You and Niko have a great relationship.'	
+	if npc_rel['A189'] >= 80:'You and Niko have a great relationship.'
 	*nl
 	if NikoPayback = 2 and NikoPayed ! daystart:
 		'You approach Niko, and he turns to you with a puzzled look on his face. "Hmm, how did I not see you earlier? I thought that you might have been sick today, but here you are, so now to business. How will you be paying today?"'
-	elseif NikoPayback = 2:	
+	elseif NikoPayback = 2:
 		'You approach Niko, he looks at you with a blank stare, "You''re all payed up today, so what brings you here?"'
-	elseif NikoPayback = 3:	
+	elseif NikoPayback = 3:
 		'You approach Niko, and he turns to you then says, "Leave me alone. You are nothing but trouble." You giggle as you walk away.'
 	else
 		'You approach Niko, and his eyes light up. "Hello <<$pcs_firstname>>. I''m so glad to see you again. Please take a seat and chat with me."'
 	end
-	
+
 	if NikoLuv > -4 and NikoPayback = 0:
-		act 'Chat':	
+		act 'Chat':
 			*clr & cla
 			NikoLuv += 1
 			npc_rel['A189'] += rand(5,10)
@@ -124,27 +124,27 @@ if $ARGS[0] = 'Lunch Chat':
 			'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/avatars/<<week>>.jpg"></center>'
 			'You sit down next to Niko, and you both spend the next few minutes, getting to know each other.'
-			
+
 			act 'Go to class':gt 'gschool_lessons', 'short_break'
-		end	
-	end	
-	
+		end
+	end
+
 	if NikoLuv > -4 and NikoVolkovQW = 0 and NikoPayback = 0:
-		act 'Insult':	
-			*clr & cla	
+		act 'Insult':
+			*clr & cla
 			npc_rel['A189'] -= 5
 			NikoLuv -= 1
 			minut += 5
 			gs'stat'
 			'<center><img <<$set_imgh>> src="images/pc/fuckoff1.jpg"></center>'
 			'You extend your middle finger at Niko, as you walk past him. "Get lost loser." Niko turns his head as he responds. "Am I not worthy?" You continue to walk past him until you reach the hallway.'
-			
+
 			act 'Go to class':gt 'gschool_lessons', 'short_break'
-		end	
-	end	
-	
+		end
+	end
+
 	if NikoPayback = 2 and NikoPayed ! daystart:
-		act 'Money (200 <b>₽</b>)':	
+		act 'Money (200 <b>₽</b>)':
 			*clr & cla
 			money -= 200
 			NikoPayed = daystart
@@ -152,39 +152,39 @@ if $ARGS[0] = 'Lunch Chat':
 			gs'stat'
 			'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikomisc/avatars/<<week>>.jpg"></center>'
-			'"I have your money right here." You extend your hand, giving Niko (200 <b>₽</b>). Niko quickly counts it then gives you an approving nod, "it''s all here. Good, you''re all payed up for today, you can get going now."'	
-			
+			'"I have your money right here." You extend your hand, giving Niko (200 <b>₽</b>). Niko quickly counts it then gives you an approving nod, "it''s all here. Good, you''re all payed up for today, you can get going now."'
+
 			act 'Walk away':gt 'gschool_lunch', 'break'
 		end
-		
-		act 'Sex':	
+
+		act 'Sex':
 			*clr & cla
 			NikoPayed = daystart
 			minut += 5
 			gs'stat'
 			'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikomisc/avatars/<<week>>.jpg"></center>'
-			'You downcast your eyes, as you reply, "You can use my body, as payment." Niko''s eyes light up, "I was hoping you''d say that. Let''s not waste time." Niko grabs your ass firmly while leading you to the less used restroom.'	
+			'You downcast your eyes, as you reply, "You can use my body, as payment." Niko''s eyes light up, "I was hoping you''d say that. Let''s not waste time." Niko grabs your ass firmly while leading you to the less used restroom.'
 
 			act 'Head to the restroom with Niko':gt 'NikoPayback', 'Payback 3'
-		end	
-		
-	elseif NikoPayback = 2 and NikoPayed = daystart and NikoPayback_Sex ! daystart:	
-		act 'Offer Niko sex':	
+		end
+
+	elseif NikoPayback = 2 and NikoPayed = daystart and NikoPayback_Sex ! daystart:
+		act 'Offer Niko sex':
 			*clr & cla
 			NikoPayback_Sex = daystart
 			minut += 5
 			gs'stat'
 			'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/smile'+rand(2,3)+'.jpg"></center>'
-			'You walk up to Niko, and place your hand on his crotch, "I know that I already paid you in money, but I want to give you another special payment." Niko''s eyes light up, "Well, there''s no way, I''d say no to that. Let''s get going." Niko gives your ass a firm smack, as you both head toward the less used restroom.'	
+			'You walk up to Niko, and place your hand on his crotch, "I know that I already paid you in money, but I want to give you another special payment." Niko''s eyes light up, "Well, there''s no way, I''d say no to that. Let''s get going." Niko gives your ass a firm smack, as you both head toward the less used restroom.'
 
 			act 'Head to the restroom with Niko':gt 'NikoPayback', 'Payback 3'
 		end
-	end	
-	
+	end
+
 	if NikoPayback = 2 and NikoPayed = daystart:
-		act 'Chat':	
+		act 'Chat':
 			*clr & cla
 			minut += 10
 			gs'stat'
@@ -193,25 +193,25 @@ if $ARGS[0] = 'Lunch Chat':
 			'You reply, "I just want to talk. Is that alright?" Niko shrugs, as he replies, "Sounds fine with me, I have some spare time." You, and Niko spend the next few minutes, chatting about various topics.'
 
 			act 'Go to class':gt 'gschool_lessons', 'short_break'
-		end	
-	end	
-	
+		end
+	end
+
 	if NikoVolkovQW = 5 and NikoEv = 9:
-		act '<font color=#FF00FF><b>Special Activity</b></font>':	
+		act '<font color=#FF00FF><b>Special Activity</b></font>':
 			*clr & cla
 			gs'stat'
 			'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/avatars/<<week>>.jpg"></center>'
 			'You sit down next to Niko, "Hello Niko, I remember you telling me something about a special activity that you have planned." Niko grins, as he replies, "I have something special for us today. Are you ready to find out what it is?" You suddenly feel a cold chill down your spine, as he says that.'
-			
+
 			act '<font color=#FF00FF>Go with Niko</font>': gt 'NikoDates', 'Locker Room'
 
 			act 'Maybe later':gt 'NikoEv', 'Lunch Chat'
 		end
-	end	
-	
+	end
+
 	if NikoLuv <= -2 and NikoPayback = 0:
-		act 'Walk away':	
+		act 'Walk away':
 			*clr & cla
 			gs'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/school/hallway/wos4.jpg"></center>'
@@ -220,13 +220,13 @@ if $ARGS[0] = 'Lunch Chat':
 				'You walk away without saying a word. thinking to yourself. "What kind of easy lay, does he think I am?"'
 			elseif VK = 2:
 				'You walk away without saying a word. thinking to yourself. "What an annoying, little punk?"'
-			else	
+			else
 				'You walk away without saying a word. thinking to yourself. "Something about that guy, really annoys me."'
 			end
-				
+
 			act 'Go to class':gt 'gschool_lessons', 'short_break'
 		end
-		
+
 	elseif NikoPayback = 2 and NikoPayed = daystart:
 		act 'Walk away':gt 'gschool_lessons', 'short_break'
 	elseif NikoPayback = 0:
@@ -236,11 +236,11 @@ if $ARGS[0] = 'Lunch Chat':
 			'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/avatars/<<week>>.jpg"></center>'
 			'You tell Niko. "I would love to stay but I need to head to class early today." He responds "I understand <<$pcs_firstname>>. I guess I will have to wait longer for an audience with this princess." You can feel your face getting flush as you get up and walk out toward the hallway.'
-					
+
 			act 'Go to class':gt 'gschool_lessons', 'short_break'
 		end
 	elseif NikoPayback = 3:
-		act 'Walk away':gt 'gschool_lessons', 'short_break'	
+		act 'Walk away':gt 'gschool_lessons', 'short_break'
 	end
 end
 
@@ -253,7 +253,7 @@ if $ARGS[0] = 'Date Intro':
 	*nl
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/jewelry/necklace1.jpg"></center>'
 
-	act 'Accept the gift':	
+	act 'Accept the gift':
 		*clr & cla
 		if npc_rel['A189'] < 80:npc_rel['A189'] = 80
 		NikoDateIntro = 1
@@ -265,10 +265,10 @@ if $ARGS[0] = 'Date Intro':
 		gs'stat'
 		'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/charmer1.jpg"></center>'
-		'You give Niko a warm smile as you take the gift from him. "Thank you Niko, This necklace is so beautiful." Niko looks at you with such loving eyes. "I''m so glad you like them, how about I pick you up after school, and we can both head out together?" You reply, "I might be a bit late so just wait for me at the courtyard, okay?" Niko bows before you. "As you wish milady." He then backs away while keeping his head bowed until he turns the corner.'		
+		'You give Niko a warm smile as you take the gift from him. "Thank you Niko, This necklace is so beautiful." Niko looks at you with such loving eyes. "I''m so glad you like them, how about I pick you up after school, and we can both head out together?" You reply, "I might be a bit late so just wait for me at the courtyard, okay?" Niko bows before you. "As you wish milady." He then backs away while keeping his head bowed until he turns the corner.'
 
 		act 'Go to class':gt 'gschool_lessons', 'short_break'
-	end	
+	end
 	gs 'willpower', 'misc', 'resist', 'easy'
 	if will_cost <= pcs_willpwr:
 		act 'Decline the gift (<<will_cost>> Willpower)':
@@ -284,7 +284,7 @@ if $ARGS[0] = 'Date Intro':
 		end
 	else
 		act 'Decline the gift (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-	end	
+	end
 end
 
 if $ARGS[0] = 'Niko Dates':
@@ -304,28 +304,28 @@ if $ARGS[0] = 'Niko Dates':
 		gt 'NikoEv', 'Date 4'
 	elseif NikoEv = 11:
 		gt 'NikoEv', 'New Life'
-	end	
-end	
+	end
+end
 
-if $ARGS[0] =  'Date 1':
+if $ARGS[0] = 'Date 1':
 	*clr & cla
 	gs'stat'
 	'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/niko1.jpg"></center>'
 	'You walk up to Niko, and his eyes light up as he sees you. "Greetings <<$pcs_firstname>>, I hope that you are ready to have a good time."'
 
-	act 'I''m ready':	
+	act 'I''m ready':
 		*clr & cla
 		NikoEv = 2
 		minut += 5
 		gs'stat'
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/dates/walk1.jpg"></center>'
-		'"I sure am." Niko gives you a warm smile as he responds, "I figured that we could go to an amusement park, out of town. I will pay our way of course, so come on, let''s get going." Niko takes your hand, and walks you to the train station where you both board the train and get seated.'	
-		
+		'"I sure am." Niko gives you a warm smile as he responds, "I figured that we could go to an amusement park, out of town. I will pay our way of course, so come on, let''s get going." Niko takes your hand, and walks you to the train station where you both board the train and get seated.'
+
 		act 'Go with Niko':gt 'NikoDates', 'Date 1_1'
 	end
-	
-	act 'Not yet':	
+
+	act 'Not yet':
 		*clr & cla
 		minut += 5
 		gs'stat'
@@ -337,14 +337,14 @@ if $ARGS[0] =  'Date 1':
 	end
 end
 
-if $ARGS[0] =  'Date 2':
+if $ARGS[0] = 'Date 2':
 	*clr & cla
 	gs'stat'
 	'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/niko2.jpg"></center>'
 	'You walk up to Niko, and he lowers his cigarette before saying, "Hello <<$pcs_firstname>> I wanted to tell you that I am sorry, for how I acted yesterday. I just wanted to you leave your shell a bit. You always seem so tense." You reply, "Tense? I guess I could try to lighten up a bit. Maybe." Niko smiles as he responds, "Good enough. So are you ready for a surprise I have you? We could be out all afternoon."'
 
-	act 'I''m ready':	
+	act 'I''m ready':
 		*clr & cla
 		NikoEv = 3
 		minut += 5
@@ -352,11 +352,11 @@ if $ARGS[0] =  'Date 2':
 		'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/dates/walk2.jpg"></center>'
 		'"I sure am." Niko''s smile widens as he replies, "Great let''s get going." Niko wraps his arm around your waist as he leads you toward the lake.'
-		
+
 		act 'Follow Niko''s lead':gt 'NikoDates', 'Date 2'
 	end
-	
-	act 'Not yet':	
+
+	act 'Not yet':
 		*clr & cla
 		minut += 5
 		gs'stat'
@@ -368,26 +368,26 @@ if $ARGS[0] =  'Date 2':
 	end
 end
 
-if $ARGS[0] =  'Date 3':
+if $ARGS[0] = 'Date 3':
 	*clr & cla
 	gs'stat'
 	'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/niko3.jpg"></center>'
 	'You walk up to Niko and his eyes light up as he sees you. "Greetings <<$pcs_firstname>>, I have a surprise activity for today, We could be out all afternoon. Are you up for it?"'
 
-	act 'I''m ready':	
+	act 'I''m ready':
 		*clr & cla
 		NikoEv = 4
 		minut += 5
 		gs'stat'
 		'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/dates/walk3.jpg"></center>'
-		'"I sure am." Niko''s smile widens as he replies, "Great let''s get going." Niko wraps his arm around your waist, as he leads you toward the lake.'	
-		
+		'"I sure am." Niko''s smile widens as he replies, "Great let''s get going." Niko wraps his arm around your waist, as he leads you toward the lake.'
+
 		act 'Follow Niko''s lead':gt 'NikoDates', 'Date 2'
 	end
-	
-	act 'Not yet':	
+
+	act 'Not yet':
 		*clr & cla
 		minut += 5
 		gs'stat'
@@ -399,26 +399,26 @@ if $ARGS[0] =  'Date 3':
 	end
 end
 
-if $ARGS[0] =  'Date 4':
+if $ARGS[0] = 'Date 4':
 	*clr & cla
 	gs'stat'
 	'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/smile1.jpg"></center>'
 	'You walk up to Niko, and his eyes light up as he sees you. "Ahhh <<$pcs_firstname>>, I''m so glad to see you. Are you up for a nice relaxing day at the beach?"'
 
-	act 'I''m ready':	
+	act 'I''m ready':
 		*clr & cla
 		NikoEv = 5
 		minut += 5
 		gs'stat'
 		'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/dates/walk4.jpg"></center>'
-		'"I can never turn down a day at the beach." Niko chuckles as he responds, "Great I have everything we should need here." Niko then opens his bag which houses a beach towel, cigarettes and sunscreen. You happily grab onto his hand then say, "What are we waiting for? Let''s go!" You then lead Niko toward the lake.'	
+		'"I can never turn down a day at the beach." Niko chuckles as he responds, "Great I have everything we should need here." Niko then opens his bag which houses a beach towel, cigarettes and sunscreen. You happily grab onto his hand then say, "What are we waiting for? Let''s go!" You then lead Niko toward the lake.'
 
 		act 'Enter train station':gt 'NikoDates', 'Date 3'
 	end
-	
-	act 'Not yet':	
+
+	act 'Not yet':
 		*clr & cla
 		minut += 5
 		gs'stat'
@@ -430,26 +430,26 @@ if $ARGS[0] =  'Date 4':
 	end
 end
 
-if $ARGS[0] =  'New Life':
+if $ARGS[0] = 'New Life':
 	*clr & cla
 	gs'stat'
 	'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/niko1.jpg"></center>'
 	'As you approach Niko, he nods then motions you over, "Are you ready to head out?"'
-	
+
 	act 'Yes':
 		*clr & cla
 		minut += 5
 		gs'stat'
 		'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
-		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/avatars/<<week>>.jpg"></center>'		
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/avatars/<<week>>.jpg"></center>'
 		'Niko smiles, as he responds, "Great now let''s head out." Niko wraps his arm around your shoulder then walks you toward the park.'
-		
+
 		gt 'NikoEv2', 'Park'
-	end	
-	
+	end
+
 	act 'Not right now':gt 'gschool_grounds', 'main'
-end	
+end
 
 !!!!!!!!!!!
 !! Disco !!
@@ -461,7 +461,7 @@ if $ARGS[0] = 'Disco Intro':
 	'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikomisc/brother/upset.jpg"></center>'
 	'You approach Niko, and immediately notice that he is passed out. He must have a lot to drink today.'
-	
+
 	act 'Walk away':gt 'gdkin'
 end
 
@@ -471,12 +471,12 @@ if $ARGS[0] = 'Disco Chat':
 	gs'stat'
 	'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
 	if NikoFightDay = daystart:
-		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev2/bruised2.jpg"></center>'		
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev2/bruised2.jpg"></center>'
 	elseif NikoPayback > 0:
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikomisc/avatars/<<week>>.jpg"></center>'
-	else	
+	else
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/avatars/<<week>>.jpg"></center>'
-	end	
+	end
 	'<<$npc_notes[''A189'']>>'
 	if npc_grupTipe['A189'] = 600:'Niko should not be available at this stage. If you are seeing this in game then please report this on the <font color=#FF00FF>Bug reports</font> thread.'
 	if npc_grupTipe['A189'] = 4:'Niko is a Gopnik, and spends a lot of time doing what Gopniks usually do: be loud, and drink beer.'
@@ -484,22 +484,22 @@ if $ARGS[0] = 'Disco Chat':
 	if npc_rel['A189'] >= 20 and npc_rel['A189'] < 40:'You, and Niko don''t get along very well.'
 	if npc_rel['A189'] >= 40 and npc_rel['A189'] < 60:'You, and Niko have a normal relationship.'
 	if npc_rel['A189'] >= 60 and npc_rel['A189'] < 80:'You, and Niko have a good relationship.'
-	if npc_rel['A189'] >= 80:'You, and Niko have a great relationship.'	
-	*nl	
+	if npc_rel['A189'] >= 80:'You, and Niko have a great relationship.'
+	*nl
 	if NikoLuv > -4 and  NikoPayback = 0 and NikoAlko = 0:
 		'You approach Niko, and he gives you a welcoming smile. "Good to see you again. would you like a drink?"'
 	elseif NikoLuv > -4 and  NikoPayback = 0 and NikoAlko >= 2:
 		'You approach Niko, and he gives you a welcoming smile. "You''re looking lovely today, Would you like to dance."'
 	elseif NikoPayback = 2 and NikoPayed ! daystart:
 		'You approach Niko, and he turns to you with a puzzled look on his face. "Hmm, you didn''t show up to school today, were you sick? Bah, it doesn''t matter, you''re here now, so let''s get down to business. My dick is dry and my wallet lite, which one of those issues, will you be solving today?"'
-	elseif NikoPayback = 2:	
+	elseif NikoPayback = 2:
 		'You approach Niko, and he looks at you with a blank stare, "You''re all payed up today, so why are you talking to me? Trying to mooch a free drink off me?"'
-	elseif NikoPayback = 3:	
-		'You approach Niko, and he turns to you then says, "Leave me alone. You are nothing but trouble." You giggle as you walk away.'		
-	end	
-		
+	elseif NikoPayback = 3:
+		'You approach Niko, and he turns to you then says, "Leave me alone. You are nothing but trouble." You giggle as you walk away.'
+	end
+
 	if NikoLuv > -4 and  NikoPayback = 0:
-		act 'Drink':	
+		act 'Drink':
 			*clr & cla
 			NikoAlko = 2
 			gs 'drugs', 'alcohol', 'vodka'
@@ -508,14 +508,14 @@ if $ARGS[0] = 'Disco Chat':
 			minut += 10
 			gs'stat'
 			'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_2_2.mp4"></video></center>'
-			'"I would love to." Niko opens up a bottle of alcohol then hands you the bottle, as he gives you a wink. You both spend the next few minutes drinking, and sharing stories.'			
-			
+			'"I would love to." Niko opens up a bottle of alcohol then hands you the bottle, as he gives you a wink. You both spend the next few minutes drinking, and sharing stories.'
+
 			act 'Get up':gt 'gdkin'
-		end	
-	end	
-	
+		end
+	end
+
 	if NikoLuv > -4 and  NikoPayback = 0:
-		act 'Dance':	
+		act 'Dance':
 			*clr & cla
 			danc_exp += rand(1,3)
 			NikoLuv += 1
@@ -523,28 +523,28 @@ if $ARGS[0] = 'Disco Chat':
 			minut += 10
 			gs'stat'
 			'<center><video autoplay loop src="images/characters/pavlovsk/school/boy/niko/nikomisc/disco/dance'+rand(1,2)+'.mp4"></video></center>'
-			'"I would love to." Niko takes your hand then leads you to the dance floor where you both spend the next few minutes, dancing together.'		
-			
+			'"I would love to." Niko takes your hand then leads you to the dance floor where you both spend the next few minutes, dancing together.'
+
 			act 'Finish dancing':gt 'gdkin'
-		end	
-	end	
-	
+		end
+	end
+
 	if NikoLuv > -4 and NikoVolkovQW = 0 and  NikoPayback = 0:
-		act 'Insult':	
-			*clr & cla	
+		act 'Insult':
+			*clr & cla
 			npc_rel['A189'] -= 5
 			NikoLuv -= 1
 			minut += 5
 			gs'stat'
 			'<center><img <<$set_imgh>> src="images/pc/fuckoff2.jpg"></center>'
 			'You lift up your hands then extend your middle fingers on each hand, "I only drink with men, not boys." Niko shakes his head, as he responds. "Aww, you''re no fun." You turn around then walk toward the dance floor.'
-			
+
 			act 'Walk away':gt 'gdkin'
-		end	
-	end	
-	
+		end
+	end
+
 	if NikoPayback = 2 and NikoPayed ! daystart:
-		act 'Money (200 <b>₽</b>)':	
+		act 'Money (200 <b>₽</b>)':
 			*clr & cla
 			money -= 200
 			NikoPayed = daystart
@@ -552,12 +552,12 @@ if $ARGS[0] = 'Disco Chat':
 			gs'stat'
 			'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikomisc/avatars/<<week>>.jpg"></center>'
-			'"I have your money right here." You extend your hand, giving Niko (200 <b>₽</b>). Niko quickly counts it then gives you an approving nod, "it''s all here. Good, you''re all payed up for today, you can get going now."'	
-			
+			'"I have your money right here." You extend your hand, giving Niko (200 <b>₽</b>). Niko quickly counts it then gives you an approving nod, "it''s all here. Good, you''re all payed up for today, you can get going now."'
+
 			act 'Walk away':gt 'gdkin'
 		end
-		
-		act 'Sex':	
+
+		act 'Sex':
 			*clr & cla
 			NikoPayed = daystart
 			NikoPayback_Sex = daystart
@@ -566,13 +566,13 @@ if $ARGS[0] = 'Disco Chat':
 			gs'stat'
 			'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikomisc/disco/niko.jpg"></center>'
-			'You downcast your eyes, as you reply, "You can use my body, as payment." Niko''s kneels down then begins rubbing your legs, as he replies,, "I was hoping you''d say that. Let''s not waste time." Niko grabs your ass firmly while leading you to the mens restroom.'	
+			'You downcast your eyes, as you reply, "You can use my body, as payment." Niko''s kneels down then begins rubbing your legs, as he replies,, "I was hoping you''d say that. Let''s not waste time." Niko grabs your ass firmly while leading you to the mens restroom.'
 
 			act 'Head to the restroom with Niko':gt 'NikoPayback', 'Payback 3'
-		end	
-		
-	elseif NikoPayback = 2 and NikoPayed = daystart and NikoPayback_Sex ! daystart:	
-		act 'Offer Niko sex':	
+		end
+
+	elseif NikoPayback = 2 and NikoPayed = daystart and NikoPayback_Sex ! daystart:
+		act 'Offer Niko sex':
 			*clr & cla
 			NikoDiscoPay = 1
 			NikoPayback_Sex = daystart
@@ -580,14 +580,14 @@ if $ARGS[0] = 'Disco Chat':
 			gs'stat'
 			'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/smile'+rand(2,3)+'.jpg"></center>'
-			'You walk up to Niko then place your hand on his crotch, "I know that I already payed you in money, but I want to give you another special payment." Niko''s eyes light up, "Well, there''s no way, I''d say no to that. Let''s get going." Niko gives your ass a firm smack, as you both head toward the mens restroom.'	
+			'You walk up to Niko then place your hand on his crotch, "I know that I already payed you in money, but I want to give you another special payment." Niko''s eyes light up, "Well, there''s no way, I''d say no to that. Let''s get going." Niko gives your ass a firm smack, as you both head toward the mens restroom.'
 
 			act 'Head to the restroom with Niko':gt 'NikoPayback', 'Payback 3'
 		end
-	end	
-	
+	end
+
 	if NikoPayback = 2 and NikoPayed = daystart:
-		act 'Chat':	
+		act 'Chat':
 			*clr & cla
 			minut += 5
 			gs'stat'
@@ -596,11 +596,11 @@ if $ARGS[0] = 'Disco Chat':
 			'You reply, "I just want to talk. Is that alright?" Niko shrugs, as he replies, "Sounds fine with me, I have some spare time, but don''t think that you''re getting any free beer off of me." You, and Niko spend the next few minutes, chatting about various topics.'
 
 			act 'Finish chatting':gt 'Nikoev', 'Disco Chat'
-		end	
-	end	
-	
+		end
+	end
+
 	if NikoLuv <= -2 and NikoPayback = 0:
-		act 'Walk away':	
+		act 'Walk away':
 			*clr & cla
 			NikoAlko = 0
 			gs'stat'
@@ -608,15 +608,15 @@ if $ARGS[0] = 'Disco Chat':
 			VK = rand(1,3)
 			if VK = 1:
 				'You walk away without saying a word, thinking to yourself. "What kind of easy lay, does he think I am?"'
-			elseif VK = 2:	
+			elseif VK = 2:
 				'You walk away without saying a word, thinking to yourself. "What an annoying, little punk?"'
-			else	
+			else
 				'You walk away without saying a word, thinking to yourself. "Something about that guy, really annoys me."'
-			end	
-				
+			end
+
 			act 'Step away':gt 'gdkin'
 		end
-		
+
 	elseif NikoPayback = 2 and NikoPayed = daystart:
 		act 'Walk away':gt 'gdkin'
 	elseif NikoPayback = 0:
@@ -627,20 +627,20 @@ if $ARGS[0] = 'Disco Chat':
 			'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/avatars/<<week>>.jpg"></center>'
 			'You tell Niko. "I would love to stay, but I need to head home early today, or my <<$npc_nickname[''A29'']>> will freak out." He responds "I know how parents can be, I will always be around, if you even have a few minutes to spare." You give Niko a warm smile, as you wave goodbye.'
-					
+
 			act 'Step away':gt 'gdkin'
 		end
-		
+
 	else
-		act 'Walk away':gt 'gdkin'		
-	end	
+		act 'Walk away':gt 'gdkin'
+	end
 end
 
 !!!!!!!!!!!!!
 !! Breakup !!
 !!!!!!!!!!!!!
 
-if $ARGS[0] =  'Lunch Breakup':
+if $ARGS[0] = 'Lunch Breakup':
 	*clr & cla
 	NikoFightDay = daystart
 	NikoPayback = 1
@@ -651,21 +651,21 @@ if $ARGS[0] =  'Lunch Breakup':
 	minut += 5
 	gs'stat'
 	'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
-	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/avatars/<<week>>.jpg"></center>'	
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/avatars/<<week>>.jpg"></center>'
 	'You approach Niko with a stern look on your face. Niko notices you then says. "Ah there you are, You disappeared on me yesterday." You quickly reply, "I DISAPPEARED!? YOU RAN OFF AND LEFT ME TIED UP!" Niko recoils before responding, "Did I? I''m sorry I just had to..." You cut Niko off. "I DON''T WANT TO HEAR IT! I never should have trusted you. How could I have been so stupid?" Niko responds, "Hey let''s not be hasty here." You quickly reply, "NO! I want nothing to do with you. Stay away from me." '
 
 	act 'Walk away':
 		*clr & cla
 		gs'stat'
 		'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
-		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/school/restroom/ouch.jpg"></center>'	
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/school/restroom/ouch.jpg"></center>'
 		'Niko then gets noticeably angry, as he responds, "After all the time and money I spent on you? You wiull not leave me. I will get what I deserve!" You reply, "You got that right." You then wind up your leg before ramming it in between his legs, smashing on his balls, causing him to drop to the ground squirming in pain. You spit on Niko before walking away.'
 
 		act 'Walk away':gt 'gschool_lessons', 'short_break'
-	end	
-end		
-	
-if $ARGS[0] =  'Disco Breakup':
+	end
+end
+
+if $ARGS[0] = 'Disco Breakup':
 	*clr & cla
 	NikoBreakupDay = daystart
 	NikoPayback = 1
@@ -676,36 +676,36 @@ if $ARGS[0] =  'Disco Breakup':
 	minut += 5
 	gs'stat'
 	'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
-	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/avatars/<<week>>.jpg"></center>'	
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/avatars/<<week>>.jpg"></center>'
 	'You approach Niko with a stern look on your face. Niko notices you then says. "Ah there you are, You disappeared on me yesterday." You quickly reply, "I DISAPPEARED!? YOU RAN OFF AND LEFT ME TIED UP!" Niko recoils before responding, "Did I? I''m sorry I just had to..." You cut Niko off. "I DON''T WANT TO HEAR IT! I never should have trusted you. How could I have been so stupid?" Niko responds, "Hey let''s not be hasty here." You quickly reply, "NO! I want nothing to do with you. Stay away from me." '
 
 	act 'Walk away':
 		*clr & cla
 		gs'stat'
 		'<center><b><h4><font color="red"><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
-		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikomisc/fight/down.jpg"></center>'		
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikomisc/fight/down.jpg"></center>'
 		'Niko then gets noticeably angry, as he responds, "After all the time and money that I spent on you? You will not leave me! I will get what I deserve!" You reply, "You got that right." You then wind up your leg before ramming it in between his legs, smashing against his balls, causing him to drop to the ground, squirming in pain. You spit on Niko before walking away.'
 
 		act 'Step away':gt 'gdkin'
-	end	
-end	
+	end
+end
 
-if $ARGS[0] =  'Disco Breakup 2':
+if $ARGS[0] = 'Disco Breakup 2':
 	*clr & cla
 	minut += 1
 	gs'stat'
 	'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
-	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikomisc/brother/aftermath2.jpg"></center>'	
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikomisc/brother/aftermath2.jpg"></center>'
 	'You see Niko on the ground, squirming in pain, and can''t help but feel very satisfied, seeing Niko get what he deserved.'
 
 	act 'Step away':gt 'gdkin'
-end	
+end
 
 !!!!!!!!!!!!!!!
 !! Jealously !!
 !!!!!!!!!!!!!!!
 
-if $ARGS[0] =  'Fyodor':
+if $ARGS[0] = 'Fyodor':
 	*clr & cla
 	NikoVsFedor = 1
 	gs'stat'
@@ -713,20 +713,20 @@ if $ARGS[0] =  'Fyodor':
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/niko'+rand(1,3)+'.jpg"></center>'
 	'You walk up to Niko and his eyes light up as he sees you. "Greetings <<$pcs_firstname>>, I hope you are ready to have a good time." You suddenly feel a hand gently but firmly grab onto your arm.'
 
-	act 'Turn around':	
+	act 'Turn around':
 		*clr & cla
 		minut += 5
 		gs'stat'
 		'<center><b><h4><font color="blue"><<"Fyodor [Fedor] Kozlov">></font></h4></b></center>'
 		'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big5.jpg"></center>'
-		'You turn to see Fedor with a concerned look on his face. "<<$pcs_firstname>> what are doing over here with him? You should be careful hanging around guys like him. He is no good for you." Niko just stares on in silence with an annoyed look on his face. You turn to Fedor and say, "Don''t worry Fedor it''s not what it looks like. Niko was just..." Niko quickly continues your sentence. "<<$pcs_firstname>>''s father is planing on buying one of my brothers old bikes, so she came to me to discuss the details. That''s all." Fedor gives Niko a blank stare. "I''ve seen your brother before and I don''t think that <<$pcs_firstname>> should be dealing with him or you." Niko shrugs as he replies, "Well that''s <<$pcs_firstname>>''s call, not yours." Fedor walks right up to Niko then clenches his fists. "Well no one asked for your input."' 
-		'Niko doesn''t seem worried as he casually leans against the wall. "No need to get violent. I''m sure <<$pcs_firstname>> doesn''t want us fighting in front of her for no reason. That would be really rude of us, wouldn''t it?" Fedor looks back to you with an embarrassed look on his face. "Sorry <<$pcs_nickname>> I hope I''m not making you uncomfortable. Just be careful with this one okay?" You give Fedor a nod and a smile as he turns around then walks away.'				
+		'You turn to see Fedor with a concerned look on his face. "<<$pcs_firstname>> what are doing over here with him? You should be careful hanging around guys like him. He is no good for you." Niko just stares on in silence with an annoyed look on his face. You turn to Fedor and say, "Don''t worry Fedor it''s not what it looks like. Niko was just..." Niko quickly continues your sentence. "<<$pcs_firstname>>''s father is planing on buying one of my brothers old bikes, so she came to me to discuss the details. That''s all." Fedor gives Niko a blank stare. "I''ve seen your brother before and I don''t think that <<$pcs_firstname>> should be dealing with him or you." Niko shrugs as he replies, "Well that''s <<$pcs_firstname>>''s call, not yours." Fedor walks right up to Niko then clenches his fists. "Well no one asked for your input."'
+		'Niko doesn''t seem worried as he casually leans against the wall. "No need to get violent. I''m sure <<$pcs_firstname>> doesn''t want us fighting in front of her for no reason. That would be really rude of us, wouldn''t it?" Fedor looks back to you with an embarrassed look on his face. "Sorry <<$pcs_nickname>> I hope I''m not making you uncomfortable. Just be careful with this one okay?" You give Fedor a nod and a smile as he turns around then walks away.'
 
 		act 'Turn back toward Niko':gt 'NikoEv', 'Niko Dates'
 	end
 end
 
-if $ARGS[0] =  'Viktor':
+if $ARGS[0] = 'Viktor':
 	*clr & cla
 	NikoVsVitek = 1
 	minut += 5
@@ -734,33 +734,33 @@ if $ARGS[0] =  'Viktor':
 	'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikoev/niko'+rand(1,3)+'.jpg"></center>'
 	'You walk up to Niko and give him a smile then you suddenly see Vitek quickly walk up to Niko and say, "What are you doing with <<$pcs_firstname>>? She is mine." Niko chuckles as he raises his hands, "I was just helping <<$pcs_firstname>> with finding the person spreading mean rumors about her." Vitek responds, "What rumors?" Niko replies, "Someone said that <<$pcs_firstname>> here is dating a fat, brain dead, gopnik. I wonder who that rumor was referring to." Vitek begins seething with anger as he ask, "Who the fuck said that shit?" Niko replies, "It took some digging, but I found out that it was him." Niko points to Lesco Tsarev, causing Vitek to turn to Lesco then shout, "You fucking little bitch! I will tear your arm off!" He then charges at Lesco, who begins running for his life. While they were distracted, Niko takes your hand then leads you out of the school grounds.'
-	
+
 	act 'Follow Niko''s lead':gt 'NikoEv', 'Niko Dates'
 end
 
-if $ARGS[0] =  'Dimka':
+if $ARGS[0] = 'Dimka':
 	*clr & cla
 	NikoVsDimka = 1
 	gs'stat'
 	'<center><b><h4><font color="maroon"><<"Dmitriy [Dimka] Nosov">></font></h4></b></center>'
 	'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big1.jpg"></center>'
-	'You walk up to Niko and give him a smile then see Dimka approach you then gives Niko a puzzled look. "What are you with <<$pcs_firstname>>. She is my girl." Niko gives Dimka a blank stare as he responds, "Sure she is...Why don''t you just piss off before I get pissed off?" Dimka then says, "Why don''t we ask her who she''s dating?" Niko replies, "Because asking a girl to kiss and tell is rude." Dimka looks shocked as he responds, "You don''t care? But would you care if I told you that <<$pcs_nickname>> here is a cocksucker?" Niko raises an eyebrow. "Well do you have proof of that, or are you just blowing smoke?"'	
+	'You walk up to Niko and give him a smile then see Dimka approach you then gives Niko a puzzled look. "What are you with <<$pcs_firstname>>. She is my girl." Niko gives Dimka a blank stare as he responds, "Sure she is...Why don''t you just piss off before I get pissed off?" Dimka then says, "Why don''t we ask her who she''s dating?" Niko replies, "Because asking a girl to kiss and tell is rude." Dimka looks shocked as he responds, "You don''t care? But would you care if I told you that <<$pcs_nickname>> here is a cocksucker?" Niko raises an eyebrow. "Well do you have proof of that, or are you just blowing smoke?"'
 
-	act 'See what Dimka does':	
+	act 'See what Dimka does':
 		*clr & cla
 		minut += 5
 		gs'stat'
 		'<center><b><h4><font color="maroon"><<"Dmitriy [Dimka] Nosov">></font></h4></b></center>'
 		'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big1.jpg"></center>'
-		'Dimka quickly pulls out his phone then starts up a video then shows it to Niko. You recognize the video of you sucking on Dimka''s dick, you don''t know how you are going to explain this to Niko. Niko watches the video then turns to you and says, "You have some talents, I see." He pulls out his phone then taps the screens of both phones for a few seconds then returns Dimka''s phone. Dimka grins as he says, "See I told you that she is a whore." Niko replies, "You are still being rude. Thanks for the vid, but you can get lost now." Dimka recoils in shock, "But this video sho... Hey what the hell? Did you delete it?" Niko smirks as he replies, "Well of course I have. I can''t just let you keep embarrassing videos of my girl, now can I?"'	
-		
-		act 'Continue':	
+		'Dimka quickly pulls out his phone then starts up a video then shows it to Niko. You recognize the video of you sucking on Dimka''s dick, you don''t know how you are going to explain this to Niko. Niko watches the video then turns to you and says, "You have some talents, I see." He pulls out his phone then taps the screens of both phones for a few seconds then returns Dimka''s phone. Dimka grins as he says, "See I told you that she is a whore." Niko replies, "You are still being rude. Thanks for the vid, but you can get lost now." Dimka recoils in shock, "But this video sho... Hey what the hell? Did you delete it?" Niko smirks as he replies, "Well of course I have. I can''t just let you keep embarrassing videos of my girl, now can I?"'
+
+		act 'Continue':
 			*clr & cla
 			gs'stat'
 			'<center><b><h4><font color=#E400FF><<"Nikolai [Niko] Volkov">></font></h4></b></center>'
-			'<center><video autoplay loop src="images/characters/pavlovsk/school/boy/niko/nikoev/pissoff.mp4"></video></center>'			
-			'Niko begins lighting his cigarette before Dimka suddenly shouts, "How dare you!? You fucking sack of shit! That was my video!" Niko gets off the wall then approaches Dimka, causing Dimka to immediately back up. Niko grabs Dimka''s face with one hand then brings it to his before blowing smoke in his face then saying, "I will give you one more chance to leave before I accept Lavrenti''s offer to make your life a living hell." Dimka quickly backs off as he says, "You''re insane!...Whatever...Keep her!" Dimka then quickly walks away.'		
-		
+			'<center><video autoplay loop src="images/characters/pavlovsk/school/boy/niko/nikoev/pissoff.mp4"></video></center>'
+			'Niko begins lighting his cigarette before Dimka suddenly shouts, "How dare you!? You fucking sack of shit! That was my video!" Niko gets off the wall then approaches Dimka, causing Dimka to immediately back up. Niko grabs Dimka''s face with one hand then brings it to his before blowing smoke in his face then saying, "I will give you one more chance to leave before I accept Lavrenti''s offer to make your life a living hell." Dimka quickly backs off as he says, "You''re insane!...Whatever...Keep her!" Dimka then quickly walks away.'
+
 			act 'Thank Niko':
 				*clr & cla
 				dimafilm = 0
@@ -774,10 +774,10 @@ if $ARGS[0] =  'Dimka':
 					act 'Sure thing':gt 'NikoEv2', 'Events'
 				else
 					act 'Sure thing':gt 'NikoEv', 'Niko Dates'
-				end	
+				end
 			end
-		end	
-	end	
+		end
+	end
 end
 
 --- NikoEv ---------------------------------

+ 21 - 21
locations/NikoEv2.qsrc

@@ -2,7 +2,7 @@
 
 menu_off = 1
 
-if $ARGS[0] =  'Park':
+if $ARGS[0] = 'Park':
 	cls
 	if pav_sex < 230:pav_sex = 250
 	gs 'fame'
@@ -66,7 +66,7 @@ if $ARGS[0] =  'Park':
 	end
 end
 
-if $ARGS[0] =  'Home Date':
+if $ARGS[0] = 'Home Date':
 	cls
 	minut += 10
 	gs'stat'
@@ -76,7 +76,7 @@ if $ARGS[0] =  'Home Date':
 	act 'Wash up':gt 'NikoDates', 'Quick Wash'
 end
 
-if $ARGS[0] =  'Reward':
+if $ARGS[0] = 'Reward':
 	cls
 	gs 'boyStat', 'A190'
 	if pav_sex < 230:pav_sex = 250
@@ -173,7 +173,7 @@ if $ARGS[0] =  'Reward':
 	end
 end
 
-if $ARGS[0] =  'Niko Wake':
+if $ARGS[0] = 'Niko Wake':
 	cls
 	pcs_sleep += 20
 	NikoVolkovQW = 10
@@ -197,7 +197,7 @@ if $ARGS[0] =  'Niko Wake':
 	end
 end
 
-if $ARGS[0] =  'Lunch Chat':
+if $ARGS[0] = 'Lunch Chat':
 	cls
 	if pav_sex < 230:pav_sex = 250
 	gs 'fame'
@@ -298,10 +298,10 @@ if $ARGS[0] =  'Lunch Chat':
 		end
 	else
 		act 'I can''t right now (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-	end	
+	end
 end
 
-if $ARGS[0] =  'Lunch Chat 2':
+if $ARGS[0] = 'Lunch Chat 2':
 	cls
 	if pav_sex < 230:pav_sex = 250
 	gs 'fame'
@@ -374,7 +374,7 @@ if $ARGS[0] =  'Lunch Chat 2':
 
 							act 'Make Niko cum':
 								cls
-								NikoEv = 16
+								NikoEv = 17
 								gs'stat'
 								'<center><video autoplay loop src="images/characters/pavlovsk/school/boy/niko/nikomisc/payback/anal.mp4"></video></center>'
 								'Feeling so turned on, and blinded by the pleasure you scream out, "Cum inside me Niko! Please cum inside me!" Niko thrust one more time before shaking his head, and saying, "No!" Niko then pulls out of you and begins cumming on your ass, adding to Lavrenti''s cum on your ass. Niko catches his breath before saying, "You were amazing <<$pcs_firstname>>. So fucking hot." You give Niko a soft kiss before replying, "I''m always happy to please you Niko." Niko gives you a very pleased smile, as he responds, "I really made the right choice in choosing you. That''s for sure. I have some plans for making big money, and I would like you to meet me after school where we can discuss it further. Alright I should really head back now." Niko begins buttoning up his pants before leaving the room.'
@@ -406,10 +406,10 @@ if $ARGS[0] =  'Lunch Chat 2':
 		end
 	else
 		act 'I can''t right now (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-	end	
+	end
 end
 
-if $ARGS[0] =  'Events':
+if $ARGS[0] = 'Events':
 	if dimafilm = 1 and DimaRudeBlock = 0 and NikoVsDimka = 0:
 		gt 'NikoEv', 'Dimka'
 	elseif NikoVolkovQW = 10 and NikoEv = 17:
@@ -423,7 +423,7 @@ if $ARGS[0] =  'Events':
 	end
 end
 
-if $ARGS[0] =  'Diner 1':
+if $ARGS[0] = 'Diner 1':
 	cls
 	if pav_sex < 230:pav_sex = 250
 	gs 'fame'
@@ -602,10 +602,10 @@ if $ARGS[0] =  'Diner 1':
 		end
 	else
 		act 'I can''t right now (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-	end	
+	end
 end
 
-if $ARGS[0] =  'Diner Washup':
+if $ARGS[0] = 'Diner Washup':
 	cls
 	minut += 10
 	pcs_hairbsh = 0
@@ -625,7 +625,7 @@ if $ARGS[0] =  'Diner Washup':
 	act 'Dry off':gt 'NikoEv2', 'Diner Exit'
 end
 
-if $ARGS[0] =  'Diner Exit':
+if $ARGS[0] = 'Diner Exit':
 	cls
 	minut += 15
 	money += 2400
@@ -638,7 +638,7 @@ if $ARGS[0] =  'Diner Exit':
 	act 'Enter apartment':gt 'korrPar'
 end
 
-if $ARGS[0] =  'Reward 2':
+if $ARGS[0] = 'Reward 2':
 	cls
 	gs 'boyStat', 'A189'
 	if pav_sex < 230:pav_sex = 250
@@ -701,7 +701,7 @@ if $ARGS[0] =  'Reward 2':
 	end
 end
 
-if $ARGS[0] =  'Yurik BJ':
+if $ARGS[0] = 'Yurik BJ':
 	cls
 	gs 'boyStat', 'A190'
 	minut += 5
@@ -753,7 +753,7 @@ if $ARGS[0] =  'Yurik BJ':
 	end
 end
 
-if $ARGS[0] =  'Diner 2':
+if $ARGS[0] = 'Diner 2':
 	cls
 	if pav_sex < 230:pav_sex = 250
 	gs 'fame'
@@ -825,10 +825,10 @@ if $ARGS[0] =  'Diner 2':
 		end
 	else
 		act 'I can''t right now (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-	end	
+	end
 end
 
-if $ARGS[0] =  'Diner Exit 2':
+if $ARGS[0] = 'Diner Exit 2':
 	cls
 	VKLenaBully = 1
 	if NikoSlut < 3:money += NikoProfit * 400
@@ -852,7 +852,7 @@ if $ARGS[0] =  'Diner Exit 2':
 	end
 end
 
-if $ARGS[0] =  'Diner Slut':
+if $ARGS[0] = 'Diner Slut':
 	cls
 	if YurikRep = 0 and pav_sex < 230:pav_sex = 250 & gs 'fame'
 	gs'stat'
@@ -898,7 +898,7 @@ if $ARGS[0] =  'Diner Slut':
 		end
 	else
 		act 'I can''t right now (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-	end	
+	end
 end
 
 --- NikoEv2 ---------------------------------

File diff suppressed because it is too large
+ 299 - 299
locations/NikoSlut.qsrc


+ 21 - 21
locations/gschool_lunch.qsrc

@@ -4,13 +4,13 @@ if $ARGS[0] = 'lunch':
 	*clr & cla
 	menu_off = 1
 	gs 'stat'
-	
+
 	if breakevent_lunch_day ! daystart:
 		breakevent_lunch_day = daystart
 		$eventtype = 'lunch'
 		gt 'gschool_events', 'break_events'
 	end
-	
+
 	if dimaRevenge = 3:
 		gt 'dimaRevenge', 3
 	elseif dimaRevenge = 4 and dimaRevChoice = 0:
@@ -50,7 +50,7 @@ if $ARGS[0] = 'cafeteria':
 		elseif NikoVolkovQW = 10 and NikoEv = 13 and NikoDate_Day ! daystart:
 			school_lunch = 1
 			gt 'NikoEv2', 'Lunch Chat'
-		elseif NikoVolkovQW = 10 and NikoEv = 15 and NikoDate_Day ! daystart:
+		elseif NikoVolkovQW = 10 and NikoEv = 14 and NikoDate_Day ! daystart:
 			school_lunch = 1
 			gt 'NikoEv2', 'Lunch Chat 2'
 		end
@@ -73,7 +73,7 @@ if $ARGS[0] = 'cafeteria':
 		gs 'gschool_gossip', 'skipping'
 		act 'Continue': gt 'gschool_lunch', 'break'
 	end
-	
+
 	act 'Eat bagged lunch':
 		cla
 		menu_off = 1
@@ -108,12 +108,12 @@ if $ARGS[0] = 'break':
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/chat/cooljocks.jpg"></center>'
 	'During break many of the kids split up to hang out with those in their same social groups. The nerds and outcast hangout in the classrooms, while the cool kids and jocks hang out in the hallway near the lockers, and the gopniks hangout in the stairwell, near the classrooms that are not used.'
 	cla
-	
+
 	$eventtype = 'long_break'
-	
-	if $breaktype ! 'long':	
+
+	if $breaktype ! 'long':
 		if dimaRevenge = 4 and dimaRevChoice = 2 and hour < 10: '<br>"Hi Nat did you happen to see Dimka?" "Hi <<$pcs_nickname>>, he was here before speaking with Lena and Lera.'
-	
+
 		if dimaRevenge = 2:
 			gt 'dimaRevenge', 2
 		elseif fedorKozlovQW = 0 and FedorIntro = 0 and pcs_apprnc >= 20:
@@ -134,12 +134,12 @@ if $ARGS[0] = 'break':
 		elseif NikoPayback = 2 and NikoPayback_Day ! daystart:
 			gt 'NikoPayback', 'Payback 2'
 		end
-				
-		if school_period = 6: 
+
+		if school_period = 6:
 			if lunch_event ! daystart: lunch_event = daystart & gt 'gschool_lunch', 'events'
-			
+
 			if soniaPS = 2: soniaPS = 3 & 'During break, while you''re wandering through the school hallways killing time, you notice Sonia Ivanko and Vitek Kotov talking about something. Sonia looks like she''s about to cry, but eventually she gives a quiet nod as Vitek whispers something in her ear.'
-			
+
 			act 'Use water cooler': $breaktype = 'long' & gt 'gschool_break', 'watercooler'
 			act 'Go to the girls restroom': $breaktype = 'long' & gt 'gschool_break', 'girls_restroom'
 			act 'Go to the boys restroom': $breaktype = 'long' & gt 'gschool_break', 'boys_restroom'
@@ -148,7 +148,7 @@ if $ARGS[0] = 'break':
 				breakevent_break_day = daystart
 				gt 'gschool_events', 'break_events'
 			end
-			
+
 			if soniaPS = 2: soniaPS = 3 & 'During break, while you''re wandering through the school hallways killing time, you notice Sonia Ivanko and Vitek Kotov talking about something. Sonia looks like she''s about to cry, but eventually she gives a quiet nod as Vitek whispers something in her ear.'
 
 			act 'Use water cooler': $breaktype = 'short' & gt 'gschool_break', 'watercooler'
@@ -182,7 +182,7 @@ if $ARGS[0] = 'break':
 			end
 		end
 	end
-	
+
 	if zverevaQW = 2 and zverRageQW = 0 or zverevaQW = 3 and zverRageQW = 0:
 		act 'Spread rumors about Christina':
 			*clr & cla
@@ -223,7 +223,7 @@ if $ARGS[0] = 'marcus_event':
 		act 'Make an excuse and go (<font color="red"><<will_cost>> Willpower</font>)':'<br><font color="red">You don''t have enough willpower to refuse.</font>'
 	end
 	gs 'willpower', 'bj', 'resist', 'hard'
-	if will_cost <= pcs_willpwr:	
+	if will_cost <= pcs_willpwr:
 		act 'Not today (<<will_cost>> Willpower)':
 			*clr & cla
 			gs 'willpower', 'bj', 'resist', 'hard'
@@ -338,11 +338,11 @@ if $ARGS[0] = 'events':
 					*nl
 					'As Katja gets closer to her orgasm, she firmly clutches your hair and roughly pulls your face even harder into her crotch, encouraging you to work harder. A short while later, you can feel her pussy convulsing against your mouth, a few drops of girl cum squirting out and landing on your mouth. You slowly keep lapping at her twitching pussy, bringing her down carefully while she recovers from her orgasm. When you look up into her eyes, you see her staring down at you lovingly for a second, before pushing your face away and quickly straightening her clothes.'
 					'"Damn, next period is about to start! I''m sorry <<$pcs_nickname>>, I owe you one!" she apologizes, as she quickly gathers her things and leaves the closet. You''re hornier than ever, but you need to get going too.'
-					
+
 					gs 'arousal', 'cuni_give', 20, 'sub', 'lesbian'
 					gs 'arousal', 'end'
 					gs 'stat'
-					
+
 					act 'Continue': gt 'gschool_lessons', 'short_break'
 				end
 			end
@@ -351,7 +351,7 @@ if $ARGS[0] = 'events':
 		pcs_horny += 20
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/anushka/sex/school/want.jpg"></center>'
 		'As you are leaving the canteen, Anushka grabs you and pushes you up against the wall. She starts kissing you passionately, while one of her hands slides up your skirt and starts rubbing your clit. You can hear several of your fellow classmates whistling, hooting and hollering, but right now you don''t really care. She breaks the kiss just long enough to moan into your ear. "I want to fuck you, come with me," her fingers sliding up into your pussy as she says it.'
-		
+
 		gs 'willpower', 'sex', 'resist'
 		if will_cost <= pcs_willpwr:
 			act 'Not today (<<will_cost>> Willpower)':
@@ -365,7 +365,7 @@ if $ARGS[0] = 'events':
 		else
 			act 'Not today (<font color="red"><<will_cost>> Willpower</font>)':'<br><font color="red">You don''t have enough willpower to refuse.</font>'
 		end
-		
+
 		act 'Go with it':
 			*clr & cla
 			Anush_lunch = 2
@@ -378,10 +378,10 @@ if $ARGS[0] = 'events':
 	elseif (Anush_lunch > 1 or grupTipe = 4) and rand(0, 1) = 0:
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/lunch/hall.jpg"></center>'
 		'As you stop by your locker after lunch, Anushka comes over and rests against the locker next to yours. She leans in close to you "Hey <<$pcs_nickname>>, you wanna come have some fun? The boys brought something special and they are waiting for us in one of the unused classrooms." By the look in her eyes and the way she is acting, you know exactly what she means by having fun with the boys.'
-		
+
 		gs 'willpower', 'sex', 'resist'
 		if will_cost <= pcs_willpwr:
-			act 'Not today (<<will_cost>> Willpower)': 
+			act 'Not today (<<will_cost>> Willpower)':
 				*clr & cla
 				gs 'willpower', 'pay', 'resist'
 				gs 'stat'

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