Browse Source

[fixes] missing : in belpicknick and cikl, removed an unnecessary if condition in gschool_grounds

julzor 5 years ago
parent
commit
1faf093431
3 changed files with 19 additions and 24 deletions
  1. 3 3
      locations/belpicknick.qsrc
  2. 1 1
      locations/cikl.qsrc
  3. 15 20
      locations/gschool_grounds.qsrc

+ 3 - 3
locations/belpicknick.qsrc

@@ -76,7 +76,7 @@ if $ARGS[0] = 'vb_hard':
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/vadim/sex/bottle2.jpg"></center>'
 	gs 'dinsex2', 'd_vag_sex_bottle', 5, 'dick1'
-	if prevdance = 1
+	if prevdance = 1:
 		'Okay, so dancing is not something you do well. You have to entertain them with the bottle now, but don''t want to anger them by taking the easy way out. You spread your legs and put the bottom of the bottle against your pussy lips, and slowly begin to push it in. You try to make a show of it by spreading your legs as far as you can and fucking yourself slowly with the bottom of the bottle, which is stretching your pussy out a great deal.'
 	else
 		'Not sure what they want to see you consider putting it in your ass but at the last second you turn the bottle around in your hand. You spread your legs and put the bottom of the bottle against your pussy lips, and slowly begin to push it in. You try to make a show of it by spreading your legs as far as you can and fucking yourself slowly with the bottom of the bottle, which is stretching your pussy out a great deal.'
@@ -98,7 +98,7 @@ if $ARGS[0] = 'ab_light':
 	gs'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/vadim/sex/bottle3.jpg"></center>'
 	gs 'dinsex2', 'd_analsex_bottle',5,'dick1'
-	if prevdance = 1
+	if prevdance = 1:
 		'Okay, so dancing is not something you do well. You have to entertain them with the bottle now, and decide to impress them: you spread your legs and put the neck of the bottle against your puckered butthole. After lubricating it with a bit of saliva you slowly push it in as far as it will go, trying to make a show of it by spreading your legs as far as you can and fucking yourself slowly with the neck of the bottle.'
 	else
 		'Realising they want you to put it in your ass, you spread your legs and put the neck of the bottle against your puckered butthole. After lubricating it with a bit of saliva you slowly push it in as far as it will go, trying to make a show of it by spreading your legs as far as you can and fucking yourself slowly with the neck of the bottle.'
@@ -118,7 +118,7 @@ if $ARGS[0] = 'ab_hard':
 	gs'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/vadim/sex/bottle4.jpg"></center>'
 	gs 'dinsex2', 'd_analsex_bottle',5,'dick1'
-	if prevdance = 1
+	if prevdance = 1:
 		'Okay, so dancing is not something you do well. You have to entertain them with the bottle now, and decide to go as far as you can with this: you spread your legs and put the bottom of the bottle against your puckered butthole. After lubricating it with a bit of saliva and stretching a bit with your fingers you actually manage to get it in, even though it hurts a lot. Deciding you don''t want the guys to take over for you, you soldier on and slowly push it in as far as it will go, trying to make a show of it by spreading your legs as far as you can and fucking yourself slowly with the bottom of the bottle.'
 	else
 		'The realization of what they really want from you scares you. But not as much as earning their displeasure does. So you decide to go as far as you can with this: you spread your legs and put the bottom of the bottle against your puckered butthole. After lubricating it with a bit of saliva and stretching a bit with your fingers you actually manage to get it in, even though it hurts a lot. Deciding you don''t want the guys to take over for you, you soldier on and slowly push it in as far as it will go, trying to make a show of it by spreading your legs as far as you can and fucking yourself slowly with the bottom of the bottle.'

+ 1 - 1
locations/cikl.qsrc

@@ -1293,7 +1293,7 @@ if storyline = 1:
 					$holyday = '<b>Your graduation is today. Be there by 8:00.</b>'
 				elseif day = 24:
 					$holyday = '<b>Your graduation is tomorrow. Be there by 8:00.</b>'
-				elseif day >= 19
+				elseif day >= 19:
 					$holyday = '<b>Your graduation is in <<26-day>> days.</b>'
 				end
 			elseif day >= 25:

+ 15 - 20
locations/gschool_grounds.qsrc

@@ -45,7 +45,6 @@ if $ARGS[0] = 'main':
             hour = 10
 			minut = 0
 			SchoolAtestat = 1
-			intel_exp += 10
 			kanikuli = 7
 			gs 'stat'
             
@@ -90,25 +89,21 @@ if $ARGS[0] = 'main':
 	exit
 	end
 
-    if SchoolAtestat = -1:
-        if week < 6 and hour >= 6 and hour < 14:
-            act 'Get your diploma':
-                *clr & cla
-                menu_off = 1
-                minut += 20
-                SchoolAtestat = 1
-                intel_exp += 10
-                kanikuli = 7
-                gs 'stat'
-                if pcs_grades >= 70:
-                    'The Principal hands you your diploma. "Well done, Miss <<$pcs_lastname>>! Good luck in your future!" she says as she shakes your hand.'
-                else 
-                    'The Principal hands you your diploma. "Good luck in your future!" she says as she shakes your hand.'
-                end
-                
-                act 'Return to town': minut += 2 & gt 'pavResidential'
-                
-            end
+    if SchoolAtestat = -1 and week < 6 and hour >= 6 and hour < 14:
+		act 'Get your diploma':
+			*clr & cla
+			menu_off = 1
+			minut += 20
+			SchoolAtestat = 1
+			kanikuli = 7
+			gs 'stat'
+			if pcs_grades >= 70:
+				'The Principal hands you your diploma. "Well done, Miss <<$pcs_lastname>>! Good luck in your future!" she says as she shakes your hand.'
+			else 
+				'The Principal hands you your diploma. "Good luck in your future!" she says as she shakes your hand.'
+			end
+				
+			act 'Return to town': minut += 2 & gt 'pavResidential'    
         end
     end