Bläddra i källkod

[Added] New events if Mom is at church

KevinSmarts 4 år sedan
förälder
incheckning
83344468ef
1 ändrade filer med 234 tillägg och 27 borttagningar
  1. 234 27
      locations/ParChurch.qsrc

+ 234 - 27
locations/ParChurch.qsrc

@@ -32,7 +32,7 @@ if $ARGS[0] = 'start':
 
 	act 'Go to the residential area':minut += 5 & gt 'pavResidential'
 	act 'Go to the commercial area':minut += 10 & gt 'pavCommercial'
-	
+
 	if week = 6 and hour >=19 and hour <= 22 and churchday ! daystart:
 		act 'Attend vigil': gt 'ParChurch', 'vigil'
 	elseif week = 7 and hour >= 9 and hour < 12 and churchday ! daystart:
@@ -54,6 +54,142 @@ if $ARGS[0] = 'start':
 	end
 end
 
+if $ARGS[0] = 'Mom':
+	cla & *clr
+	gs'stat'
+	'<center><b><h4><font color=#CB00A2><<"Natasha [<<$npc_nickname[''A29'']>>] <<$pcs_lastname>></font></b></center>'
+	if VKChurchNo = 4 or VKChurchNo = 5:
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/prost10.jpg"></center>'
+	else
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/prost9.jpg"></center>'
+	end
+	if motherKnowWhore = 0 and VKChurchIntro = 0:
+		'You walk into the church then look for a seat when you suddenly hear someone casually call out, "<<$pcs_firstname> I never expected you to come here without me dragging you." You turn to see your mother sitting in the middle row. You reply, "Hey <<$npc_nickname[''A29'']>>." your <<$npc_nickname[''A29'']>> then motions you to sit next to her.'
+	elseif motherKnowWhore = 0 and VKChurchNo < 4:
+		'You walk into the church then see your <<$npc_nickname[''A29'']> sitting in the middle row. She quickly notices you then says, "<<$pcs_firstname>> you''re here. Come here, take a seat." your <<$npc_nickname[''A29'']>> then motions you to sit next to her.'
+	elseif motherKnowWhore = 0 and VKChurchNo = 4:
+		'You walk into the church then see your <<$npc_nickname[''A29'']> sitting in the middle row. She quickly notices you then get up and walks to you before saying, "<<$pcs_firstname>> we need to talk." She then guides you out of the church.'
+	elseif motherKnowWhore > 0 or VKChurchNo = 5:
+		'You walk into the church then see your <<$npc_nickname[''A29'']> sitting in the middle row. She peeks over in your direction then turns away from you, as if you were not there.'
+	else
+		'You walk into the church then see your <<$npc_nickname[''A29'']> sitting in the middle row. She doesn''t seem to notice you.'
+	end
+
+	if motherKnowWhore = 0 and VKChurchNo = 4:
+		act 'Leave the church':gt 'ParChurch', 'Excuses'
+	elseif motherKnowWhore = 0:
+		act 'Sit down, next to her.':
+			cla & *clr
+			VKChurchIntro = 1
+			gs'stat'
+			'<center><img src="images\locations\pavlovsk\church\enterchurch.jpg"></center>'
+			if VKChurch = 0:
+				'You try to make yourself comfortable in the hard wooden chair, waiting for the sermon to start. Your <<$npc_nickname[''A29'']>> turns to you then says, "It''s been a long time since you''ve been here. I should show you how to follow the sermon." You give your <<$npc_nickname[''A29'']>> a nod before while everyone takes a seat around you. The room slowly silences as the sermon is about to begin.'
+			elseif VKChurch = 1:
+				'You try to make yourself comfortable in the hard wooden chair, waiting for the sermon to start. Your <<$npc_nickname[''A29'']>> turns to you then says, "It''s good to see you back here. There is so much of our soul then can only be revealed through prayer." You give your <<$npc_nickname[''A29'']>> puzzled look before she follows up with "You might not understand what I mean now but you will" Everyone in the church begin taking their seats as the room slowly silences. The sermon is about to begin.'
+			elseif VKChurch = 2:
+				'You do your best to make yourself comfortable while the priests prepare for the sermon to start. Your <<$npc_nickname[''A29'']>> places her hand on your shoulder and says, "Since you have been such a good Christian, I will take you out to eat after this and we can catch up on what''s new with you." You give your <<$npc_nickname[''A29'']>> a smile then nod as you reply, "I would like that" while everyone takes a seat around you. The room slowly silences as the sermon is about to begin.'
+			elseif VKChurch = 3:
+				'You gaze around the room and see the now familiar faces of your church. Some of the them notice you and give you a warm smile while others, seem so preoccupied looking through their bibles. Your <<$npc_nickname[''A29'']>> rubs your shoulder then says, "You have become a regular here. We are all children of the lord. That is why we all take time out of out day to spend it with each other in this holy place." You give your <<$npc_nickname[''A29'']>> a nod as you contemplate her words while taking another second to look around at all of the familiar faces.'
+				nl*
+				'Watching everyone take a seat around you. Many preparing their bibles in their hand as the sermon begins.'
+			elseif VKChurch = 4:
+				'You try to make yourself comfortable in the hard wooden chair, waiting for the sermon to start. Your <<$npc_nickname[''A29'']>> turns to you then says, "It''s been a long time since you''ve been here. I should show you how to follow the sermon." You give your <<$npc_nickname[''A29'']>> a nod before while everyone takes a seat around you. The room slowly silences as the sermon is about to begin.'
+			else
+				'You casually lean back in your seat, looking forward to the sermon. You reach over to look into the bible that your <<$npc_nickname[''A29'']>> gave to you and you try to study the psalms while occasionally looking around you and chatting with the other churchgoers Your <<$npc_nickname[''A29'']>> joins in and you discuss the word of god until the priest finally enters the room. You slowly close your book then place it on your lap as the sermon begins.'
+			end
+
+			act 'Begin sermon':gt 'ParChurch', 'Sermon'
+		end
+
+		if motherKnowWhore = 0:act 'Leave':gt 'ParChurch', 'Excuses'
+!!		if motherKnowWhore > 0:act 'Leave':gt '', ''  Bring to act prior to talking to mother !!
+	end
+end
+
+if $ARGS[0] = 'Sermon':
+	cla & *clr
+	minut += 20
+	VK = rand(1,5)
+	gs'stat'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/church/church'+ rand(1,5) +'.jpg"></center>'
+	if VK >= 0:
+		'The candles dim as the sermon begins, You and your <<$npc_nickname[''A29'']>> listen intently to the priest as he teaches you the word of god. You study his teachings, feeling enlightened, until you reach the end of the sermon. You turn to your <<$npc_nickname[''A29'']>> and she gives you an approving smile before you both stand up.'
+	elseif VKChurch = 0 or VKChurch = 4 and VK = 1:
+		'The candles dim as the sermon begins, You and your <<$npc_nickname[''A29'']>>'
+	elseif VKChurch = 1 or VKChurch = 4 and VK = 2:
+		'The candles dim as the sermon begins, You and your <<$npc_nickname[''A29'']>>'
+	elseif VKChurch = 2 or VKChurch = 4 and VK = 3:
+		'The candles dim as the sermon begins, You and your <<$npc_nickname[''A29'']>>'
+	elseif VKChurch = 3 or VKChurch = 4 and VK = 4:
+		'The candles dim as the sermon begins, You and your <<$npc_nickname[''A29'']>>'
+	else
+		'The candles dim as the sermon begins, You and your <<$npc_nickname[''A29'']>>'
+	end
+
+	act 'Stand up':gt 'ParChurch', 'Narthex'
+end
+
+if $ARGS[0] = 'Excuses':
+		cla & *clr
+		VKChurchEvents = 0
+		gs'stat'
+		if VKChurchNo = 0:
+			VKChurchNo += 1
+			'<center><b><h4><font color=#CB00A2><<"Natasha [<<$npc_nickname[''A29'']>>] <<$pcs_lastname>></font></b></center>'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/prost1.jpg"></center>'
+			'You nod and say, "I''d love to stay but I... need to get back to clinic. I am doing volunteer work there." Your mother approvingly nods her head before saying. "You''re volunteering at the clinic? I''m very proud of you. Go on, I''ll see you back at home." You wave to your mother as you walk away.'
+			act 'Go to the residential area':minut += 5 & gt 'pavResidential'
+			act 'Go to the commercial area':minut += 10 & gt 'pavCommercial'
+		elseif VKChurchNo = 1:
+			VKChurchNo += 1
+			'<center><b><h4><font color=#CB00A2><<"Natasha [<<$npc_nickname[''A29'']>>] <<$pcs_lastname>></font></b></center>'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/prost1.jpg"></center>'
+			'You nod then say, "I need to get back to the clinic." I just came to pick someone up." Your <<$npc_nickname[''A29'']>> nods then says with a sad tone. "Okay, I was just hoping that you could stay for a bit, but I won''t stop you from doing gods work." You return the nod before walking away.'
+			act 'Go to the residential area':minut += 5 & gt 'pavResidential'
+			act 'Go to the commercial area':minut += 10 & gt 'pavCommercial'
+		elseif VKChurchNo = 2:
+			VKChurchNo += 1
+			'<center><b><h4><font color=#CB00A2><<"Natasha [<<$npc_nickname[''A29'']>>] <<$pcs_lastname>></font></b></center>'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/prost1.jpg"></center>'
+			'You give your <<$npc_nickname[''A29'']>> a nod then say, "I would stay bu..." you mother finishes your sentence, "You need to get back to the clinic, I understand." She then waves at you while looking away.'
+			act 'Go to the residential area':minut += 5 & gt 'pavResidential'
+			act 'Go to the commercial area':minut += 10 & gt 'pavCommercial'
+		elseif VKChurchNo = 3:
+			VKChurchNo += 1
+			'<center><b><h4><font color=#CB00A2><<"Natasha [<<$npc_nickname[''A29'']>>] <<$pcs_lastname>></font></b></center>'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/prost1.jpg"></center>'
+			'You nod before your mother asks you, "Can you not stay for at least a little bit? God blesses his devout children." you lower your posture before replying, "I know he does but, I really need to go. I will see you at home." your <<$npc_nickname[''A29'']>> sighs as she turns away and says, "I''ll see you at home."'
+			act 'Go to the residential area':minut += 5 & gt 'pavResidential'
+			act 'Go to the commercial area':minut += 10 & gt 'pavCommercial'
+		elseif VKChurchNo = 4:
+			VKChurchNo += 1
+			'<center><b><h4><font color=#CB00A2><<"Natasha [<<$npc_nickname[''A29'']>>] <<$pcs_lastname>></font></b></center>'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/prost1.jpg"></center>'
+			'You mother firmly guides you out the door to the side of the church then angrily says, "<<$pcs_nickname>> I went to the clinic the other day to ask if you could have time off and the receptionist told me that you haven''t been working there at all. YOU HAVE BEEN LYING TO ME IN THE LORDS HOUSE OF ALL PLACES!!! If you don''t want to stay with me or pay respect to our creator then at least be honest about it. Telling lies is what sinners do when they are too afraid to face their problems."'
+			*nl
+			'You lower your head as your mother continues, "I''m going to go back in there and do my part as a child of Christ. You can go back to whatever you were planning on doing. I won''t force you to stay." She then shakes her head at you before walking back into the church. You take a few seconds to collect yourself as you feel tears rolling down your face. You never realized that you were crying. You then walk away feeling like you really screwed up.'
+			act 'Go to the residential area':minut += 5 & gt 'pavResidential'
+			act 'Go to the commercial area':minut += 10 & gt 'pavCommercial'
+		elseif VKChurchNo = 5:
+			VKChurchNo += 1
+			'<center><b><h4><font color=#CB00A2><<"Natasha [<<$npc_nickname[''A29'']>>] <<$pcs_lastname>></font></b></center>'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/prost1.jpg"></center>'
+			'You approach your mother and without turning to face you, she says, "What are you doing here?" You downcast your eyes before saying, "I''m sorry for lying to you I know that I have lied to you and I''m here to ask for your forgiveness." Your <<$npc_nickname[''A29'']>>''s eyebrow raises in disbelief before she replies, "Do you really mean that?" You slowly nod before continuing, "I would like to know if I can sit down and join the sermon."'
+			*nl
+			'Your <<$npc_nickname[''A29'']>> replies, "Of course you can. Sit down and let''s listen to word of god together." She taps the seat next to her, beckoning you to sit down.'
+			if VKChurchIntro = 0: VKChurchIntro = 1
+			act 'Sit Down':gt 'ParChurch', 'Sermon'
+		else
+			'<center><b><h4><font color=#CB00A2><<"Natasha [<<$npc_nickname[''A29'']>>] <<$pcs_lastname>></font></b></center>'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/prost11.jpg"></center>'
+			'You turn to walk out of the church and see your mother sigh, as she turns back toward the front.'
+			act 'Go to the residential area':minut += 5 & gt 'pavResidential'
+			act 'Go to the commercial area':minut += 10 & gt 'pavCommercial'
+		end
+	end
+end
+
 if $ARGS[0] = 'vigil':
 	CLOSE ALL
 	*clr & cla
@@ -72,7 +208,7 @@ if $ARGS[0] = 'vigil':
 	gs 'themes', 'indoors'
 	PLAY 'sound/church/Blessing.mp3',30
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/church/church'+ rand(1,5) +'.jpg"></center>'
-	'You attend the vigil and reflect on the recent events in your life. The harmonies as the hymns and psalms are sung sweep aside some of the worries in your heart, although you know they will return once you leave this holy place, you still enjoy the rest. The sweet scent of incense tickles your nose and reminds you of the scent of' + iif(rex_love = 1, 'Rex', 'your step-father') + '''s cologne.'  
+	'You attend the vigil and reflect on the recent events in your life. The harmonies as the hymns and psalms are sung sweep aside some of the worries in your heart, although you know they will return once you leave this holy place, you still enjoy the rest. The sweet scent of incense tickles your nose and reminds you of the scent of' + iif(rex_love = 1, 'Rex', 'your step-father') + '''s cologne.'
 	if pav_slut >= 125:
 		'Most of the parishioners seem upset that you are here. You notice that parents are making sure their children don''t go near you. Even a couple of the acolytes glare at you angrily.'
 	elseif pav_slut >= 100:
@@ -109,7 +245,7 @@ if $ARGS[0] = 'liturgy':
 	gs 'themes', 'indoors'
 	PLAY 'sound/church/t' + rand(1,19) + '.mp3',30
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/church/church'+ rand(1,8) +'.jpg"></center>'
-	if pav_slut < 75 and Conf_Kirill <= 1: 
+	if pav_slut < 75 and Conf_Kirill <= 1:
 		pcs_mood += 20
 		church_moral += 2
 		pcs_sleep += 5
@@ -130,18 +266,18 @@ if $ARGS[0] = 'liturgy':
 		*nl
 		'"The church is place for everyone, my beloved children. Even if we sometimes forget, we must try to condemn no one. Think about John 8:10: Jesus once met a woman who had slept with a man who betrayed her trust. She was dragged away by his friends and thrown naked before Jesus. The people had ripped her clothes and humiliated her. He spoke to her: ''Woman'', he says. Not ''slut'', or ''whore'', but woman. He threw His coat over her near-naked body and gave her the sense of dignity she had been promised by the man who betrayed her trust. Jesus did not condemn her, so let us try to not condemn others."'
 		*nl
-		'The people in the congregation seem a bit uncomfortable while hearing these words. Some look towards you and seem to have trouble looking you in the eyes. Those that do meet your eyes look away guiltily. You feel better and it seems the townsfolk might see you in a slightly better light.'	
+		'The people in the congregation seem a bit uncomfortable while hearing these words. Some look towards you and seem to have trouble looking you in the eyes. Those that do meet your eyes look away guiltily. You feel better and it seems the townsfolk might see you in a slightly better light.'
 	end
-    vokal_exp += rand(0,3) 
+    vokal_exp += rand(0,3)
     gs 'stat'
-	
+
 	act 'Return to Narthex': gt 'ParChurch', 'Narthex'
 end
 
 if $ARGS[0] = 'reducepavrep':
 	pavsextreshold = ARGS[1]
 	pavsexreduction = ARGS[2]
-	if pav_sex > pavsextreshold: 
+	if pav_sex > pavsextreshold:
 		gs 'fame', 'pav', 'sex', pavsexreduction
 	else
 		pav_sex = 0
@@ -165,12 +301,83 @@ if $ARGS[0] = 'Narthex':
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/church/enterchurch.jpg"></center>'
 	'You enter the church and the scent of incense and beeswax fills your lungs. Your eyes are drawn past the Narthex into the Nave with its walls covered in lovingly painted icons while a thousand points of light dance in joy throughout God''s house from the magnificent chandelier that hangs from the ceiling.'
 	'To your left as you enter, there is a counter where a deacon sells candles, icons, and prayer books. He smiles and nods at you absently, acknowledging your presence without really seeing you.'
-	
-	act 'Leave the Church': gt 'ParChurch' , 'start'
-	if ((week <= 5 and hour >= 7 and hour < 9) or (hour >= 16 and hour < 18)) and confessday ! daystart: act 'Go to confession': confessday = daystart & gt 'ParChurch2', 'confession'
-	act 'Light a candle': gt 'ParChurch' , 'candle'
-	act 'Pray': gt 'ParChurch' , 'pray'
-	act 'Talk to the Priest': gt 'ParChurch' , 'talk_priest'
+	if VKChurchEvents < 2 and hour < 14:
+		if VKChurch = 0 or VKChurch = 4:
+			if VKChurch < 4: VKChurch += 1
+			act 'Attend the Vigil':gt 'ParChurch', 'Vigil'
+		elseif VKChurch = 1 or VKChurch = 4:
+			if VKChurch < 4: VKChurch += 1
+			act 'Join the Liturgy':gt 'ParChurch', 'Liturgy'
+		elseif VKChurch = 2 or VKChurch = 4:
+			if VKChurch < 4: VKChurch += 1
+			act 'Light a candle':gt 'ParChurch', 'Candles'
+			if VKChurch < 4: VKChurch += 1
+		elseif VKChurch = 3 or VKChurch = 4:
+			if VKChurch < 4: VKChurch = 4
+			act 'Pray':gt 'ParChurch', 'Pray'
+		else
+			act 'Attend the Vigil':gt 'ParChurch', 'Vigil'
+			act 'Join the Liturgy':gt 'ParChurch', 'Liturgy'
+			act 'Light a candle':gt 'ParChurch', 'Candles'
+			act 'Pray':gt 'ParChurch', 'Pray'
+		end
+		act 'Leave early':gt 'ParChurch', 'Leave Early'
+	else
+		if hour = 12:
+			minut += 120 - minut
+		else
+		   minut += 60 - minut
+		end
+		if hour >= 14:hour = 14 - minut
+		if VKChurchQW < 6:VKChurchQW += 1
+		act 'Finish':gt 'ParChurch', 'Leave'
+	end
+end
+
+if $ARGS[0] = 'Leave Early':
+	CLOSE ALL
+	VKChurchEvents = 0
+	*clr & cla
+	'<center><b><h4><font color=#CB00A2><<"Natasha [<<$npc_nickname[''A29'']>>] <<$pcs_lastname>></font></b></center>'
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/prost9.jpg"></center>'
+	'You approach your <<$npc_nickname[''A29'']>> and say, "I had a great time but I should be heading home now." Your <<$npc_nickname[''A29'']>> replies, "Alright thank you for stopping by and you learned something about yourself today." She then lightly rubs your arm before going back to praying.'
+	act 'Go to the residential area':minut += 5 & gt 'pavResidential'
+	act 'Go to the commercial area':minut += 10 & gt 'pavCommercial'
+end
+
+if $ARGS[0] =  'Leave':
+	cla & *clr
+	money += 300
+	if hour = 12:
+		minut += 120 - minut
+	elseif hour = 13:
+		minut += 60 - minut
+	else
+		hour = 14
+	end
+	VKChurchEvents = 0
+	gs'stat'
+	'<center><b><h4><font color=#CB00A2><<"Natasha [<<$npc_nickname[''A29'']>>] <<$pcs_lastname>></font></b></center>'
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/walking.jpg"></center>'
+	if VKChurchQW = 1:
+		'As the church ceremonies ends, you and your <<$npc_nickname[''A29'']>> get up and collect your things before walking out of the church. Your <<$npc_nickname[''A29'']>> places her hand on your shoulder then says, "Listen <<$pcs_nickname>> I''m really happy that you decided to join me today. You came here by your own choice and I''m proud of you. Now take this and get yourself some lunch." She hands you 300 <b>₽</b> then gently rubs your arm before walking away.'
+	elseif VKChurchQW = 2:
+		'As the church ceremonies ends, you and your <<$npc_nickname[''A29'']>> get up and collect your things before walking out of the church. Your <<$npc_nickname[''A29'']>> places her hand on your shoulder then says, "Another enlightening Sunday. I hope that you have been learning as much as you can from our time here. Life can be hard on us sometimes but we just remember that we can always find the light at the end of the path. We just need to keep our hearts open and remain focused on our goals." She then gives your arm a rub then gives you 300 <b>₽</b> before turning to walk away.'
+	elseif VKChurchQW = 3:
+		'As you and your <<$npc_nickname[''A29'']>> finish the ceremonies, you get up and collect your things before walking out of the church. You notice that you mother is a bit behind so you wait for her. You take this time to stretch out your body. Being cramped in that church was causing your back and legs to get cramped. You take a quick breath when you see your <<$npc_nickname[''A29'']>> approach, "I have to go to the store today to pick up something. Thank you for stopping keeping me company and for being such a great Christian daughter." She then hands you 300 <b>₽</b> before turning away while waving at you.'
+	elseif VKChurchQW = 4:
+		'The lights turn on as the ceremony ends, you and your <<$npc_nickname[''A29'']>> get up then collect your things before walking out of the church. You walk out of the church with your <<$npc_nickname[''A29'']>> and she asks, "How are you enjoying your time in church? I it is not exactly exciting for many your age but I hope that you find it enlightening." You reply, "I enjoyed myself and I am getting used to the ceremonies." Your <<$npc_nickname[''A29'']>> replies, "It does take some getting used too but, eventually it everything just becomes second nature. Now go on and get yourself something to eat." She then rubs your arm then hands you 300 <b>₽</b> before walking away.'
+	elseif VKChurchQW = 5:
+		money += 200
+		'You take a deep breath, as the church ceremonies ends, you then collect your belongings as your <<$npc_nickname[''A29'']>> does the some before getting up and leaving the church. Your <<$npc_nickname[''A29'']>> says to you, "How do you feel about these ceremonies? Honestly." You give her a smile and reply, "I have learned a lot since coming here and there is still more to learn. I have been enjoying learning of our lord and savior." Your <<$npc_nickname[''A29'']>> gives you a warm hug as she whispers in your ear, "I am so proud of you <<$pcs_firstname>>. Your brother and sister can learn so much from you."'
+		nl*
+		'She thens squeezes slightly tighter before releasing you and placing 500 in your pocket before saying, "A small reward for my loving daughter." She then waves with a big smile on her face as she walks away.'
+	else
+		'As the church ceremonies ends, you and your <<$npc_nickname[''A29'']>> get up and collect your things before walking out of the church. Your <<$npc_nickname[''A29'']>> says, "I had a great time today. I always enjoy spending time with my loving daughter. Hopefully I''l see you here again next week." She then kisses your cheek then hands you 300 <b>₽</b> before walking away.'
+	end
+
+	act 'Go to the residential area':minut += 5 & gt 'pavResidential'
+	act 'Go to the commercial area':minut += 10 & gt 'pavCommercial'
 end
 
 if $ARGS[0] = 'candle':
@@ -182,7 +389,7 @@ if $ARGS[0] = 'candle':
 	gs 'stat'
 	gs 'ParChurch', 'reducepavrep', 25, -1
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/church/ch_candle.jpg"></center>'
-	if money >= 10 and owechurch = 0: 
+	if money >= 10 and owechurch = 0:
 		money -= 10
 		'You approach the deacon selling candles and he hands you a candle in exchange for your money.'
 	elseif money >= 10 and money < 20 and owechurch = 1:
@@ -195,11 +402,11 @@ if $ARGS[0] = 'candle':
 		money -= 20
 		pcs_mood += 5
 		'You approach the deacon selling candles. He seems confused when you hand him 20 rubles, then he smiles in understanding. You feel relieved that the debt is paid.'
-	elseif money < 10: 
+	elseif money < 10:
 		owechurch = 1
 		'You approach the deacon selling candles and indicate you would like a candle. When you look in your purse to pay, you realize that you have no money. The deacon sighs and hands you the candle anyway. you promise yourself to pay double next time.'
 	end
-	if hour > 6 and hour < 20: 
+	if hour > 6 and hour < 20:
 		pcs_mood += 10
 		church_moral += 1
 		'You approach the iconostasis and light your candle. It gives you a nice feeling and you say a little prayer while looking at the image of Christ the Savior.'
@@ -248,14 +455,14 @@ if $ARGS[0] = 'pray':
 		elseif (hour >= 20 or hour <= 6) and church_moral < 30:
 			pcs_horny -= 40
 			pcs_mood += 50
-			church_moral += 1 
+			church_moral += 1
 			minut += rand(30,60)
 			'The Nave is lit only with small candles, leaving your surroundings in darkness. You start to get a weird vibe, one you can''t quite shake. Suddenly you get the urge to pray very intensely. Before you know it, an hour went by and you feel a bit reborn.'
 			'"That felt refreshing," you mumble to yourself.'
 		elseif (hour >= 20 or hour <= 6) and church_moral >= 30 and church_moral < 60:
 			pcs_horny = 0
 			pcs_mood += 50
-			church_moral += 1 
+			church_moral += 1
 			minut += rand(30,60)
 			if nark > 1: nark = nark/2
 			'The Nave is lit only with small candles, leaving your surroundings in darkness, but you find it comforting. You get the urge to pray very intensely. Before you know it, an hour went by and you feel a bit reborn and cleansed.'
@@ -270,11 +477,11 @@ if $ARGS[0] = 'pray':
 		else
 			pcs_horny = 0
 			pcs_mood = 100
-			church_moral += 1 
+			church_moral += 1
 			minut += 60
 			if nark > 1: nark = ((nark/4)*3)
 			'The Nave is lit only with candles and small presence lights and the darkness feels very comforting, like being in the womb. You get the urge to pray very intensely. Before you know it, more than an hour went by and you feel a bit reborn and cleansed.'
-			'"That felt refreshing," you mumble to yourself.'	
+			'"That felt refreshing," you mumble to yourself.'
 		end
 		gs 'stat'
 		act 'Return to Narthex': gt 'ParChurch', 'Narthex'
@@ -304,7 +511,7 @@ if $ARGS[0] = 'talk_priest':
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/church/ch_talk.jpg"></center>'
 	'As you approach the priest, you recall your previous behavior, your sins, your transgressions, and the daily temptations you face.'
 	'Going up to the priest, you bow down, touching the floor with your right hand then place your right hand over the left with your palms upward and say, "Bless me father."'
-	'"May the Lord bless you," the priest answers and blesses you with the Sign of the Cross then places his right hand in your hands.' 
+	'"May the Lord bless you," the priest answers and blesses you with the Sign of the Cross then places his right hand in your hands.'
 	'You kiss his hand and then straighten taking a deep breath.'
 	if Churchbad > 0 and amends_day ! daystart:
 		act 'Make Amends':
@@ -342,7 +549,7 @@ if $ARGS[0] = 'talk_priest':
 						*clr & cla
 						minut += 5
 						Churchbad += 2
-						Kirill -= 5 
+						Kirill -= 5
 						church_moral -= 2
 						gs 'stat'
 						'<center><img <<$set_imgh>> src="images/pc/bukli_angry.jpg"></center>'
@@ -389,7 +596,7 @@ if $ARGS[0] = 'talk_priest':
 		end
 		act 'Tease him': gt 'ParChurch', 'tease'
 	end
-	act 'Chicken out': 
+	act 'Chicken out':
 		*clr & cla
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/church/enterchurch.jpg"></center>'
 		'You could not bring yourself to talk to the priest yet. You were torn between stalling or simply leaving.'
@@ -424,17 +631,17 @@ if $ARGS[0] = 'tease':
 				act 'Leave the church (<br><font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 			end
 		else
-			'"Very nice, <<$pcs_nickname>>." Father Kirill whispers with a smile as he reaches out and softly caresses your breasts before pulling your top back into place, covering you up once again.' 
+			'"Very nice, <<$pcs_nickname>>." Father Kirill whispers with a smile as he reaches out and softly caresses your breasts before pulling your top back into place, covering you up once again.'
 			'"No temptation has overtaken you except what is common to mankind. And God is faithful; he will not let you be tempted beyond what you can bear. But when you are tempted, he will also provide a way out so that you can endure it," he murmurs as he fastens your buttons then sighs.'
 			'"Thus it is written, and thus it behooved Christ to suffer, and to rise from the dead the third day," you reply looking at the telltale lump in Father Kirill''s crotch, "It seems that Jesus is not the only one to rise from the dead," you added with a playful giggle.'
 			'Father Kirill looks at you and opens his mouth to speak but no words come out.'
 			'With a laugh, you jump up and skip out of the church with a final glance back at the dumbfounded cleric.'
-			act 'Leave the church': gt 'ParChurch' , 'start' 
+			act 'Leave the church': gt 'ParChurch' , 'start'
 		end
-	else 
+	else
 		Kirill -= 2
 		'You look the priest right in the eyes then when his attention is on you, you slowly lean forward, allowing your breasts to be exposed. To your delight, you see his eyes dart to your tits then snap back up to your face. His face flushes red.'
-		if Churchbad >= 5: 
+		if Churchbad >= 5:
 			'"You whore!" The priest roars in fury, "I''ll teach you what happens to those who desecrate the House of God!"'
 			'Stunned by his unexpected fury, you are unable to react before the furious priest grabs you by the arm and drags you to his office.'
 			act 'Continue': gt 'ParChurch', 'spank'