浏览代码

Merge branch 'master' of https://git.tfgames.site/Kevin_Smarts/glife

bgkjdgbizgblzdgbr 1 月之前
父节点
当前提交
09a083983f
共有 5 个文件被更改,包括 524 次插入436 次删除
  1. 1 1
      locations/library_functions.qsrc
  2. 4 3
      locations/pav_disco.qsrc
  3. 401 386
      locations/pav_parkev.qsrc
  4. 74 44
      locations/placer_man.qsrc
  5. 44 2
      locations/version.qsrc

+ 1 - 1
locations/library_functions.qsrc

@@ -473,7 +473,7 @@ if $ARGS[0] = 'set_home_read_acts':
 
 
 		if BookVars['artem_pages'] > 0:
-			act 'Read the book your borrowed from Artem. There are <<BookVars[''artem_pages'']>> pages left (1:00) ':
+			act 'Read the book you borrowed from Artem. There are <<BookVars[''artem_pages'']>> pages left (1:00) ':
 				*clr & cla
 				menu_off = 1
 				temp_pages_read = (80 + rand(0, 40) + pcs_traits['nerd_status'] * 5)

+ 4 - 3
locations/pav_disco.qsrc

@@ -671,7 +671,10 @@ end
 if $ARGS[0] = 'dance_partner':
 	!!the creation of a partner to dance
 	sozboyrand = rand(1,300)
-	if sozboyrand > boynum:
+	if sozboyrand <= boynum and 0:
+		!! Temp disabled
+		gt 'pav_disco', 'familiar'
+	else
 		gs 'npcgeneratec', 0, 'guy from the disco', rand((age - 1),(age + 1)), 1
 		gs 'boystat', $npclastgenerated
 		DaPaTipeRand = rand(0,100)
@@ -728,8 +731,6 @@ if $ARGS[0] = 'dance_partner':
 			end
 		end
 		gs 'boymass', 'A'
-	elseif sozboyrand <= boynum:
-		gt 'pav_disco', 'familiar'
 	end
 end
 

+ 401 - 386
locations/pav_parkev.qsrc

@@ -39,219 +39,230 @@ if $ARGS[0] = 'walk1':
 	menu_off = 1
 	pcs_mood += 10
 	gs 'stat'
-	if (daystage = 2 or daystage = 3) and (month = 1 or month = 2 or month = 12):
-	!!day winter
-		temprand = rand(1,12)
-		if temprand = 1:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/winter/bench_couple1.jpg"></center>'
-			'As you walk past one of the benches, you see a couple sitting on it. They''re flirting and brushing against each other as they talk. It seems likely they might be on an early date or still new in their relationship. You can''t help but smile as you walk past them.'
-		elseif temprand = 2:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/winter/bench_girl_back1.jpg"></center>'
-			'As you walk past one of the benches, you see a girl sitting on the backrest with her feet on the bench seat. She looks a bit younger than you, maybe in your brother''s grade or even younger. When a couple gets near her, she spreads her feet wide, taking up the whole bench. She seems to be saving it for someone, or maybe she just likes being a little bitch and not letting others use it. Either way, it''s no concern of yours as you walk past.'
-		elseif temprand = 3:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/winter/bench_guitar1.jpg"></center>'
-			if pcs_hotcat >= 7:
-				'As you walk past one of the benches, you see a couple of boys sitting on it; one of them is playing a guitar as the other sings. A few people stop to listen, but they don''t have their case out, so it doesn''t seem like they''re doing it for money. They switch to a popular song about a beautiful girl as you walk past, and you can''t help but smile.'
+	if month = 1 or month = 2 or month = 12:
+		if daystage = 2 or daystage = 3:
+			!!day winter
+			temprand = rand(1, 12)
+			if temprand = 1:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/winter/bench_couple1.jpg"></center>'
+				'As you walk past one of the benches, you see a couple sitting on it. They''re flirting and brushing against each other as they talk. It seems likely they might be on an early date or still new in their relationship. You can''t help but smile as you walk past them.'
+			elseif temprand = 2:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/winter/bench_girl_back1.jpg"></center>'
+				'As you walk past one of the benches, you see a girl sitting on the backrest with her feet on the bench seat. She looks a bit younger than you, maybe in your brother''s grade or even younger. When a couple gets near her, she spreads her feet wide, taking up the whole bench. She seems to be saving it for someone, or maybe she just likes being a little bitch and not letting others use it. Either way, it''s no concern of yours as you walk past.'
+			elseif temprand = 3:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/winter/bench_guitar1.jpg"></center>'
+				if pcs_hotcat >= 7:
+					'As you walk past one of the benches, you see a couple of boys sitting on it; one of them is playing a guitar as the other sings. A few people stop to listen, but they don''t have their case out, so it doesn''t seem like they''re doing it for money. They switch to a popular song about a beautiful girl as you walk past, and you can''t help but smile.'
+				else
+					'As you walk past one of the benches, you see a couple of boys sitting on it; one of them is playing a guitar as the other sings. A few people stop to listen, but they don''t have their case out, so it doesn''t seem like they''re doing it for money. They don''t pay any attention to you as you walk past.'
+				end
+			elseif temprand = 4:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/winter/selfie_group1.jpg"></center>'
+				'You pass by a guy and two girls hanging out and taking a bunch of selfies together. You can''t tell if they''re locals or not, nor can you tell if it''s a couple with their friend or just three friends hanging out. Not that it really matters, but they seem happy. It''s nice having close friends to just hang out with like that.'
+			elseif temprand = 5:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/winter/selfie_2girls' + rand(1,3) + '.jpg"></center>'
+				'You pass by two girls hanging out and taking a bunch of selfies together. You can''t tell if they''re locals, but they seem to be close friends having fun. Maybe you should ask one of your girlfriends to come to hang out with you. Goofing off and taking selfies in the park sounds like fun.'
+			elseif temprand = 6:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/winter/selfie_couple1.jpg"></center>'
+				'You pass by a couple taking a bunch of selfies together. You can''t really tell if they''re locals or not, but they seem very happy together and enjoy each other''s company. The occasional kissing selfie leaves no doubt that they''re romantically involved.'
+			elseif temprand = 7:
+				gs 'pav_park_meet_event', 'kol'
 			else
-				'As you walk past one of the benches, you see a couple of boys sitting on it; one of them is playing a guitar as the other sings. A few people stop to listen, but they don''t have their case out, so it doesn''t seem like they''re doing it for money. They don''t pay any attention to you as you walk past.'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/walk_winter_day.jpg"></center>'
+				'You take a relaxing and refreshing walk through the park, trying to figure out the meaning of life.'
 			end
-		elseif temprand = 4:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/winter/selfie_group1.jpg"></center>'
-			'You pass by a guy and two girls hanging out and taking a bunch of selfies together. You can''t tell if they''re locals or not, nor can you tell if it''s a couple with their friend or just three friends hanging out. Not that it really matters, but they seem happy. It''s nice having close friends to just hang out with like that.'
-		elseif temprand = 5:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/winter/selfie_2girls' + rand(1,3) + '.jpg"></center>'
-			'You pass by two girls hanging out and taking a bunch of selfies together. You can''t tell if they''re locals, but they seem to be close friends having fun. Maybe you should ask one of your girlfriends to come to hang out with you. Goofing off and taking selfies in the park sounds like fun.'
-		elseif temprand = 6:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/winter/selfie_couple1.jpg"></center>'
-			'You pass by a couple taking a bunch of selfies together. You can''t really tell if they''re locals or not, but they seem very happy together and enjoy each other''s company. The occasional kissing selfie leaves no doubt that they''re romantically involved.'
-		elseif temprand = 7:
-			gs 'pav_park_meet_event', 'kol'
 		else
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/walk_winter_day.jpg"></center>'
-			'You take a relaxing and refreshing walk through the park, trying to figure out the meaning of life.'
+			!!night winter
+			temprand = rand(1, 6)
+			if temprand = 1:
+				gs 'pav_park_meet_event', 'kol'
+			else
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.winter.night.jpg"></center>'
+				'You take a relaxing and refreshing walk through the park, trying to figure out the meaning of life.'
+
+			end
 		end
-	elseif (month = 1 or month = 2 or month = 12):
-	!!night winter
-			gs 'pav_park_meet_event', 'kol'
-	elseif daystage = 2 or daystage = 3:
-		!!day
-		temprand = rand(1,35)
-		if temprand = 1:
-			gs 'exp_gain', 'prcptn', rand(1,2)
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/accidental_titflash1.jpg"></center>'
-			'You see a group of people not much older than you come to a stop from jogging. They seem to be giving each other a hard time about who did the best. Then, in an attempt to show off, one of the girls does a handstand, which causes her top to slip down and expose her breasts. The guys and girls hoot and holler and a few nearby adults look over at the sound; most shake their heads in disgust, though a few of the men linger on the younger lady and her breasts for longer than is needed.'
-			gs 'arousal', 'erotic_nudity', 1
-			gs 'arousal', 'end'
-			gs 'stat'
-		elseif temprand = 2:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/bench_2girls_drinking' + rand(1,2) + '.jpg"></center>'
-			'Two girls are drinking beers on one of the benches on the primary walkway near the front of the park. You can''t hear what they''re talking about, but they''re laughing, smiling and having a good time hanging out together.'
-		elseif temprand = 3:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/bench_flash_pussy.jpg"></center>'
-			'Sitting on one of the benches on the primary walkway near the front of the park is a woman that looks several years older than your sister. A handsome man walks towards her and she puts her feet on the bench, spreading her legs wide, showing off her pussy to him and anyone else that happens to be looking at the time. He laughs and walks over and kisses her as she closes her legs and gets up, and the two walk away together.'
-			gs 'arousal', 'erotic_nudity', 1
-			gs 'arousal', 'end'
-			gs 'stat'
-		elseif temprand = 4:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/bench_girl_book.jpg"></center>'
-			'Sitting on one of the benches on the primary walkway near the front of the park is a woman that looks several years older than your sister. She''s relatively intent on reading a book in her lap, occasionally pausing to look up as if contemplating what she''s reading. You have no clue what the book is, but it seems to have her fully engrossed.'
-		elseif temprand = 5:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/bench_girl_flash1.jpg"></center>'
-			'Sitting on one of the benches on the primary walkway near the front of the park is a girl about your sister''s age. She seems to be intent on looking in your direction. She starts to smile as you get closer.'
-			act 'Keep walking':
-				*clr & cla
-				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/bench_girl_flash2.jpg"></center>'
-				'As you get even closer, she pulls down her top and flashes her breasts in your direction. At first, you think she''s flashing you, but a moment later, a guy jogs by you. When he gets to her she puts her breasts away and they kiss as she gets up and the two of them walk away together.'
+	else
+		if daystage = 2 or daystage = 3:
+			!!day
+			temprand = rand(1, 35)
+			if temprand = 1:
+				gs 'exp_gain', 'prcptn', rand(1,2)
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/accidental_titflash1.jpg"></center>'
+				'You see a group of people not much older than you come to a stop from jogging. They seem to be giving each other a hard time about who did the best. Then, in an attempt to show off, one of the girls does a handstand, which causes her top to slip down and expose her breasts. The guys and girls hoot and holler and a few nearby adults look over at the sound; most shake their heads in disgust, though a few of the men linger on the younger lady and her breasts for longer than is needed.'
 				gs 'arousal', 'erotic_nudity', 1
 				gs 'arousal', 'end'
 				gs 'stat'
-				act 'Finish your walk':gt 'pav_park', 'start'
-			end
-		elseif temprand = 6:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/bench_girl' + rand(1,2) + '.jpg"></center>'
-			'Sitting on one of the benches on the primary walkway near the front of the park is a girl about your sister''s age. She''s watching the people walk by, but doesn''t seem to be paying attention to anyone. Perhaps she''s waiting on someone...'
-		elseif temprand = 7:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/bench_upskirt.jpg"></center>'
-			'Sitting on one of the benches on the primary walkway near the front of the park is a girl about your sister''s age, holding up a compact to her face and touching up her makeup. She has her legs spread a little, and as you get closer, you can see up her skirt to her bare pussy. You wonder if she''s aware of how she''s sitting or not. As you''re about to walk by, some boys sit next to her and start chatting her up.'
-			gs 'arousal', 'erotic_nudity', 1
-			gs 'arousal', 'end'
-			gs 'stat'
-		elseif temprand = 8:
-			gs 'exp_gain', 'prcptn', rand(1,2)
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/cat.jpg"></center>'
-			'As you walk along, you see a cat running through the park, but most people seem to ignore it. It looks very adorable as it runs over near you.'
-			act 'Pet the cat':
-				*clr & cla
-				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/catpet.jpg"></center>'
-				'You stop and hold your hand out to the cat. It takes a minute before it comes over, but once it does, you start petting it, causing it to purr. You fuss over it for several minutes before it runs away again. You smile after the cat, then get up and finish your walk.'
-				pcs_mood += 20
-				minut += 5
+			elseif temprand = 2:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/bench_2girls_drinking' + rand(1,2) + '.jpg"></center>'
+				'Two girls are drinking beers on one of the benches on the primary walkway near the front of the park. You can''t hear what they''re talking about, but they''re laughing, smiling and having a good time hanging out together.'
+			elseif temprand = 3:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/bench_flash_pussy.jpg"></center>'
+				'Sitting on one of the benches on the primary walkway near the front of the park is a woman that looks several years older than your sister. A handsome man walks towards her and she puts her feet on the bench, spreading her legs wide, showing off her pussy to him and anyone else that happens to be looking at the time. He laughs and walks over and kisses her as she closes her legs and gets up, and the two walk away together.'
+				gs 'arousal', 'erotic_nudity', 1
+				gs 'arousal', 'end'
 				gs 'stat'
-				act 'Finish your walk':gt 'pav_park', 'start'
-			end
-		elseif temprand = 9:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/chess.jpg"></center>'
-			'As you take your walk, you pass by an old man and a young boy sitting on a bench with a chessboard between them. As you walk past them, the boy makes a move while the old man studies the board.'
-		elseif temprand = 10:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/couple' + rand(1,2) + '.jpg"></center>'
-			'You pass by a man and a woman out and about as well. They seem to be romantically involved by how they look at each other and their body language. You can''t help but smile a little. It''s nice to see others in love.'
-		elseif temprand = 11:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/flash_butt_2girl.jpg"></center>'
-			'You see two girls along one of the paved walkways just off to the side near one of the trees. You notice a group of boys not far away from them checking them out. One of the girls pushes her friend forward and pulls up her dress, showing off her thong and bare ass cheeks to the boys, who promptly start whistling and hollering at their antics. The boys start walking towards the girls, who laugh and run away from them.'
-			gs 'arousal', 'erotic_nudity', 1
-			gs 'arousal', 'end'
-			gs 'stat'
-		elseif temprand = 12:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/flash_pussy.jpg"></center>'
-			'As you walk along, you notice a couple just ahead walking in the other direction. They''re about your parents'' age and seem to be talking; she looks a little unhappy, but then bites her lip and looks around. A second later, she pulls up the front of her skirt, showing off her hairy pussy. She isn''t looking around, only at him. The man grins widely and gives her a nod of approval, apparently liking it, before he wraps his arm around her and she drops her skirt back in place. They walk away smiling.'
-			gs 'arousal', 'erotic_nudity', 1
-			gs 'arousal', 'end'
-			gs 'stat'
-		elseif temprand = 13:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/girl_icecream1.jpg"></center>'
-			'As you walk past one of the benches, you see a girl your age sitting on a bench eating ice cream. You briefly wonder if you should get one for yourself.'
-		elseif temprand = 14:
-			gs 'exp_gain', 'prcptn', rand(1,2)
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/girls_icecream1.jpg"></center>'
-			'You see a group of kids about your brother''s age hanging out together. The boys seem to be flirting with the girls and in response, the girls all start licking an ice cream one of them had, which causes the boys to stare, nearly open-mouthed, seemingly loving every moment of the girls teasing them.'
-		elseif temprand = 15:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/guy_asking.jpg"></center>'
-			'As you walk, a man stops you and starts talking to you in terrible, broken Russian so bad you can''t really understand him. A moment later, an older woman stops by and joins in. It soon becomes clear he''s a tourist looking for the palace. The woman offers to show him, and the two walk away together.'
-		elseif temprand = 16:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/guys_three.jpg"></center>'
-			if pcs_hotcat >= 6:
-				pcs_mood += 10
-				'As you go for your walk, you see three guys around your sister''s age hanging out by one of the benches talking. One of them glances at your and lets out a long whistle. His two friends look at you and join in. "Hey, hot stuff. Come over here and keep us company, baby." They keep making comments like this until you''re out of earshot of them.'
-			elseif pcs_hotcat <= 3:
-				pcs_mood -= 10
-				'As you go for your walk, you see three guys around your sister''s age hanging out by one of the benches talking. One of them glances your way and gives you a disgusted look before turning back to his friends. "Jesus, don''t look now, but the freak show is in town." The other two look and make similar faces. "Fuck, the least she could do is wear a bag over her head of something." The three of them go on making comments about your looks and laughing. You sigh and keep walking.'
-			elseif pcs_bmi > 35:
-				pcs_mood -= 10
-				'As you go for your walk, you see three guys around your sister''s age hanging out by one of the benches talking. One of them glances your way before turning back to his friends and suddenly stumbling like he''s having trouble standing. "Guys, do you feel that? It feels like an earthquake!" His friends look at him momentarily before staring at you and smiling before joining in. "Oh no, not an earthquake! Oh wait, it''s just a fat ass walking by." All three howl with laughter as you sigh and keep walking.'
+			elseif temprand = 4:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/bench_girl_book.jpg"></center>'
+				'Sitting on one of the benches on the primary walkway near the front of the park is a woman that looks several years older than your sister. She''s relatively intent on reading a book in her lap, occasionally pausing to look up as if contemplating what she''s reading. You have no clue what the book is, but it seems to have her fully engrossed.'
+			elseif temprand = 5:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/bench_girl_flash1.jpg"></center>'
+				'Sitting on one of the benches on the primary walkway near the front of the park is a girl about your sister''s age. She seems to be intent on looking in your direction. She starts to smile as you get closer.'
+				act 'Keep walking':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/bench_girl_flash2.jpg"></center>'
+					'As you get even closer, she pulls down her top and flashes her breasts in your direction. At first, you think she''s flashing you, but a moment later, a guy jogs by you. When he gets to her she puts her breasts away and they kiss as she gets up and the two of them walk away together.'
+					gs 'arousal', 'erotic_nudity', 1
+					gs 'arousal', 'end'
+					gs 'stat'
+					act 'Finish your walk':gt 'pav_park', 'start'
+				end
+			elseif temprand = 6:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/bench_girl' + rand(1,2) + '.jpg"></center>'
+				'Sitting on one of the benches on the primary walkway near the front of the park is a girl about your sister''s age. She''s watching the people walk by, but doesn''t seem to be paying attention to anyone. Perhaps she''s waiting on someone...'
+			elseif temprand = 7:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/bench_upskirt.jpg"></center>'
+				'Sitting on one of the benches on the primary walkway near the front of the park is a girl about your sister''s age, holding up a compact to her face and touching up her makeup. She has her legs spread a little, and as you get closer, you can see up her skirt to her bare pussy. You wonder if she''s aware of how she''s sitting or not. As you''re about to walk by, some boys sit next to her and start chatting her up.'
+				gs 'arousal', 'erotic_nudity', 1
+				gs 'arousal', 'end'
+				gs 'stat'
+			elseif temprand = 8:
+				gs 'exp_gain', 'prcptn', rand(1,2)
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/cat.jpg"></center>'
+				'As you walk along, you see a cat running through the park, but most people seem to ignore it. It looks very adorable as it runs over near you.'
+				act 'Pet the cat':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/catpet.jpg"></center>'
+					'You stop and hold your hand out to the cat. It takes a minute before it comes over, but once it does, you start petting it, causing it to purr. You fuss over it for several minutes before it runs away again. You smile after the cat, then get up and finish your walk.'
+					pcs_mood += 20
+					minut += 5
+					gs 'stat'
+					act 'Finish your walk':gt 'pav_park', 'start'
+				end
+			elseif temprand = 9:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/chess.jpg"></center>'
+				'As you take your walk, you pass by an old man and a young boy sitting on a bench with a chessboard between them. As you walk past them, the boy makes a move while the old man studies the board.'
+			elseif temprand = 10:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/couple' + rand(1,2) + '.jpg"></center>'
+				'You pass by a man and a woman out and about as well. They seem to be romantically involved by how they look at each other and their body language. You can''t help but smile a little. It''s nice to see others in love.'
+			elseif temprand = 11:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/flash_butt_2girl.jpg"></center>'
+				'You see two girls along one of the paved walkways just off to the side near one of the trees. You notice a group of boys not far away from them checking them out. One of the girls pushes her friend forward and pulls up her dress, showing off her thong and bare ass cheeks to the boys, who promptly start whistling and hollering at their antics. The boys start walking towards the girls, who laugh and run away from them.'
+				gs 'arousal', 'erotic_nudity', 1
+				gs 'arousal', 'end'
+				gs 'stat'
+			elseif temprand = 12:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/flash_pussy.jpg"></center>'
+				'As you walk along, you notice a couple just ahead walking in the other direction. They''re about your parents'' age and seem to be talking; she looks a little unhappy, but then bites her lip and looks around. A second later, she pulls up the front of her skirt, showing off her hairy pussy. She isn''t looking around, only at him. The man grins widely and gives her a nod of approval, apparently liking it, before he wraps his arm around her and she drops her skirt back in place. They walk away smiling.'
+				gs 'arousal', 'erotic_nudity', 1
+				gs 'arousal', 'end'
+				gs 'stat'
+			elseif temprand = 13:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/girl_icecream1.jpg"></center>'
+				'As you walk past one of the benches, you see a girl your age sitting on a bench eating ice cream. You briefly wonder if you should get one for yourself.'
+			elseif temprand = 14:
+				gs 'exp_gain', 'prcptn', rand(1,2)
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/girls_icecream1.jpg"></center>'
+				'You see a group of kids about your brother''s age hanging out together. The boys seem to be flirting with the girls and in response, the girls all start licking an ice cream one of them had, which causes the boys to stare, nearly open-mouthed, seemingly loving every moment of the girls teasing them.'
+			elseif temprand = 15:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/guy_asking.jpg"></center>'
+				'As you walk, a man stops you and starts talking to you in terrible, broken Russian so bad you can''t really understand him. A moment later, an older woman stops by and joins in. It soon becomes clear he''s a tourist looking for the palace. The woman offers to show him, and the two walk away together.'
+			elseif temprand = 16:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/guys_three.jpg"></center>'
+				if pcs_hotcat >= 6:
+					pcs_mood += 10
+					'As you go for your walk, you see three guys around your sister''s age hanging out by one of the benches talking. One of them glances at your and lets out a long whistle. His two friends look at you and join in. "Hey, hot stuff. Come over here and keep us company, baby." They keep making comments like this until you''re out of earshot of them.'
+				elseif pcs_hotcat <= 3:
+					pcs_mood -= 10
+					'As you go for your walk, you see three guys around your sister''s age hanging out by one of the benches talking. One of them glances your way and gives you a disgusted look before turning back to his friends. "Jesus, don''t look now, but the freak show is in town." The other two look and make similar faces. "Fuck, the least she could do is wear a bag over her head of something." The three of them go on making comments about your looks and laughing. You sigh and keep walking.'
+				elseif pcs_bmi > 35:
+					pcs_mood -= 10
+					'As you go for your walk, you see three guys around your sister''s age hanging out by one of the benches talking. One of them glances your way before turning back to his friends and suddenly stumbling like he''s having trouble standing. "Guys, do you feel that? It feels like an earthquake!" His friends look at him momentarily before staring at you and smiling before joining in. "Oh no, not an earthquake! Oh wait, it''s just a fat ass walking by." All three howl with laughter as you sigh and keep walking.'
+				else
+					'As you walk, you see three guys around your sister''s age hanging out by one of the benches talking. One of them glances your way before turning back to his friends. The others ignore you as you walk past.'
+				end
+			elseif temprand = 17:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/young_mother.jpg"></center>'
+				'As you walk on one of the busy pathways, you notice a woman with a stroller. You notice she''s only a few years older than your sister as several other women come up to look at the baby. They all fuss over them until you''re well past them.'
+			elseif temprand = 18:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/pantsdown_2girl.jpg"></center>'
+				'Ahead, you see a pair of girls who know a small group of guys checking them out. After teasing the guys, they both pull down their pants. Their shirts are long enough to keep them covered, but encourage the men to head towards them before the girls pull up their pants, laugh and run away from them.'
+				gs 'arousal', 'erotic_nudity', 1
+				gs 'arousal', 'end'
+				gs 'stat'
+			elseif temprand = 19:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/selfie_pussy.jpg"></center>'
+				'On one of the benches is an older woman, close to your mother''s age, you would guess. She''s busy taking a photo between her legs. As you get closer, you can tell she''s not wearing panties. She seems to be utterly oblivious to other people or that some of them are watching.'
+				gs 'arousal', 'erotic_nudity', 1
+				gs 'arousal', 'end'
+				gs 'stat'
+			elseif temprand = 20:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/selfie_girl' + rand(1,4) + '.jpg"></center>'
+				'On one of the benches is a young woman not much older than you. She''s busy taking a lot of selfies in different poses and seems to be utterly oblivious to other people or that some of them are watching.'
+			elseif temprand = 21:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/smoking_girl.jpg"></center>'
+				'A girl about your age is leaning against one of the lamp posts smoking a cigarette, but you don''t think you''ve ever seen her before. As you walk by, she looks at you intently but doesn''t say anything.'
+			elseif temprand = 22:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/sporty_girls.jpg"></center>'
+				'As you walk along, some girls jog past you. They stop ahead of you by one of the railings, placing one foot on the top rail and using it to stretch their legs. You almost catch up to them before they stop and start jogging again.'
+			elseif temprand = 23:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/wedgie_2girl.jpg"></center>'
+				'Ahead is a group of girls hanging out, talking and laughing together. As you watch, one of them tries to grab her friend''s panties from behind, which quickly turns into them wrestling. Finally, the girl on the defensive manages to get the upper hand and gets her friend on the ground before grabbing her panties and yanking them up. The girl on the ground squeals at the massive wedgie she''s getting while the other girls, who have just been watching or cheering on one of the others, start laughing. As you pass by, the girl on the ground finally gets up and tries to pick her underwear out of her ass.'
+			elseif temprand = 24 and hotelcouple = 1:
+				*clr
+				hotelcouple = 2
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/couple_park_meet.jpg"></center>'
+				'After walking around the park for 10 minutes, you decide to relax in the grass, but are suddenly approached by a couple who sit next to you.'
+				'You think you recognise the man, but can''t quite put your finger on it.'
+				'"Hey girl," the man starts. "I don''t know if you remember, but we met once in the hotel."'
+				*nl
+				'Now you remember. You watched his children so he and his wife could have some ''alone time''.'
+				'"You really helped us out that time. Usually, we can drop the children off with my parents, but they were out that day. My name is Motya, and this is my wife, Uliana. We stay in the Pavlovsk hotel every Thursday. If you want to visit us on a Thursday evening, feel free to drop by room 207 so we can give you a proper thank you for your help."'
+				'They get up and leave as you wonder what kind of ''thanks'' they have in mind.'
+			elseif temprand = 25:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/oldman.jpg"></center>'
+				if bimbolevel < 1:
+					$textEvent = 'A lonely old man with a newspaper in his hand strolls down a path.'
+				else
+					$textEvent='A lonely old man with a newspaper is strolling down a path. He looks at you greedily when he sees you and walks over to you. When he reaches you, he extends his hand. "Hi there, young lady! If you have a minute, come with me! I have something for you!"'
+					act 'Go with him':gs 'npcgeneratec', 0, 'Old Man from the park', rand(50,70) & gs 'boyStat', $npclastgenerated & gt 'parkBimbo','pos1'
+				end
+			elseif temprand = 26:
+				gs 'exp_gain', 'prcptn', rand(1,2)
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/bench_flash_full.jpg"></center>'
+				'A group of boys and a single girl are hanging out near one of the benches. The boys are all talking to her and she seems reluctant, but you can tell by her posture that she gives in. She pulls up her shirt, showing off her breasts, and spreads her legs wide before pulling up her skirt a little to show off her pussy. The boys all hoot and holler, drawing attention to her, causing her to blush and quickly pull her clothes back in place. The boys keep talking and whatever they say makes her relax and smile again.'
+				gs 'arousal', 'erotic_nudity', 1
+				gs 'arousal', 'end'
+				gs 'stat'
+			elseif temprand = 27:
+				gs 'pav_park_meet_event', 'kol'
 			else
-				'As you walk, you see three guys around your sister''s age hanging out by one of the benches talking. One of them glances your way before turning back to his friends. The others ignore you as you walk past.'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/walk_day.jpg"></center>'
+				'You take a relaxing and refreshing walk through the park, trying to figure out the meaning of life.'
 			end
-		elseif temprand = 17:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/young_mother.jpg"></center>'
-			'As you walk on one of the busy pathways, you notice a woman with a stroller. You notice she''s only a few years older than your sister as several other women come up to look at the baby. They all fuss over them until you''re well past them.'
-		elseif temprand = 18:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/pantsdown_2girl.jpg"></center>'
-			'Ahead, you see a pair of girls who know a small group of guys checking them out. After teasing the guys, they both pull down their pants. Their shirts are long enough to keep them covered, but encourage the men to head towards them before the girls pull up their pants, laugh and run away from them.'
-			gs 'arousal', 'erotic_nudity', 1
-			gs 'arousal', 'end'
-			gs 'stat'
-		elseif temprand = 19:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/selfie_pussy.jpg"></center>'
-			'On one of the benches is an older woman, close to your mother''s age, you would guess. She''s busy taking a photo between her legs. As you get closer, you can tell she''s not wearing panties. She seems to be utterly oblivious to other people or that some of them are watching.'
-			gs 'arousal', 'erotic_nudity', 1
-			gs 'arousal', 'end'
-			gs 'stat'
-		elseif temprand = 20:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/selfie_girl' + rand(1,4) + '.jpg"></center>'
-			'On one of the benches is a young woman not much older than you. She''s busy taking a lot of selfies in different poses and seems to be utterly oblivious to other people or that some of them are watching.'
-		elseif temprand = 21:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/smoking_girl.jpg"></center>'
-			'A girl about your age is leaning against one of the lamp posts smoking a cigarette, but you don''t think you''ve ever seen her before. As you walk by, she looks at you intently but doesn''t say anything.'
-		elseif temprand = 22:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/sporty_girls.jpg"></center>'
-			'As you walk along, some girls jog past you. They stop ahead of you by one of the railings, placing one foot on the top rail and using it to stretch their legs. You almost catch up to them before they stop and start jogging again.'
-		elseif temprand = 23:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/wedgie_2girl.jpg"></center>'
-			'Ahead is a group of girls hanging out, talking and laughing together. As you watch, one of them tries to grab her friend''s panties from behind, which quickly turns into them wrestling. Finally, the girl on the defensive manages to get the upper hand and gets her friend on the ground before grabbing her panties and yanking them up. The girl on the ground squeals at the massive wedgie she''s getting while the other girls, who have just been watching or cheering on one of the others, start laughing. As you pass by, the girl on the ground finally gets up and tries to pick her underwear out of her ass.'
-		elseif temprand = 24 and hotelcouple = 1:
-			*clr
-			hotelcouple = 2
-			gs 'stat'
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/couple_park_meet.jpg"></center>'
-			'After walking around the park for 10 minutes, you decide to relax in the grass, but are suddenly approached by a couple who sit next to you.'
-			'You think you recognise the man, but can''t quite put your finger on it.'
-			'"Hey girl," the man starts. "I don''t know if you remember, but we met once in the hotel."'
-			*nl
-			'Now you remember. You watched his children so he and his wife could have some ''alone time''.'
-			'"You really helped us out that time. Usually, we can drop the children off with my parents, but they were out that day. My name is Motya, and this is my wife, Uliana. We stay in the Pavlovsk hotel every Thursday. If you want to visit us on a Thursday evening, feel free to drop by room 207 so we can give you a proper thank you for your help."'
-			'They get up and leave as you wonder what kind of ''thanks'' they have in mind.'
-		elseif temprand = 25:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/oldman.jpg"></center>'
-			if bimbolevel < 1:
-				$textEvent = 'A lonely old man with a newspaper in his hand strolls down a path.'
+		else
+			!!night
+			temprand = rand(1, 6)
+			if temprand = 1:
+				gs 'exp_gain', 'prcptn', rand(1,2)
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/night/2girls_humping1.jpg"></center>'
+				'As you walk around the touristy area of the park near the theatre, you see a group of young people hanging out. One of the girls seems a bit drunk and is hanging onto her friends. As you watch them walk past, she says something, and one of her female friends immediately grabs her from behind and starts dry-humping her hard and fast, which gets everyone laughing. At the same time, the drunk girl laughs, but looks turned on by it. She smiles and slightly shakes her head as you walk past them.'
+				gs 'arousal', 'erotic', 1
+				gs 'arousal', 'end'
+				gs 'stat'
+			elseif temprand = 2:
+				gs 'exp_gain', 'prcptn', rand(1,2)
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/night/bench_girl_pussyflash1.jpg"></center>'
+				'As you walk around the touristy area of the park near the cafe, you see a girl sitting on a bench in a skirt with her legs spread wide, showing off her bare pussy. She''s looking for a boy that you assume is her boyfriend. He laughs and starts taking pictures of her, neither seeming to care that other people can see her pussy as well. Finally, after several shots, he walks over to her. He kisses her and she gets up before they walk away together arm in arm.'
+				gs 'arousal', 'erotic_nudity', 1
+				gs 'stat'
+			elseif temprand = 3:
+				gs 'pav_park_meet_event', 'kol'
 			else
-				$textEvent='A lonely old man with a newspaper is strolling down a path. He looks at you greedily when he sees you and walks over to you. When he reaches you, he extends his hand. "Hi there, young lady! If you have a minute, come with me! I have something for you!"'
-				act 'Go with him':gs 'npcgeneratec', 0, 'Old Man from the park', rand(50,70) & gs 'boyStat', $npclastgenerated & gt 'parkBimbo','pos1'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/walk_night.jpg"></center>'
+				'You take a relaxing and refreshing walk through the park, trying to figure out the meaning of life.'
 			end
-		elseif temprand = 26:
-			gs 'exp_gain', 'prcptn', rand(1,2)
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/bench_flash_full.jpg"></center>'
-			'A group of boys and a single girl are hanging out near one of the benches. The boys are all talking to her and she seems reluctant, but you can tell by her posture that she gives in. She pulls up her shirt, showing off her breasts, and spreads her legs wide before pulling up her skirt a little to show off her pussy. The boys all hoot and holler, drawing attention to her, causing her to blush and quickly pull her clothes back in place. The boys keep talking and whatever they say makes her relax and smile again.'
-			gs 'arousal', 'erotic_nudity', 1
-			gs 'arousal', 'end'
-			gs 'stat'
-		elseif temprand = 27:
-			gs 'pav_park_meet_event', 'kol'
-		else
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/walk_day.jpg"></center>'
-			'You take a relaxing and refreshing walk through the park, trying to figure out the meaning of life.'
-		end
-	else
-		!!night
-		temprand = rand(1,6)
-		if temprand = 1:
-			gs 'exp_gain', 'prcptn', rand(1,2)
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/night/2girls_humping1.jpg"></center>'
-			'As you walk around the touristy area of the park near the theatre, you see a group of young people hanging out. One of the girls seems a bit drunk and is hanging onto her friends. As you watch them walk past, she says something, and one of her female friends immediately grabs her from behind and starts dry-humping her hard and fast, which gets everyone laughing. At the same time, the drunk girl laughs, but looks turned on by it. She smiles and slightly shakes her head as you walk past them.'
-			gs 'arousal', 'erotic', 1
-			gs 'arousal', 'end'
-			gs 'stat'
-		elseif temprand = 2:
-			gs 'exp_gain', 'prcptn', rand(1,2)
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/night/bench_girl_pussyflash1.jpg"></center>'
-			'As you walk around the touristy area of the park near the cafe, you see a girl sitting on a bench in a skirt with her legs spread wide, showing off her bare pussy. She''s looking for a boy that you assume is her boyfriend. He laughs and starts taking pictures of her, neither seeming to care that other people can see her pussy as well. Finally, after several shots, he walks over to her. He kisses her and she gets up before they walk away together arm in arm.'
-			gs 'arousal', 'erotic_nudity', 1
-			gs 'stat'
-		elseif temprand = 3:
-			gs 'pav_park_meet_event', 'kol'
-		else
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/walk_night.jpg"></center>'
-			'You take a relaxing and refreshing walk through the park, trying to figure out the meaning of life.'
 		end
 	end
 	act 'Finish your walk':gt 'pav_park', 'start'
@@ -294,197 +305,201 @@ if $ARGS[0] = 'walk2':
 	menu_off = 1
 	pcs_mood += 10
 	gs 'stat'
-	if (daystage = 2 or daystage = 3) and (month = 1 or month = 2 or month = 12):
-	!!day winter
-		temprand = rand(1,13)
-		if temprand = 1:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/winter/deep/bench_girl_flash1.jpg"></center>'
-			'You see a girl sitting on a bench in a skirt. With how cold it is, you imagine she has to be freezing, but as you walk past, she lifts one of her legs, giving you a nice view of her bare pussy. You can''t help but smile and understand why she''s wearing a skirt. Some people get off on teasing or flashing strangers, and she seems to be one of them.'
-			gs 'arousal', 'erotic_nudity', 1
-			gs 'stat'
-		elseif temprand = 2:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/winter/deep/bench_girl1.jpg"></center>'
-			'You pass by a girl sitting on a bench with the hood of her oversized coat over her head, huddled on a bench. You have no clue how long she might have been sitting there, but despite the warm clothes, she looks like she''s cold. Despite this, she seems intent to keep waiting for someone or something.'
-		elseif temprand = 3:
-			gs 'exp_gain', 'prcptn', rand(1,2)
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/winter/deep/kiss_couple1.jpg"></center>'
-			'Walking down one of the less used trails, you find a couple kissing in a deep embrace. They seem utterly oblivious to you as you walk by them, and they never stop making out or seem to have even noticed you passing them.'
-			gs 'arousal', 'erotic', 1
-			gs 'arousal', 'end'
-			gs 'stat'
-		elseif temprand = 4:
-			gs 'exp_gain', 'prcptn', rand(1,2)
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/winter/deep/picnic_2girl1.jpg"></center>'
-			'As you walk down one of the trails, you see some girls sitting on a fallen tree, having a bit of a picnic together. They seem surprised and uncomfortable when they spot you, moving slightly apart. You can only guess they were not expecting someone to come out this far into the park. You can only assume this is a date by the flowers and teddy bears. You pretend not to notice and walk on, trying your best to make them as comfortable as possible and not interrupt their special moment.'
-		elseif temprand = 5:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/winter/deep/walking_2girls1.jpg"></center>'
-			'Walking on one of the more used pathways in the deeper part of the park, you see two girls up ahead playing in the snow. They are running around chasing and throwing snowballs at each other. They seem to be two close friends having the time of their life.'
-		elseif temprand = 6 and $coatworntype ! 'none':
-			gt 'pav_parkev', 'old_man'
-		elseif temprand = 7:
-			gs 'pav_park_meet_event', 'kol'
-		elseif temprand = 8:
-			gs 'pav_park_meet_event', 'kol_more'
-		else
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/walk_deep_winter_day.jpg"></center>'
-			'You take a relaxing and refreshing walk through the park, trying to figure out the meaning of life.'
-		end
-	elseif (month=1 or month=2 or month=12):
-		!!night winter
-		temprand = rand(1,6)
-		if temprand = 1:
-			gs 'pav_park_meet_event', 'kol'
-		elseif temprand = 2:
-			gs 'pav_park_meet_event', 'kol_more'
+	if month = 1 or month = 2 or month = 12:
+		if daystage = 2 or daystage = 3:
+		!!day winter
+			temprand = rand(1,13)
+			if temprand = 1:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/winter/deep/bench_girl_flash1.jpg"></center>'
+				'You see a girl sitting on a bench in a skirt. With how cold it is, you imagine she has to be freezing, but as you walk past, she lifts one of her legs, giving you a nice view of her bare pussy. You can''t help but smile and understand why she''s wearing a skirt. Some people get off on teasing or flashing strangers, and she seems to be one of them.'
+				gs 'arousal', 'erotic_nudity', 1
+				gs 'stat'
+			elseif temprand = 2:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/winter/deep/bench_girl1.jpg"></center>'
+				'You pass by a girl sitting on a bench with the hood of her oversized coat over her head, huddled on a bench. You have no clue how long she might have been sitting there, but despite the warm clothes, she looks like she''s cold. Despite this, she seems intent to keep waiting for someone or something.'
+			elseif temprand = 3:
+				gs 'exp_gain', 'prcptn', rand(1,2)
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/winter/deep/kiss_couple1.jpg"></center>'
+				'Walking down one of the less used trails, you find a couple kissing in a deep embrace. They seem utterly oblivious to you as you walk by them, and they never stop making out or seem to have even noticed you passing them.'
+				gs 'arousal', 'erotic', 1
+				gs 'arousal', 'end'
+				gs 'stat'
+			elseif temprand = 4:
+				gs 'exp_gain', 'prcptn', rand(1,2)
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/winter/deep/picnic_2girl1.jpg"></center>'
+				'As you walk down one of the trails, you see some girls sitting on a fallen tree, having a bit of a picnic together. They seem surprised and uncomfortable when they spot you, moving slightly apart. You can only guess they were not expecting someone to come out this far into the park. You can only assume this is a date by the flowers and teddy bears. You pretend not to notice and walk on, trying your best to make them as comfortable as possible and not interrupt their special moment.'
+			elseif temprand = 5:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/winter/deep/walking_2girls1.jpg"></center>'
+				'Walking on one of the more used pathways in the deeper part of the park, you see two girls up ahead playing in the snow. They are running around chasing and throwing snowballs at each other. They seem to be two close friends having the time of their life.'
+			elseif temprand = 6 and $coatworntype ! 'none':
+				gt 'pav_parkev', 'old_man'
+			elseif temprand = 7:
+				gs 'pav_park_meet_event', 'kol'
+			elseif temprand = 8:
+				gs 'pav_park_meet_event', 'kol_more'
+			else
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/walk_deep_winter_day.jpg"></center>'
+				'You take a relaxing and refreshing walk through the park, trying to figure out the meaning of life.'
+			end
 		else
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.winter.night.jpg"></center>'
-			'You take a relaxing and refreshing walk through the park, trying to figure out the meaning of life.'
+			!!night winter
+			temprand = rand(1,6)
+			if temprand = 1:
+				gs 'pav_park_meet_event', 'kol'
+			elseif temprand = 2:
+				gs 'pav_park_meet_event', 'kol_more'
+			else
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.winter.night.jpg"></center>'
+				'You take a relaxing and refreshing walk through the park, trying to figure out the meaning of life.'
+			end
 		end
-	elseif daystage = 2 or daystage = 3:
-		!!day
-		temprand = rand(1,36)
-		if temprand = 1:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/bench_couple_kiss1.jpg"></center>'
-			'As you walk past one of the benches, you see a girl sitting on a boy''s lap. They have their arms around each other and are passionately making out. You can''t help but smile a little as you walk past them.'
-			gs 'arousal', 'erotic', 1
-			gs 'arousal', 'end'
-			gs 'stat'
-		elseif temprand = 2:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/bench_flash_butt.jpg"></center>'
-			'As you walk past one of the benches, you see a couple sitting on it. You can''t hear what he says, but the girl gets up on her hands and knees on the bench with her ass facing him. She pulls her skirt and panties down, showing off her naked ass to him, which only makes him grin. When she sees you, she blushes bright red and quickly pulls her clothes back in place. The boy starts protesting, then looks your way and gives you an annoyed glare while she jogs off, causing him to quickly follow.'
-			gs 'arousal', 'erotic_nudity', 1
-			gs 'arousal', 'end'
-			gs 'stat'
-		elseif temprand = 3:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/lesbian_kiss.jpg"></center>'
-			'As you walk down one of the less used trails, you find two girls kissing while in a deep embrace. They seem completely oblivious to you as you walk by them and they never stop making out or seem to have even noticed you passing them.'
-			gs 'arousal', 'erotic', 1
-			gs 'arousal', 'end'
-			gs 'stat'
-		elseif temprand = 4:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/bench_flash_panties_rear.jpg"></center>'
-			'A group of boys and a single girl are hanging out near one of the benches. The boys are all talking to her and she seems reluctant, but you can tell by her posture that she gives in. She turns around, kneels on the bench, and pulls down her shorts to show off her thong and bare ass cheeks. The boys all hoot and holler and one even slaps her ass. You don''t think she''s aware of you as you walk by; the boys look at you and grin, but seem content with the girl they already have.'
-			gs 'arousal', 'erotic', 1
-			gs 'arousal', 'end'
-			gs 'stat'
-		elseif temprand = 5:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/bench_guy_passedout1.jpg"></center>'
-			'As you walk along, you see a guy lying on the ground in front of one of the benches. He looks like a gopnik by how he''s dressed. As you get closer, you can hear him snoring and smell the alcohol on him.'
-		elseif temprand = 6:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/bench_girl_reading.jpg"></center>'
-			'As you pass one of the benches, you see a girl sitting on it with her shoes off, reading a book. As you walk past, she doesn''t even glance up at you. Instead, she seems to be wholly engrossed in reading her book.'
-		elseif temprand = 7:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/bench_girl' + rand(1,2) + '.jpg"></center>'
-			'As you come down one of the trails through a bunch of trees to one of the small clearings with a bench, you see a girl sitting on it. She looks up in your direction as you come into view and sighs a little before losing interest in you. By her actions, she seems to be waiting on someone and that someone is not you.'
-		elseif temprand = 8:
-			gs 'exp_gain', 'prcptn', rand(1,2)
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/condoms_ground1.jpg"></center>'
-			'Walking along one of the trails into a small clearing just off to the side, you see a bit of litter on the ground, but as you get closer, it looks odd. You take a few steps over, wondering what it is, before realizing that it''s a bunch of condom wrappers and used condoms lying on the ground. It seems someone had a lot of fun here at some point. You quickly step back to the trail and continue your walk.'
-		elseif temprand = 9:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/couple1.jpg"></center>'
-			'Walking down one of the less used trails, you find a couple standing just off the side, kissing in a deep embrace. They seem entirely oblivious to you as you walk by them, and they never stop making out or seem to have even noticed you passing them.'
-			gs 'arousal', 'erotic', 1
-			gs 'arousal', 'end'
-			gs 'stat'
-		elseif temprand = 10:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/dryhump_2girls1.jpg"></center>'
-			'As you walk along, you see a small group of girls about your brother''s age talking. You can slightly overhear what they are saying. One of the girls is talking about a date they had last night, describing how the boy grabbed her from behind and started fucking her. To demonstrate, she grabs one of her friends, bends her over and starts pretending to fuck her from behind. The girls all laugh and she continues her story as you shake your head slightly and wonder if your brother knows them.'
-			gs 'arousal', 'erotic', 1
-			gs 'arousal', 'end'
-			gs 'stat'
-		elseif temprand = 11:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/femdom1.jpg"></center>'
-			'As you walk along, you see a couple just off the path. They seem to disagree about something, and then the girl says something and points at the ground. The boy looks at her until she does it again, and then he lies on the ground on his back. She sits down on his face and starts to berate him, telling him how useless he is and that he stays like that until he learns his place. You can''t help but smile at seeing a girl dominate a boy. Usually, the girls are always the ones being dominated by the boys.'
-		elseif temprand = 12:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/get_flashed1.jpg"></center>'
-			'As you walk along, you see a man in a long coat coming the other way. As you get close to him, he suddenly opens his jacket. He is entirely naked underneath, his flaccid cock hanging right in front of you.'
-			gs 'arousal', 'erotic_nudity', 1
-			gs 'arousal', 'end'
-			gs 'stat'
-			if PCLoSkirt > 0:
-				act 'Flash him back':
-					*clr & cla
-					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/get_flashed2.jpg"></center>'
-					if $pantyworntype = 'none':
-						'You laugh and pull up your skirt, flashing him your pussy back. Once you''re past him, you drop your skirt back in place and finish your walk.'
-					else
-						'You laugh before pulling your skirt up and your panties down, flashing him your pussy back. Once you''re past him, you pull up your panties and drop your skirt back in place and finish your walk.'
+	else
+		if daystage = 2 or daystage = 3:
+			!!day
+			temprand = rand(1,36)
+			if temprand = 1:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/bench_couple_kiss1.jpg"></center>'
+				'As you walk past one of the benches, you see a girl sitting on a boy''s lap. They have their arms around each other and are passionately making out. You can''t help but smile a little as you walk past them.'
+				gs 'arousal', 'erotic', 1
+				gs 'arousal', 'end'
+				gs 'stat'
+			elseif temprand = 2:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/bench_flash_butt.jpg"></center>'
+				'As you walk past one of the benches, you see a couple sitting on it. You can''t hear what he says, but the girl gets up on her hands and knees on the bench with her ass facing him. She pulls her skirt and panties down, showing off her naked ass to him, which only makes him grin. When she sees you, she blushes bright red and quickly pulls her clothes back in place. The boy starts protesting, then looks your way and gives you an annoyed glare while she jogs off, causing him to quickly follow.'
+				gs 'arousal', 'erotic_nudity', 1
+				gs 'arousal', 'end'
+				gs 'stat'
+			elseif temprand = 3:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/lesbian_kiss.jpg"></center>'
+				'As you walk down one of the less used trails, you find two girls kissing while in a deep embrace. They seem completely oblivious to you as you walk by them and they never stop making out or seem to have even noticed you passing them.'
+				gs 'arousal', 'erotic', 1
+				gs 'arousal', 'end'
+				gs 'stat'
+			elseif temprand = 4:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/bench_flash_panties_rear.jpg"></center>'
+				'A group of boys and a single girl are hanging out near one of the benches. The boys are all talking to her and she seems reluctant, but you can tell by her posture that she gives in. She turns around, kneels on the bench, and pulls down her shorts to show off her thong and bare ass cheeks. The boys all hoot and holler and one even slaps her ass. You don''t think she''s aware of you as you walk by; the boys look at you and grin, but seem content with the girl they already have.'
+				gs 'arousal', 'erotic', 1
+				gs 'arousal', 'end'
+				gs 'stat'
+			elseif temprand = 5:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/bench_guy_passedout1.jpg"></center>'
+				'As you walk along, you see a guy lying on the ground in front of one of the benches. He looks like a gopnik by how he''s dressed. As you get closer, you can hear him snoring and smell the alcohol on him.'
+			elseif temprand = 6:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/bench_girl_reading.jpg"></center>'
+				'As you pass one of the benches, you see a girl sitting on it with her shoes off, reading a book. As you walk past, she doesn''t even glance up at you. Instead, she seems to be wholly engrossed in reading her book.'
+			elseif temprand = 7:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/bench_girl' + rand(1,2) + '.jpg"></center>'
+				'As you come down one of the trails through a bunch of trees to one of the small clearings with a bench, you see a girl sitting on it. She looks up in your direction as you come into view and sighs a little before losing interest in you. By her actions, she seems to be waiting on someone and that someone is not you.'
+			elseif temprand = 8:
+				gs 'exp_gain', 'prcptn', rand(1,2)
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/condoms_ground1.jpg"></center>'
+				'Walking along one of the trails into a small clearing just off to the side, you see a bit of litter on the ground, but as you get closer, it looks odd. You take a few steps over, wondering what it is, before realizing that it''s a bunch of condom wrappers and used condoms lying on the ground. It seems someone had a lot of fun here at some point. You quickly step back to the trail and continue your walk.'
+			elseif temprand = 9:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/couple1.jpg"></center>'
+				'Walking down one of the less used trails, you find a couple standing just off the side, kissing in a deep embrace. They seem entirely oblivious to you as you walk by them, and they never stop making out or seem to have even noticed you passing them.'
+				gs 'arousal', 'erotic', 1
+				gs 'arousal', 'end'
+				gs 'stat'
+			elseif temprand = 10:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/dryhump_2girls1.jpg"></center>'
+				'As you walk along, you see a small group of girls about your brother''s age talking. You can slightly overhear what they are saying. One of the girls is talking about a date they had last night, describing how the boy grabbed her from behind and started fucking her. To demonstrate, she grabs one of her friends, bends her over and starts pretending to fuck her from behind. The girls all laugh and she continues her story as you shake your head slightly and wonder if your brother knows them.'
+				gs 'arousal', 'erotic', 1
+				gs 'arousal', 'end'
+				gs 'stat'
+			elseif temprand = 11:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/femdom1.jpg"></center>'
+				'As you walk along, you see a couple just off the path. They seem to disagree about something, and then the girl says something and points at the ground. The boy looks at her until she does it again, and then he lies on the ground on his back. She sits down on his face and starts to berate him, telling him how useless he is and that he stays like that until he learns his place. You can''t help but smile at seeing a girl dominate a boy. Usually, the girls are always the ones being dominated by the boys.'
+			elseif temprand = 12:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/get_flashed1.jpg"></center>'
+				'As you walk along, you see a man in a long coat coming the other way. As you get close to him, he suddenly opens his jacket. He is entirely naked underneath, his flaccid cock hanging right in front of you.'
+				gs 'arousal', 'erotic_nudity', 1
+				gs 'arousal', 'end'
+				gs 'stat'
+				if PCLoSkirt > 0:
+					act 'Flash him back':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/get_flashed2.jpg"></center>'
+						if $pantyworntype = 'none':
+							'You laugh and pull up your skirt, flashing him your pussy back. Once you''re past him, you drop your skirt back in place and finish your walk.'
+						else
+							'You laugh before pulling your skirt up and your panties down, flashing him your pussy back. Once you''re past him, you pull up your panties and drop your skirt back in place and finish your walk.'
+						end
+						gs 'arousal', 'flash', 1
+						gs 'arousal', 'erotic_nudity', -1
+						gs 'arousal', 'end'
+						gs 'stat'
+						act 'Finish your walk': gt 'pav_park', 'deeper_park'
 					end
-					gs 'arousal', 'flash', 1
-					gs 'arousal', 'erotic_nudity', -1
-					gs 'arousal', 'end'
-					gs 'stat'
-					act 'Finish your walk': gt 'pav_park', 'deeper_park'
 				end
+			elseif temprand = 13:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/girl_in_woods.jpg"></center>'
+				'As you walk along one of the trails, you run across a girl sitting next to a tree with her arm against one of the low limbs and her head on her arm. She seems sad. You start to walk over to her, but she says something without looking up. "Please just leave me alone." You nod and turn to walk away, but you can''t help but wonder what happened to her.'
+			elseif temprand = 14:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/naked_girl1.jpg"></center>'
+				'As you are walking along one of the trails, you come around a bend in the trees, and a naked girl is partially covering herself up ahead of you. When she sees you, she blushes and does her best to cover herself while shrieking, then runs off into the woods before you can ask if she needs help.'
+			elseif temprand = 15:
+				gs 'exp_gain', 'prcptn', rand(1,2)
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/panties_tree1.jpg"></center>'
+				'Walking along one of the trails opens into a small clearing just off to the side. You see something hanging from the trees, but as you get closer, it looks like significant bits of cloth. You take a couple of steps closer, wondering what it is, and then you realize it is three different pairs of panties hanging from the trees. As you quickly step back to the trail and continue your walk, you wonder exactly what happened back there. Why were the panties hung on the trees? You shake your head as you can''t fathom a reason for it.'
+			elseif temprand = 16:
+				gs 'exp_gain', 'prcptn', rand(1,2)
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/panties_ground1.jpg"></center>'
+				'Walking along one of the trails into a small clearing just off to the side, you see a bit of litter on the ground, but as you get closer, it looks odd. You take a few steps over, wondering what it is, before realizing that it''s a bunch of different coloured panties lying on the ground. As you quickly step back to the trail and continue your walk, you wonder exactly what happened back there. Why were so many panties just left on the ground? You shake your head as you can''t fathom a reason for it.'
+			elseif temprand = 17:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/selfie_pussy1.jpg"></center>'
+				'As you walk along one of the trails, you run across a girl sitting next to a tree wearing a skirt. Her legs are spread wide, and she has her phone in her hand between her legs. As you get closer, you realize she''s taking pictures of her naked pussy; when you get close, she looks up and smiles. "Just teasing my boyfriend," she says before going back to what she was doing. You don''t know what to say, so you just nod and head on your way.'
+				gs 'arousal', 'erotic_nudity', 1
+				gs 'arousal', 'end'
+				gs 'stat'
+			elseif temprand = 18:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/tree_girl_book1.jpg"></center>'
+				'As you walk along one of the trails, you run across a girl sitting next to a tree reading a book. She never looks up at you as you walk past. Whatever the book is, she seems totally engrossed in it.'
+			elseif temprand = 19 and soniaQW['slut'] = 5 and hour > 14 and hour < 20:
+				!!I copied the old code for this and just added the temprand but I am sure it can be coded better
+				gs 'exp_gain', 'prcptn', rand(1,2)
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/walk_deep_day.jpg"></center>'
+				'While walking along a heavily forested area with many bushes growing between the trees, almost completely blocking any sight beyond the path, you hear what sounds like some soft moaning, but you can''t be sure.'
+				act 'Ignore it':gt 'pav_park', 'deeper_park'
+				act 'Investigate': gt 'pav_park_sex', 'watch_sonia'
+			elseif temprand = 20:
+				gs 'pav_park_meet_event', 'kol_deep'
+			elseif temprand = 21 and $coatworntype ! 'none':
+				gt 'pav_parkev', 'old_man'
+			!!note add code to check for jacket
+			!!this gt will go to the old man even if this comes up yes?
+			elseif temprand = 22:
+				gs 'pav_park_meet_event', 'kol'
+			elseif temprand = 23:
+				gs 'pav_park_meet_event', 'kol_more'
+			else
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/walk_deep_day.jpg"></center>'
+				'You take a relaxing and refreshing walk through the park, trying to figure out the meaning of life.'
 			end
-		elseif temprand = 13:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/girl_in_woods.jpg"></center>'
-			'As you walk along one of the trails, you run across a girl sitting next to a tree with her arm against one of the low limbs and her head on her arm. She seems sad. You start to walk over to her, but she says something without looking up. "Please just leave me alone." You nod and turn to walk away, but you can''t help but wonder what happened to her.'
-		elseif temprand = 14:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/naked_girl1.jpg"></center>'
-			'As you are walking along one of the trails, you come around a bend in the trees, and a naked girl is partially covering herself up ahead of you. When she sees you, she blushes and does her best to cover herself while shrieking, then runs off into the woods before you can ask if she needs help.'
-		elseif temprand = 15:
-			gs 'exp_gain', 'prcptn', rand(1,2)
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/panties_tree1.jpg"></center>'
-			'Walking along one of the trails opens into a small clearing just off to the side. You see something hanging from the trees, but as you get closer, it looks like significant bits of cloth. You take a couple of steps closer, wondering what it is, and then you realize it is three different pairs of panties hanging from the trees. As you quickly step back to the trail and continue your walk, you wonder exactly what happened back there. Why were the panties hung on the trees? You shake your head as you can''t fathom a reason for it.'
-		elseif temprand = 16:
-			gs 'exp_gain', 'prcptn', rand(1,2)
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/panties_ground1.jpg"></center>'
-			'Walking along one of the trails into a small clearing just off to the side, you see a bit of litter on the ground, but as you get closer, it looks odd. You take a few steps over, wondering what it is, before realizing that it''s a bunch of different coloured panties lying on the ground. As you quickly step back to the trail and continue your walk, you wonder exactly what happened back there. Why were so many panties just left on the ground? You shake your head as you can''t fathom a reason for it.'
-		elseif temprand = 17:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/selfie_pussy1.jpg"></center>'
-			'As you walk along one of the trails, you run across a girl sitting next to a tree wearing a skirt. Her legs are spread wide, and she has her phone in her hand between her legs. As you get closer, you realize she''s taking pictures of her naked pussy; when you get close, she looks up and smiles. "Just teasing my boyfriend," she says before going back to what she was doing. You don''t know what to say, so you just nod and head on your way.'
-			gs 'arousal', 'erotic_nudity', 1
-			gs 'arousal', 'end'
-			gs 'stat'
-		elseif temprand = 18:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/day/deep/tree_girl_book1.jpg"></center>'
-			'As you walk along one of the trails, you run across a girl sitting next to a tree reading a book. She never looks up at you as you walk past. Whatever the book is, she seems totally engrossed in it.'
-		elseif temprand = 19 and soniaQW['slut'] = 5 and hour > 14 and hour < 20:
-			!!I copied the old code for this and just added the temprand but I am sure it can be coded better
-			gs 'exp_gain', 'prcptn', rand(1,2)
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/walk_deep_day.jpg"></center>'
-			'While walking along a heavily forested area with many bushes growing between the trees, almost completely blocking any sight beyond the path, you hear what sounds like some soft moaning, but you can''t be sure.'
-			act 'Ignore it':gt 'pav_park', 'deeper_park'
-			act 'Investigate': gt 'pav_park_sex', 'watch_sonia'
-		elseif temprand = 20:
-			gs 'pav_park_meet_event', 'kol_deep'
-		elseif temprand = 21 and $coatworntype ! 'none':
-			gt 'pav_parkev', 'old_man'
-		!!note add code to check for jacket
-		!!this gt will go to the old man even if this comes up yes?
-		elseif temprand = 22:
-			gs 'pav_park_meet_event', 'kol'
-		elseif temprand = 23:
-			gs 'pav_park_meet_event', 'kol_more'
-		else
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/walk_deep_day.jpg"></center>'
-			'You take a relaxing and refreshing walk through the park, trying to figure out the meaning of life.'
-		end
-	else
-		!!night
-		temprand = rand(1,10)
-		if temprand = 1:
-			gs 'exp_gain', 'prcptn', rand(1,2)
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/night/deep/girl_buttflash1.jpg"></center>'
-			'As you walk along, you come upon a group of kids not much older than you drinking and hanging out. The boys and several other girls are trying to convince one of the girls to do something. You''re not sure what it is at first, but after a bit of pressure from the rest, the girl in question turns, leans forward, and pulls down her pants part way to flash her bare ass and pussy. Her friends pull out their phones, which light up her bare backside as they take pictures. She quickly pulls her pants back up and they all start laughing and teasing her, but it seems good-natured enough.'
-			gs 'arousal', 'erotic_nudity', 1
-			gs 'arousal', 'end'
-			gs 'stat'
-		elseif temprand = 2:
-			gs 'exp_gain', 'prcptn', rand(1,2)
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/night/deep/girl_pantsdown1.jpg"></center>'
-			'Up ahead, you see a few guys and a girl walking along. The girl is stumbling around, either high on drugs or drunk. You''re not close enough to overhear them, but you can see the guys pawing at her body. Finally, they stop and whatever they say to her next has an effect. She stumbles over to a tree and leans against it before pulling her shorts and panties down around her ankles. She bends over and wiggles her ass invitingly as the boys pull out their dicks and start stroking them, arguing over who gets to go first. You slip away into the night before they decide to try and add you as an option.'
-			gs 'arousal', 'erotic_nudity', 2
-			gs 'arousal', 'end'
-			gs 'stat'
-		elseif temprand = 3:
-			gs 'pav_park_meet_event', 'kol'
-		elseif encounter = 4:
-			gs 'pav_park_meet_event', 'kol_more'
 		else
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/walk_night.jpg"></center>'
-			'You take a relaxing and refreshing walk through the park, trying to figure out the meaning of life.'
+			!!night
+			temprand = rand(1,10)
+			if temprand = 1:
+				gs 'exp_gain', 'prcptn', rand(1,2)
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/night/deep/girl_buttflash1.jpg"></center>'
+				'As you walk along, you come upon a group of kids not much older than you drinking and hanging out. The boys and several other girls are trying to convince one of the girls to do something. You''re not sure what it is at first, but after a bit of pressure from the rest, the girl in question turns, leans forward, and pulls down her pants part way to flash her bare ass and pussy. Her friends pull out their phones, which light up her bare backside as they take pictures. She quickly pulls her pants back up and they all start laughing and teasing her, but it seems good-natured enough.'
+				gs 'arousal', 'erotic_nudity', 1
+				gs 'arousal', 'end'
+				gs 'stat'
+			elseif temprand = 2:
+				gs 'exp_gain', 'prcptn', rand(1,2)
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/night/deep/girl_pantsdown1.jpg"></center>'
+				'Up ahead, you see a few guys and a girl walking along. The girl is stumbling around, either high on drugs or drunk. You''re not close enough to overhear them, but you can see the guys pawing at her body. Finally, they stop and whatever they say to her next has an effect. She stumbles over to a tree and leans against it before pulling her shorts and panties down around her ankles. She bends over and wiggles her ass invitingly as the boys pull out their dicks and start stroking them, arguing over who gets to go first. You slip away into the night before they decide to try and add you as an option.'
+				gs 'arousal', 'erotic_nudity', 2
+				gs 'arousal', 'end'
+				gs 'stat'
+			elseif temprand = 3:
+				gs 'pav_park_meet_event', 'kol'
+			elseif encounter = 4:
+				gs 'pav_park_meet_event', 'kol_more'
+			else
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/walk/walk_night.jpg"></center>'
+				'You take a relaxing and refreshing walk through the park, trying to figure out the meaning of life.'
+			end
 		end
 	end
 	act 'Finish your walk': gt 'pav_park', 'deeper_park'

+ 74 - 44
locations/placer_man.qsrc

@@ -4,32 +4,47 @@ placerParameter['want_to_meet'] = 0
 if rand(0, 150) < pcs_apprnc and (rand(0, 10) > 2 or placerParameter['friend_index'] = 14):
 	placerParameter['want_to_meet'] = 1
 	if placerParameter['number_of_man'] = 1:
-		$placerStringParameter['text_someone'] = 'guy' & $kol_man_text_a = 'man' & $kol_man_prefiks_he = 'he'
+		$placerStringParameter['text_someone'] = 'guy'
+		$kol_man_text_a = 'man'
+		$kol_man_prefiks_he = 'he'
 	elseif placerParameter['number_of_man'] = 2:
-		$placerStringParameter['text_someone'] = 'two guys' & $kol_man_text_a = 'man' & $kol_man_prefiks_he = 'they'
+		$placerStringParameter['text_someone'] = 'two guys'
+		$kol_man_text_a = 'man'
+		$kol_man_prefiks_he = 'they'
 	elseif placerParameter['number_of_man'] = 3:
-		$placerStringParameter['text_someone'] = 'three guys' & $kol_man_text_a = 'man' & $kol_man_prefiks_he = 'they'
+		$placerStringParameter['text_someone'] = 'three guys'
+		$kol_man_text_a = 'man'
+		$kol_man_prefiks_he = 'they'
 	elseif placerParameter['number_of_man'] = 4:
-		$placerStringParameter['text_someone'] = 'four guys' & $kol_man_text_a = 'man' & $kol_man_prefiks_he = 'they'
+		$placerStringParameter['text_someone'] = 'four guys'
+		$kol_man_text_a = 'man'
+		$kol_man_prefiks_he = 'they'
 	elseif placerParameter['number_of_man'] = 5:
-		$placerStringParameter['text_someone'] = 'five guys' & $kol_man_text_a = 'man' & $kol_man_prefiks_he = 'they'
+		$placerStringParameter['text_someone'] = 'five guys'
+		$kol_man_text_a = 'man'
+		$kol_man_prefiks_he = 'they'
 	elseif placerParameter['number_of_man'] = 6:
-		$placerStringParameter['text_someone'] = 'six guys' & $kol_man_text_a = 'man' & $kol_man_prefiks_he = 'they'
+		$placerStringParameter['text_someone'] = 'six guys'
+		$kol_man_text_a = 'man'
+		$kol_man_prefiks_he = 'they'
 	end
 
-	$placerStringParameter['text_start_meet'] = ''
-
 	!!iconic moments
 	if fame['pav_slut'] >= 50 and placerParameter['know_slut'] = 0:
-		if placerParameter['recognize_status'] = 1:knowrand = rand(0, 1)
-		if placerParameter['recognize_status'] = 2:knowrand = rand(0, 4)
-		if knowrand = 0:placerParameter['know_slut'] = 1
+		if placerParameter['recognize_status'] = 1:
+			knowrand = rand(0, 1)
+		elseif placerParameter['recognize_status'] = 2:
+			knowrand = rand(0, 4)
+		end
+		if knowrand = 0: placerParameter['know_slut'] = 1
 	end
 
-	if placerParameter['friend_index'] = 0:
+	if placerParameter['friend_index'] ! 0:
+		$placerStringParameter['text_start_meet'] = 'Hey ladies!'
+	else
 		placerParameter['slut_visual'] = 0
 
-		if pcs_makeup = 4:placerParameter['slut_visual'] += 1
+		if pcs_makeup = 4: placerParameter['slut_visual'] += 1
 
 		if pcs_piercings['lip'] > 0: placerParameter['slut_visual'] += 1
 		if pcs_piercings['tongue'] > 0: placerParameter['slut_visual'] += 1
@@ -38,24 +53,25 @@ if rand(0, 150) < pcs_apprnc and (rand(0, 10) > 2 or placerParameter['friend_ind
 		!!if glamur > 0 or ski > 0:end
 		!!if sport > 0:end
 
-		$txt_a= 'Hello there,'
-		$txt_b= 'beautiful!'
+		$txt_a = 'Hello there,'
+		$txt_b = 'beautiful!'
 
 		if placerParameter['recognize_status'] = 2:
-			textrand = rand(0, 1)
-
-			if textrand = 0:$txt_a = 'Hi'
-			if textrand = 1:$txt_a = 'Hey,'
-
-			textrand2 = rand(0, 1)
-
-			if textrand2 = 0:$txt_b = 'gorgeous!'
-			if textrand2 = 1:$txt_b = 'cutie!'
+			if rand(0, 1) = 0:
+				$txt_a = 'Hi'
+			else
+				$txt_a = 'Hey,'
+			end
+			if rand(0, 1) = 0:
+				$txt_b = 'gorgeous!'
+			else
+				$txt_b = 'cutie!'
+			end
 		end
 
 		$placerStringParameter['text_start_meet'] = '<<$txt_a>> <<$txt_b>>'
-	else
-		$placerStringParameter['text_start_meet'] = 'Hey ladies!'
+		killvar '$txt_a'
+		killvar '$txt_b'
 	end
 elseif placerParameter['friend_index'] = 0:
 	if placerParameter['know_slut'] = 1:
@@ -67,28 +83,42 @@ elseif placerParameter['friend_index'] = 0:
 	end
 else
 	$placerStringParameter['text_start_meet'] = 'Hey girl!'
-	if placerParameter['recognize_status'] = 2:$placerStringParameter['text_start_meet'] = 'Hi honey!'
+	if placerParameter['recognize_status'] = 2: $placerStringParameter['text_start_meet'] = 'Hi honey!'
 end
 
 if PCloStyle = 4:
-	randtext = rand(0, 5)
-
-	if randtext = 0:$txt_a = 'Nice clothes, slut!'
-	if randtext = 1:$txt_a = 'Hey, slut!'
-	if randtext = 2:$txt_a = 'Hey, whore!'
-	if randtext = 3:$txt_a = 'Hey girl!'
-	if randtext = 4:$txt_a = 'Aren''t you a whore?'
-	if randtext = 5:$txt_a = 'Oh, a prostitute!'
-
-	randtext2 = rand(0, 5)
+	temp_rand = rand(0, 5)
+	if temp_rand = 0:
+		$placerStringParameter['text_start_meet'] = 'Nice clothes, slut!'
+	elseif temp_rand = 1:
+		$placerStringParameter['text_start_meet'] = 'Hey, slut!'
+	elseif temp_rand = 2:
+		$placerStringParameter['text_start_meet'] = 'Hey, whore!'
+	elseif temp_rand = 3:
+		$placerStringParameter['text_start_meet'] = 'Hey girl!'
+	elseif temp_rand = 4:
+		$placerStringParameter['text_start_meet'] = 'Aren''t you a whore?'
+	else
+		$placerStringParameter['text_start_meet'] = 'Oh, a prostitute!'
+	end
 
-	if randtext2 = 0:$txt_b = 'How much for a blowjob?'
-	if randtext2 = 1:$txt_b = 'Didn''t I see you at the brothel the other day?'
-	if randtext2 = 2:$txt_b = 'I''m saving up for you, babe!'
-	if randtext2 = 3:$txt_b = 'Nice rack!'
-	if randtext2 = 4:$txt_b = 'Is this where you usually work?'
-	if randtext2 = 5:$txt_b = 'I''d like to see you work that mouth.'
-	$placerStringParameter['text_start_meet'] = '<<$txt_a>> <<$txt_b>>'
+	$placerStringParameter['text_start_meet'] += ' '
+
+	temp_rand = rand(0, 5)
+	if temp_rand = 0:
+		$placerStringParameter['text_start_meet'] += 'How much for a blowjob?'
+	elseif temp_rand = 1:
+		$placerStringParameter['text_start_meet'] += 'Didn''t I see you at the brothel the other day?'
+	elseif temp_rand = 2:
+		$placerStringParameter['text_start_meet'] += 'I''m saving up for you, babe!'
+	elseif temp_rand = 3:
+		$placerStringParameter['text_start_meet'] += 'Nice rack!'
+	elseif temp_rand = 4:
+		$placerStringParameter['text_start_meet'] += 'Is this where you usually work?'
+	else
+		$placerStringParameter['text_start_meet'] += 'I''d like to see you work that mouth.'
+	end
+	killvar 'temp_rand'
 end
 
 --- placer_man ---------------------------------

+ 44 - 2
locations/version.qsrc

@@ -2,9 +2,51 @@
 
 act 'Return': gt 'start'
 
+'0.9.4'
+'- Experimental trials pharmacy (with some links to therapist storyline) added by anjuna'
+'- More ballet content and background code for it to function from Myles Croft'
+'- Character menu - Skills now has a completely new look! thanks to anjuna'
+'- Grandparents home overhaul and Grandparents put on a schedule by Myles Croft and Anjuna'
+'- Excessive camgirl money making nerfed by anjuna'
+'- Universal wait function added to side bar (old wait actions removed as unnecessary) by Myles Croft'
+'- Next part of Natasha''s love quest. Written by BBZ01 with code from anjuna'
+'- New kitchen in gad and new classes in ballet secrets from Myles Croft'
+'- Added more books that can be loaned to the library by Anjuna'
+'- Havana code migrations by Anjuna'
+'- Vitek, Dan, and Vasily now take all your slutty behaviour into account instead of just your slut fame by Anjuna'
+'- Added a newspaper by Anjuna'
+'- Overhaul of nearly all underlying code related to Lovers, migrating code to general npc generators by Anjuna'
+'- Merged code from boyStat, pronounces, as well as redundant code in npc generators into npcStat by Anjuna'
+'- Significant updates to fuckbuddies and sugar daddies due to the merger of lovers and npc generator changes by Anjuna'
+'- Time and date management is now fully handled by the time routine. daystart is the primary date variable by Anjuna'
+'- Hypno shave body hair event for the therapist, written by HiddenFlame, coded by Anjuna'
+'- Full rework of body image system, including new images, updated cheatmenu, and better custom sets by Anjuna'
+'- Gadukino Farmers market added by anjuna'
+'- Option to do a full flash in the parks added by anjuna'
+'- Grab google fonts from the interwebs as well as html-to-image thingy from Earnest (for making in game button images)'
+'- Tags for goth and punk shoes and outfits plus goth makeup all added by anjuna'
+'- Texts from Tatiana to remind you to visit her if she has something for you added by anjuna'
+'- Sonia post-fall expansion from Nutluck and Sonia variable migration coded by Awesome'
+'- Additional saveguards to prevent absurd body ratios through the cheatmenu. Reported by Honey'
+'- GM panties and bra no.1 is now ubiquitous. They can''t be destroyed or moved from main wardrobe area so Sveta always has an underwear option from Kevin Smarts'
+'- You can buy bus/train tickets with your card, requested by Skylah and aded by anjuna'
+'- Igor and Artem strapon events from Nutluck'
+'- Feedback on weekly progress for uni classes added in journal from bgkjdgbizgblzdgbr'
+'- Piercing handling reworked by anjuna'
+'- Igor events from nutluck and coded by Awesome'
+'- Full update of cheatmenu code related to lovers from anjuna'
+'- Strip Club overhaul. Written and Coded by Vengeance and HornGuy6. Updated by Anjuna'
+'- New build script so we can compile the game code much quicker thanks to Awesome'
+'- Code refactoring and UI improvements from Myles Croft and anjuna'
+'- Code migration, file renaming and optimizations from anjuna'
+'- 12 Hour format by Awesome'
+'- Text edits by Vengeance11, Awesome and bgkjdgbizgblzdgbr'
+'- Bug fixes from Honey, Felix, Myles Croft, Anjuna, Awesome, netuttki, Lusticon, acien, Derryth Love, hornguy6, bgkjdgbizgblzdgbr and Kevin Smarts'
+'- image pack updated and maintained by Anya'
+
 '0.9.3.1'
-'- Text edits by Vengeance11'
-'- Bug fixes from Felix, Myles Croft, Anjuna, Awesome, Derryth Love, Lusticon, hornguy6, bgkjdgbizgblzdgbr and Kevin Smarts'
+'- Text edits by Hornguy6 and Vengeance11'
+'- Bug fixes from Felix, Myles Croft, Anjuna, Awesome, Derryth Love, Azdraik, Lusticon, hornguy6, bgkjdgbizgblzdgbr and Kevin Smarts'
 '- image pack updated and maintained by Anya'
 
 '0.9.3'