Browse Source

Update 'locations/parkM.qsrc'

[fixed text] [changed] - mostly just formatting improvements - parkM module - spectre1viper
spectre1viper 5 years ago
parent
commit
eb3969d75d
1 changed files with 19 additions and 11 deletions
  1. 19 11
      locations/parkM.qsrc

+ 19 - 11
locations/parkM.qsrc

@@ -189,9 +189,10 @@ if $ARGS[0] = 'aa':
 	gs 'boyStat', $lover[lover_number]
 	'<img src = "images/characters/shared/'+lover_picture[lover_number]+'.jpg">'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/skver.jpg"></center>'
+	*nl
 
 	if loverrelation[lover_number] < 25:
-		'While walking for an hour <<$loverdesc[lover_number]>> proposes to hold your hand.'
+		'<center>While walking for an hour <<$loverdesc[lover_number]>> proposes to hold your hand.</center>'
 		act 'You gladly accept':
 			cls
 			'<img src = "images/characters/shared/'+lover_picture[lover_number]+'.jpg">'
@@ -203,41 +204,46 @@ if $ARGS[0] = 'aa':
 			else
 				'<center><img <<$set_imgh>> src="images/locations/shared/date/parkholding.jpg"></center>'
 			end
-			'You hold his hand as you walk through the park.'
+			*nl
+			'<center>You hold his hand as you walk through the park.</center>'
 			loverrelation[lover_number] += 1
 			act '<<$loverdesc[lover_number]>> takes you home...': gt 'sexm', 'start'
 		end
 		act 'Reject his request':
 			clr & cla
-			'<<$loverdesc[lover_number]>> looks rather disappointed as you continue your walk through the park.'
+			*nl
+			'<center><<$loverdesc[lover_number]>> looks rather disappointed as you continue your walk through the park.</center>'
 			loverrelation[lover_number] -= 1
 			act '<<$loverdesc[lover_number]>> takes you home...': gt 'sexm', 'start'
 		end
 	elseif loverrelation[lover_number] < 50:
-		'While walking for an hour <<$loverdesc[lover_number]>> stops to give you a warm hug.'
+		'<center>While walking for an hour <<$loverdesc[lover_number]>> stops to give you a warm hug.</center>'
 		act 'Hug him':
 			cls
 			'<img src = "images/characters/shared/'+lover_picture[lover_number]+'.jpg">'
 			temp = RAND(1,4)
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/hugging_park_<<temp>>.jpg"></center>'
-			'You enjoy <<$loverdesc[lover_number]>>''s warm embrace.'
+			*nl
+			'<center>You enjoy <<$loverdesc[lover_number]>>''s warm embrace.</center>'
 			loverrelation[lover_number] += 1
 			act '<<$loverdesc[lover_number]>> takes you home...': gt 'sexm', 'start'
 		end
 		act 'Pull away':
 			clr & cla
-			'<<$loverdesc[lover_number]>> looks rather disappointed as you continue your walk through the park.'
+			*nl
+			'<center><<$loverdesc[lover_number]>> looks rather disappointed as you continue your walk through the park.</center>'
 			loverrelation[lover_number] -= 1
 			act '<<$loverdesc[lover_number]>> takes you home...': gt 'sexm', 'start'
 		end
 	elseif  loverrelation[lover_number] < 75:
-		'While walking for an hour <<$loverdesc[lover_number]>> stops occassionally to give you a tender kiss.'
+		'<center>While walking for an hour <<$loverdesc[lover_number]>> stops occassionally to give you a tender kiss.</center>'
 		act 'Gladly accept with a warm smile':
 			cls
 			'<img src = "images/characters/shared/'+lover_picture[lover_number]+'.jpg">'
 			temp = RAND(1,5)
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/kissing_park_<<temp>>.jpg"></center>'
-			'You are very happy with all the affection and attention <<$loverdesc[lover_number]>> is giving you.'
+			*nl
+			'<center>You are very happy with all the affection and attention <<$loverdesc[lover_number]>> is giving you.</center>'
 			loverrelation[lover_number] += 1
 			act '<<$loverdesc[lover_number]>> takes you home...': gt 'sexm', 'start'
 		end
@@ -245,7 +251,8 @@ if $ARGS[0] = 'aa':
 			cls
 			'<img src = "images/characters/shared/'+lover_picture[lover_number]+'.jpg">'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/dimka/revenge/rejectedkiss.jpg"></center>'
-			'<<$loverdesc[lover_number]>> looks rather disappointed as you continue your walk through the park.'
+			*nl
+			'<center><<$loverdesc[lover_number]>> looks rather disappointed as you continue your walk through the park.</center>'
 			loverrelation[lover_number] -= 1
 			act '<<$loverdesc[lover_number]>> takes you home...': gt 'sexm', 'start'
 		end
@@ -258,7 +265,7 @@ if $ARGS[0] = 'aa':
 		else
 			$temploveraction = 'stops at a park bench and passionately makes out with you for all to see.  You return the passion with enthusiasm and don''t care who is watching.'
 		end
-		'<<$loverdesc[lover_number]>> takes you on a nice walk through the park...'
+		'<center><<$loverdesc[lover_number]>> takes you on a nice walk through the park...</center>'
 		act 'Continue':
 			cls
 			'<img src = "images/characters/shared/'+lover_picture[lover_number]+'.jpg">'
@@ -269,7 +276,8 @@ if $ARGS[0] = 'aa':
 				temp = RAND(1,3)
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/making_out_park_bench_<<temp>>.jpg"></center>'
 			end
-			'While walking for an hour <<$loverdesc[lover_number]>> <<$temploveraction>>'
+			*nl
+			'<center>While walking for an hour <<$loverdesc[lover_number]>> <<$temploveraction>></center>'
 			loverrelation[lover_number] += 1
 			act '<<$loverdesc[lover_number]>> takes you home...': gt 'sexm', 'start'
 		end