Browse Source

rename a few npc variables

rachels 3 years ago
parent
commit
1e5429a940

+ 8 - 8
locations/npccleanc.qsrc

@@ -17,6 +17,7 @@ if mid($tempcclean, 1, 1) = 'C' and npc_firstname['$tempcclean'] > 0:
     $tmpStrArr[] = 'npc_pic'
     $tmpStrArr[] = 'npc_PersType'
     $tmpStrArr[] = 'npc_dna'
+    $tmpStrArr[] = 'npc_occupation'
     ! {array for ints}
     $tmpIntArr[0] = 'npc_dob'
     $tmpIntArr[] = 'npc_intel'
@@ -31,19 +32,18 @@ if mid($tempcclean, 1, 1) = 'C' and npc_firstname['$tempcclean'] > 0:
     $tmpIntArr[] = 'npc_hymen'
     $tmpIntArr[] = 'npc_horny'
     $tmpIntArr[] = 'npc_apprnc'
-    $tmpIntArr[] = 'npc_hgt'
+    $tmpIntArr[] = 'npc_height'
     $tmpIntArr[] = 'npc_bust'
     $tmpIntArr[] = 'npc_haircol'
     $tmpIntArr[] = 'npc_QW'
     $tmpIntArr[] = 'npc_rel'
     $tmpIntArr[] = 'npc_love'
-    $tmpIntArr[] = 'npc_job'
-    $tmpIntArr[] = 'npc_cloc'
+    $tmpIntArr[] = 'npc_outfit'
     $tmpIntArr[] = 'npc_herpes'
     $tmpIntArr[] = 'npc_syth'
     $tmpIntArr[] = 'npc_gon'
     $tmpIntArr[] = 'npc_thrush'
-    $tmpIntArr[] = 'npc_clothpref'
+    $tmpIntArr[] = 'npc_style'
 
     ! {loop through the arrays to kill entries}
     tmpArrIndex = 0
@@ -93,14 +93,14 @@ else
 	npc_hymen[$tempcclean] = 0
 	npc_horny[$tempcclean] = 0
 	npc_apprnc[$tempcclean] = 0
-	npc_hgt[$tempcclean] = 0
+	npc_height[$tempcclean] = 0
 	npc_bust[$tempcclean] = 0
 	npc_haircol[$tempcclean] = 0
 	npc_QW[$tempcclean] = 0
 	npc_rel[$tempcclean] = 0
 	npc_love[$tempcclean] = 0
-	npc_job[$tempcclean] = 0
-	npc_cloc[$tempcclean] = 0
+	$npc_occupation[$tempcclean] = ''
+	npc_outfit[$tempcclean] = 0
 	$npc_dad[$tempcclean] = ''
 	$npc_mom[$tempcclean] = ''
 	$npc_pic[$tempcclean] = ''
@@ -108,7 +108,7 @@ else
 	npc_syth[$tempcclean] = 0
 	npc_gon[$tempcclean] = 0
 	npc_thrush[$tempcclean] = 0
-	npc_clothpref[$tempcclean] = 0
+	npc_style[$tempcclean] = 0
 	$npc_PersType[$tempcclean] = ''
 	$npc_dna[$tempcclean] = ''    
 end

+ 8 - 8
locations/npcgeneratec.qsrc

@@ -183,9 +183,9 @@ npc_apprnc[$npclastgenerated] = rand(30,60)
 $npc_apprnc[$npclastgenerated] = '<<npclastgeneratedn>>'
 
 ! {Random skin quality and body hair}
-npc_hgt[$npclastgenerated] = 0
+npc_height[$npclastgenerated] = 0
 ! {index}
-$npc_hgt[$npclastgenerated] = '<<npclastgeneratedn>>'
+$npc_height[$npclastgenerated] = '<<npclastgeneratedn>>'
 
 ! {Random pubic hair}
 npc_haircol[$npclastgenerated] = 0
@@ -202,11 +202,11 @@ $npc_rel[$npclastgenerated] = '<<npclastgeneratedn>>'
 $npc_love[$npclastgenerated] = '<<npclastgeneratedn>>'
 
 ! {Start unemployed and unspecified location}
-npc_job[$npclastgenerated] = 0
-npc_cloc[$npclastgenerated] = 0
+npc_occupation[$npclastgenerated] = 0
+npc_outfit[$npclastgenerated] = 0
 ! {index}
-$npc_job[$npclastgenerated] = '<<npclastgeneratedn>>'
-$npc_cloc[$npclastgenerated] = '<<npclastgeneratedn>>'
+$npc_occupation[$npclastgenerated] = '<<npclastgeneratedn>>'
+$npc_outfit[$npclastgenerated] = '<<npclastgeneratedn>>'
 
 ! {Unspecified dad and <<$npc_nickname[''A29'']>>, and picture. We could have a stock group of pictures and have it pick based on certain attribute types, but...}
 $npc_dad[$npclastgenerated] = 'U'
@@ -229,9 +229,9 @@ $npc_gon[$npclastgenerated] = '<<npclastgeneratedn>>'
 $npc_thrush[$npclastgenerated] = '<<npclastgeneratedn>>'
 
 ! {Chemestry and clothing preference are unspecified}
-npc_Clothpref[$npclastgenerated] = 0
+npc_style[$npclastgenerated] = 0
 ! {index}
-$npc_Clothpref[$npclastgenerated] = '<<npclastgeneratedn>>'
+$npc_style[$npclastgenerated] = '<<npclastgeneratedn>>'
 
 ! {Personality is called up}
 gs 'npcgenext', 'pers'

+ 4 - 4
locations/npcpreservec.qsrc

@@ -40,18 +40,18 @@ if mid($npctemp,1,1) = 'C':
 	npc_hymen[$npclastsaved] = npc_hymen[$npctemp]
 	npc_horny[$npclastsaved] = npc_horny[$npctemp]
 	npc_apprnc[$npclastsaved] = npc_apprnc[$npctemp]
-	npc_hgt[$npclastsaved] = npc_hgt[$npctemp]
+	npc_height[$npclastsaved] = npc_height[$npctemp]
 	npc_bust[$npclastsaved] = npc_bust[$npctemp]
 	npc_haircol[$npclastsaved] = npc_haircol[$npctemp]
 	npc_QW[$npclastsaved] = npc_QW[$npctemp]
 	npc_rel[$npclastsaved] = npc_rel[$npctemp]
 	npc_love[$npclastsaved] = npc_love[$npctemp]
-	npc_job[$npclastsaved] = npc_job[$npctemp]
-	npc_cloc[$npclastsaved] = npc_cloc[$npctemp]
+	$npc_occupation[$npclastsaved] = $npc_occupation[$npctemp]
+	npc_outfit[$npclastsaved] = npc_outfit[$npctemp]
 	$npc_dad[$npclastsaved] = $npc_dad[$npctemp]
 	$npc_mom[$npclastsaved] = $npc_mom[$npctemp]
 	$npc_pic[$npclastsaved] = $npc_pic[$npctemp]
-	npc_Clothpref[$npclastsaved] = npc_Clothpref[$npctemp]
+	npc_style[$npclastsaved] = npc_style[$npctemp]
 	$npc_PersType[$npclastsaved] = $npc_PersType[$npctemp]
 	$npc_dna[$npclastsaved] = $npc_dna[$npctemp]
 

+ 4 - 4
locations/npcstatic1.qsrc

@@ -24,18 +24,18 @@ npc_vag['A<<npctemp>>'] = -1
 npc_hymen['A<<npctemp>>'] = -1
 npc_horny['A<<npctemp>>'] = 0
 npc_apprnc['A<<npctemp>>'] = 0
-npc_hgt['A<<npctemp>>'] = 0
+npc_height['A<<npctemp>>'] = 0
 npc_bust['A<<npctemp>>'] = 0
 npc_haircol['A<<npctemp>>'] = 0
 npc_QW['A<<npctemp>>'] = 0
 npc_rel['A<<npctemp>>'] = 0
 npc_love['A<<npctemp>>'] = 0
-npc_job['A<<npctemp>>'] = 0
-npc_cloc['A<<npctemp>>'] = 0
+$npc_occupation['A<<npctemp>>'] = ''
+npc_outfit['A<<npctemp>>'] = 0
 $npc_dad['A<<npctemp>>'] = 'A160'
 $npc_mom['A<<npctemp>>'] = 'U'
 $npc_pic['A<<npctemp>>'] = 'xPICx'
-npc_clothpref['A<<npctemp>>'] = 0
+npc_style['A<<npctemp>>'] = 0
 $npc_PersType['A<<npctemp>>'] = 'XXXX'
 npc_grupTipe['A<<npctemp>>'] = 1
 npc_selfieon['A<<npctemp>>'] = 1

+ 2 - 2
locations/npcstatic2.qsrc

@@ -321,8 +321,8 @@ npc_dick['A<<npctemp>>'] = 20
 npc_QW['A<<npctemp>>'] = 0
 npc_rel['A<<npctemp>>'] = 0
 npc_love['A<<npctemp>>'] = 0
-npc_job['A<<npctemp>>'] = 0
-npc_cloc['A<<npctemp>>'] = 0
+$npc_occupation['A<<npctemp>>'] = ''
+npc_outfit['A<<npctemp>>'] = 0
 $npc_dad['A<<npctemp>>'] = 'A74'
 $npc_mom['A<<npctemp>>'] = 'A80'
 

+ 1 - 1
locations/npcstatic4.qsrc

@@ -685,7 +685,7 @@ $npc_thdick['A<<npctemp>>'] = 'well proportioned'
 npc_dick['A<<npctemp>>'] = 15
 npc_sexskill['A<<npctemp>>'] = 1
 npc_spermpot['A<<npctemp>>'] = 10500
-npc_hgt['A<<npctemp>>'] = 182
+npc_height['A<<npctemp>>'] = 182
 
 --- npcstatic4 ---------------------------------
 

+ 5 - 5
locations/npcstatic5.qsrc

@@ -16,7 +16,7 @@ $npc_thdick['A<<npctemp>>'] = 'well proportioned'
 npc_dick['A<<npctemp>>'] = 19
 npc_sexskill['A<<npctemp>>'] = 1
 npc_spermpot['A<<npctemp>>'] = 9000
-npc_hgt['A<<npctemp>>'] = 172
+npc_height['A<<npctemp>>'] = 172
 
 npctemp = 201
 $npc_dna['A<<npctemp>>'] = '7997566748 7105919378 7895527285 1850847152 1168395089 1748895937 1871858376'
@@ -456,7 +456,7 @@ $npc_thdick['A<<npctemp>>'] = 'well proportioned'
 npc_dick['A<<npctemp>>'] = 19
 npc_sexskill['A<<npctemp>>'] = 1
 npc_spermpot['A<<npctemp>>'] = 9000
-npc_hgt['A<<npctemp>>'] = 172
+npc_height['A<<npctemp>>'] = 172
 
 
 npctemp = 228
@@ -537,7 +537,7 @@ npc_sexskill['A<<npctemp>>'] = 1
 npc_spermpot['A<<npctemp>>'] = 5000
 npc_vag['A<<npctemp>>'] = -1
 npc_hymen['A<<npctemp>>'] = -1
-npc_hgt['A<<npctemp>>'] = 170
+npc_height['A<<npctemp>>'] = 170
 npc_bust['A<<npctemp>>'] = 9
 npc_haircol['A<<npctemp>>'] = 1
 npc_selfieon['A<<npctemp>>'] = 0
@@ -605,7 +605,7 @@ gs 'npcstaticdefaults', 'skills', 'combat', 'dance', 'sport'
 gs 'npcstaticdefaults', 'body', 'model'
 npc_fert['A<<npctemp>>'] = -1
 npc_sexskill['A<<npctemp>>'] = 3
-npc_hgt['A<<npctemp>>'] = 170
+npc_height['A<<npctemp>>'] = 170
 
 
 npctemp = 236
@@ -638,7 +638,7 @@ gs 'npcstaticdefaults', 'skills', 'combat', 'dance', 'sport'
 gs 'npcstaticdefaults', 'body', 'model'
 npc_fert['A<<npctemp>>'] = -1
 npc_sexskill['A<<npctemp>>'] = 2
-npc_hgt['A<<npctemp>>'] = 155
+npc_height['A<<npctemp>>'] = 155
 npc_bust['A<<npctemp>>'] = 70
 
 

+ 2 - 2
locations/npcstaticdefaults.qsrc

@@ -47,11 +47,11 @@ elseif $ARGS[0] = 'body':
 	if $ARGS[1] = 'model':
 		npc_vag['A<<npctemp>>'] = 30
 		npc_apprnc['A<<npctemp>>'] = 100
-		npc_hgt['A<<npctemp>>'] = 165
+		npc_height['A<<npctemp>>'] = 165
 		npc_bust['A<<npctemp>>'] = 40
 		npc_haircol['A<<npctemp>>'] = 2
 	elseif $ARGS[1] = 'actor':
-		npc_hgt['A<<npctemp>>'] = 188
+		npc_height['A<<npctemp>>'] = 188
 	end
 elseif $ARGS[0] = 'group':
 	! {social groups}

+ 4 - 4
locations/shortgs.qsrc

@@ -520,6 +520,7 @@ if $ARGS[0] = 'testsize':
 	arrsize('$npc_mom')
 	arrsize('$npc_nickname')
 	arrsize('$npc_notes')
+	arrsize('$npc_occupation')
 	arrsize('$npc_PersType')
 	arrsize('$npc_pic')
 	arrsize('$npc_rel')
@@ -528,8 +529,8 @@ if $ARGS[0] = 'testsize':
 
 	arrsize('npc_apprnc')
 	arrsize('npc_bust')
-	arrsize('npc_cloc')
-	arrsize('npc_clothpref')
+	arrsize('npc_outfit')
+	arrsize('npc_style')
 	arrsize('npc_cyc')
 	arrsize('npc_dick')
 	arrsize('npc_dnc')
@@ -539,11 +540,10 @@ if $ARGS[0] = 'testsize':
 	arrsize('npc_fert')
 	arrsize('npc_gender')
 	arrsize('npc_haircol')
-	arrsize('npc_hgt')
+	arrsize('npc_height')
 	arrsize('npc_horny')
 	arrsize('npc_hymen')
 	arrsize('npc_intel')
-	arrsize('npc_job')
 	arrsize('npc_love')
 	arrsize('npc_QW')
 	arrsize('npc_rel')