Browse Source

Merge remote-tracking branch 'hornguy6/master'

Kevin_Smarts 2 years ago
parent
commit
94dcb82eef
1 changed files with 16 additions and 10 deletions
  1. 16 10
      locations/saveupdater.qsrc

+ 16 - 10
locations/saveupdater.qsrc

@@ -654,30 +654,36 @@ end
 	!!---------------------------------------------------------------
 
 	!!model variable updates
-	if anastasia > 0:
+	if anastasia > 0 and anastasia['saveupdate'] = 0:
 		anastasia['status'] = anastasia
 		anastasia['escort_ask'] = anastasia_escort_ask
 		anastasia['model_exp'] = anastasia_mode_exp
 		anastasia['sex'] = anastasiasex
-		anastasia = 0
+		anastasia['saveupdate'] = 1
 	end
 	
-	if foto_models['emily'] > 0:
+	if foto_models['emily'] > 0 and emily['saveupdate'] = 0:
 		emily['status'] = foto_models['emily']
 		emily['hate'] = emily_hate
 		emily['model_exp'] = emily_model_exp
-		foto_models['emily'] = 0
+		emily['saveupdate'] = 1
 	end
 	
-	if jeff > 0:
+	if jeff > 0 and jeff['saveupdate'] = 0:
 		jeff['status'] = jeff
 		jeff['grope'] = jeff_grope
 		jeff['movies'] = jeff_movies
 		jeff['model_exp'] = jeff_model_exp
-		jeff = 0
+		jeff['saveupdate'] = 1
+	end
+	
+	if krystal > 0 and krystal['saveupdate'] = 0:
+		krystal['status'] = krystal['talk']
+		
+		krystal['saveupdate'] = 1
 	end
 		
-	if mari > 0:
+	if mari > 0 and mari['saveupdate'] = 0:
 		mari['status'] = mari
 		mari['busy'] = mari_busy
 		mari['farm_shoot'] = mari_farm_shoot
@@ -687,7 +693,7 @@ end
 		mari['model_exp'] = mari_model_exp
 		mari['model_ask'] = mari_modelling_exp
 		mari['fakepassport'] = mari_fakepassport
-		mari = 0
+		mari['saveupdate'] = 1
 	end
 
 
@@ -1195,7 +1201,7 @@ if ((100*version_major +version_minor)*100+version_revision)*100+version_patch
 
 end
 
-if modelfoto > 0:
+if modelfoto > 0 and modelfoto['saveupdater'] = 0:
 	!! changing modelling variables to arrays
 	if modelfoto > 0: modelfoto['shoots'] = modelfoto
 	if modelfotomoney > 0: modelfoto['earnings'] = modelfotomoney
@@ -1218,7 +1224,7 @@ if modelfoto > 0:
 	if modelfoto_pussy > 0: modelfoto['pussy'] = modelfoto_pussy
 	if modelfoto_asshole > 0: modelfoto['asshole'] = modelfoto_asshole
 	
-	modelfoto = 0
+	modelfoto['saveupdater'] = 1
 
 end