Browse Source

[fixed] small stuff for natasha, a typo and the save updater again

julzor 5 years ago
parent
commit
08eda5a993
4 changed files with 11 additions and 20 deletions
  1. 1 1
      locations/NatBelVhod.qsrc
  2. 1 1
      locations/etoexhib.qsrc
  3. 4 0
      locations/natbelEv.qsrc
  4. 5 18
      locations/saveupdater.qsrc

+ 1 - 1
locations/NatBelVhod.qsrc

@@ -13,13 +13,13 @@ if hour > 20 : $byetext='It is to late to go to visit.' & GoInside = 0
 
 if hour < 8 : $byetext='It is to early to go to visit.' & GoInside = 0
 
+act 'Leave':gt'pod_ezd','etaj_4'
 if GoInside ! 0:
 	'You knock on the door. Natasha answers and invites you in.'
 	act 'Go into the apartment':gt'NatBelHome'
 else
 	'<<$byetext>>'
 end
-act 'Leave':gt'pod_ezd','etaj_4'
 
 --- NatBelVhod ---------------------------------
 

+ 1 - 1
locations/etoexhib.qsrc

@@ -1633,7 +1633,7 @@ if $ARGS[0] = 'pos53':
 	'<center><img <<$set_imgh>> src="images/locations/city/residential/apartment/roof.jpg"></center>'
 	'The roof of your apartment building.'
 
-	act 'Go down to the fifth floor':
+	act 'Go down to the attic':
 		if $clothingworntype = 'swimwear' or $clothingworntype = 'nude':
 			msg '<center><font color = red>You need to get dressed first</font></center>'
 			gt 'etoexhib','pos53'

+ 4 - 0
locations/natbelEv.qsrc

@@ -237,9 +237,13 @@ if $ARGS[0] = 'showerspy':
 					'Natasha quickly gets up and rinses off her entire body and you hand her a towel as she steps out of the shower.'
 					'"Don''t take too long. I''ll be in your room." You tell her and leave the bathroom.'
 					gs 'arousal', 'voyeur', 5
+					gs 'arousal', 'end'
+					gs 'stat'
 					act 'Leave': gt 'natbelapt','natroom'
 				end
 			else
+				gs 'arousal', 'end'
+				gs 'stat'
 				'When Natasha is done she quickly rinses off the remaining shaving cream and you hand her a towel as she steps out of the shower.'
 				'"I''ll let you finish up in here. I''ll be in your room." You tell her and leave the bathroom.'
 				act 'Leave': gt 'natbelapt','natroom'

+ 5 - 18
locations/saveupdater.qsrc

@@ -486,24 +486,11 @@ end
 if npc_updater = 0:
 	npc_updater = 1
 	
-	i = 1
-	
-	:npc_update_jump
-	
-	if (i >= 1 and i <= 26) or i = 69 or (i >= 128 and i <= 159) or i = 165 or i = 189:
-		npc_selfieon['A<<i>>'] = 1
-		$npc_selfie['A<<i>>'] = '<a href="exec:numnpc = <<i>> & gt ''phone_selfies'', ''listretrieve2''"><<$npc_firstname[''A<<i>>'']>> <<$npc_lastname[''A<<i>>'']>></a>'
-		schoolenable['A<<i>>'] = 1
-		discoenable['A<<i>>'] = 1
-		$npcGo['A<<i>>'] = '<a href="exec:numnpc = <<i>> & gt ''Snpc''"><<$npc_firstname[''A<<i>>'']>> <<$npc_lastname[''A<<i>>'']>></a>'
-		$school_static_num['A<<i>>'] = 'A<<i>>'
-	end	
-	
-	if i < 189: 
-		i += 1
-		jump 'npc_update_jump'
-	end
-	killvar 'i'
+	gs 'npcstatic1'
+	gs 'npcstatic2'
+	gs 'npcstatic3'
+	gs 'npcstatic4'
+	gs 'npcstatic5'
 end