Browse Source

[fixed] missed some variables for updating

hornguy6 2 years ago
parent
commit
07fa240684
2 changed files with 20 additions and 19 deletions
  1. 1 1
      locations/foto.qsrc
  2. 19 18
      locations/obj_din.qsrc

+ 1 - 1
locations/foto.qsrc

@@ -1218,7 +1218,7 @@ if $ARGS[0] = 'end':
 		model_week = (daystart - week) / 7
 		modelfoto['shoots']+= 1
 		money += modelpayfin
-		modelfotomoney += modelpayfin
+		modelfoto['earnings']  += modelpayfin
 	else
 		practice_session = 0
 	end

+ 19 - 18
locations/obj_din.qsrc

@@ -583,24 +583,25 @@ if $ARGS[0] = 'stats':
 		'<<modelfoto[''shoots'']>> - Number of times you have worked as a model'
 		'<<<modelfoto[''earnings'']>> - The amount of money you''ve made modelling'
 		*nl
-		if modelfoto_catalog > 0: '<<modelfoto[''catalog'']>> - Number of catalog shoots you''ve done'
-		if modelfoto_fashion > 0: '<<modelfoto[''fashion'']>> - Number of fashion shoots you''ve done'
-		if modelfoto_ero_clo > 0: '<<modelfoto[''sexy'']>> - Number of sexy clothing shoots you''ve done'
-		if modelfoto_bikini > 0: '<<modelfoto[''bikini'']>> - Number of swimsuit shoots you''ve done'
-		if modelfoto_lingerie > 0: '<<modelfoto[''lingerie'']>> - Number of lingerie shoots you''ve done'
-		if modelfoto_trans_ling > 0: '<<modelfoto[''trans_ling'']>> - Number of transparent lingerie shoots you''ve done'
-		if modelfoto_transparent > 0: '<<modelfoto[''transparent'']>> - Number of transparent clothing shoots you''ve done'
-		if modelfoto_fitness > 0: '<<modelfoto[''fitness'']>> - Number of fitness shoots you have participated in'
-		if modelfoto_glamour > 0: '<<modelfoto[''glamour'']>> - Number of glamour shoots you''ve done'
-		if modelfoto_topless > 0: '<<modelfoto[''topless'']>> - Number of topless shoots you''ve done'
-		if modelfoto_nude > 0: '<<modelfoto[''nude'']>> - Number of shoots in which you have been nude'
-		if modelfoto_tastenude > 0: '<<modelfoto[''tastenude'']>> - Number of shoots in which you have been nude but not shown breasts or pussy'
-		if modelfoto_toplessnude > 0: '<<modelfoto[''toplessnude'']>> - Number of nude shoots you have shown your breasts but not your pussy'
-		if modelfoto_fullnude > 0: '<<modelfoto[''fullnude'']>> - Number of full frontal nude shoots you''ve done'
-		if modelfoto_erotic > 0: '<<modelfoto[''erotic'']>> - Number of softcore erotic shoots you''ve done'
-		if modelfoto_nip > 0: '<<modelfoto[''nip'']>> - Number of shoots your nipples have been visible'
-		if modelfoto_pussy > 0: '<<modelfoto[''pussy'']>> - Number of shoots your pussy has been visible'
-		if modelfoto_asshole > 0: '<<modelfoto[''asshole'']>> - Number of shoots your asshole has been visible'
+		if modelfoto['catalog']  > 0: '<<modelfoto[''catalog'']>> - Number of catalog shoots you''ve done'
+		if modelfoto['fashion'] > 0: '<<modelfoto[''fashion'']>> - Number of fashion shoots you''ve done'
+		
+		if modelfoto['bikini'] > 0: '<<modelfoto[''bikini'']>> - Number of swimsuit shoots you''ve done'
+		if modelfoto['lingerie'] > 0: '<<modelfoto[''lingerie'']>> - Number of lingerie shoots you''ve done'
+		if modelfoto['trans_ling'] > 0: '	<<modelfoto[''trans_ling'']>> of those were with transparent lingerie'
+		if modelfoto['sexy'] > 0: '<<modelfoto[''sexy'']>> - Number of sexy clothing shoots you''ve done'
+		if modelfoto['transparent'] > 0: '	<<modelfoto[''transparent'']>> of those were with transparent clothing that exposed your breasts'
+		if modelfoto['fitness'] > 0: '<<modelfoto[''fitness'']>> - Number of fitness shoots you have participated in'
+		if modelfoto['glamour'] > 0: '<<modelfoto[''glamour'']>> - Number of glamour shoots you''ve done'
+		if modelfoto['topless'] > 0: '<<modelfoto[''topless'']>> - Number of topless shoots you''ve done'
+		if modelfoto['nude'] > 0: '<<modelfoto[''nude'']>> - Number of shoots in which you have been nude'
+		if modelfoto['tastenude'] > 0: '<<modelfoto[''tastenude'']>> - Number of shoots in which you have been nude but not shown breasts or pussy'
+		if modelfoto['toplessnude'] > 0: '<<modelfoto[''toplessnude'']>> - Number of nude shoots you have shown your breasts but not your pussy'
+		if modelfoto['fullnude'] > 0: '<<modelfoto[''fullnude'']>> - Number of full frontal nude shoots you''ve done'
+		if modelfoto['erotic'] > 0: '<<modelfoto[''erotic'']>> - Number of softcore erotic shoots you''ve done'
+		if modelfoto['nip'] > 0: '<<modelfoto[''nip'']>> - Number of shoots your nipples have been visible'
+		if modelfoto['pussy'] > 0: '<<modelfoto[''pussy'']>> - Number of shoots your pussy has been visible'
+		if modelfoto['asshole'] > 0: '<<modelfoto[''asshole'']>> - Number of shoots your asshole has been visible'
 	end
 	
 	*nl