Browse Source

remove the second part of unused npc variables

rachels 3 years ago
parent
commit
02eddf24b7

+ 0 - 62
locations/npccleanc.qsrc

@@ -11,9 +11,6 @@ if mid($tempcclean, 1, 1) = 'C' and npc_firstname['$tempcclean'] > 0:
     $tmpStrArr[] = 'npc_lastname'
     $tmpStrArr[] = 'npc_lastname'
     $tmpStrArr[] = 'npc_usedname'
     $tmpStrArr[] = 'npc_usedname'
     $tmpStrArr[] = 'npc_notes'
     $tmpStrArr[] = 'npc_notes'
-    $tmpStrArr[] = 'npc_firstpart'
-    $tmpStrArr[] = 'npc_lastpart'
-    $tmpStrArr[] = 'npc_kidpater'
     $tmpStrArr[] = 'npc_thdick'
     $tmpStrArr[] = 'npc_thdick'
     $tmpStrArr[] = 'npc_dad'
     $tmpStrArr[] = 'npc_dad'
     $tmpStrArr[] = 'npc_mom'
     $tmpStrArr[] = 'npc_mom'
@@ -22,14 +19,8 @@ if mid($tempcclean, 1, 1) = 'C' and npc_firstname['$tempcclean'] > 0:
     $tmpStrArr[] = 'npc_dna'
     $tmpStrArr[] = 'npc_dna'
     ! {array for ints}
     ! {array for ints}
     $tmpIntArr[0] = 'npc_dob'
     $tmpIntArr[0] = 'npc_dob'
-    $tmpIntArr[] = 'npc_vital'
-    $tmpIntArr[] = 'npc_stren'
     $tmpIntArr[] = 'npc_intel'
     $tmpIntArr[] = 'npc_intel'
-    $tmpIntArr[] = 'npc_agil'
-    $tmpIntArr[] = 'npc_sprt'
-    $tmpIntArr[] = 'npc_magik'
     $tmpIntArr[] = 'npc_drunk'
     $tmpIntArr[] = 'npc_drunk'
-    $tmpIntArr[] = 'npc_pantys'
     $tmpIntArr[] = 'npc_cyc'
     $tmpIntArr[] = 'npc_cyc'
     $tmpIntArr[] = 'npc_fert'
     $tmpIntArr[] = 'npc_fert'
     $tmpIntArr[] = 'npc_gender'
     $tmpIntArr[] = 'npc_gender'
@@ -37,33 +28,12 @@ if mid($tempcclean, 1, 1) = 'C' and npc_firstname['$tempcclean'] > 0:
     $tmpIntArr[] = 'npc_sexskill'
     $tmpIntArr[] = 'npc_sexskill'
     $tmpIntArr[] = 'npc_spermpot'
     $tmpIntArr[] = 'npc_spermpot'
     $tmpIntArr[] = 'npc_vag'
     $tmpIntArr[] = 'npc_vag'
-    $tmpIntArr[] = 'npc_ass'
     $tmpIntArr[] = 'npc_hymen'
     $tmpIntArr[] = 'npc_hymen'
     $tmpIntArr[] = 'npc_horny'
     $tmpIntArr[] = 'npc_horny'
-    $tmpIntArr[] = 'npc_Pavrep'
-    $tmpIntArr[] = 'npc_Godrep'
     $tmpIntArr[] = 'npc_apprnc'
     $tmpIntArr[] = 'npc_apprnc'
-    $tmpIntArr[] = 'npc_lipbalm'
-    $tmpIntArr[] = 'npc_makeup'
-    $tmpIntArr[] = 'npc_sweat'
-    $tmpIntArr[] = 'npc_dye'
-    $tmpIntArr[] = 'npc_hairbsh'
-    $tmpIntArr[] = 'npc_skin'
-    $tmpIntArr[] = 'npc_bodyhair'
-    $tmpIntArr[] = 'npc_breath'
-    $tmpIntArr[] = 'npc_hipcurv'
     $tmpIntArr[] = 'npc_hgt'
     $tmpIntArr[] = 'npc_hgt'
     $tmpIntArr[] = 'npc_bust'
     $tmpIntArr[] = 'npc_bust'
-    $tmpIntArr[] = 'npc_nips'
-    $tmpIntArr[] = 'npc_fat'
     $tmpIntArr[] = 'npc_haircol'
     $tmpIntArr[] = 'npc_haircol'
-    $tmpIntArr[] = 'npc_tan'
-    $tmpIntArr[] = 'npc_lip'
-    $tmpIntArr[] = 'npc_lashes'
-    $tmpIntArr[] = 'npc_eyesize'
-    $tmpIntArr[] = 'npc_eyecol'
-    $tmpIntArr[] = 'npc_dom'
-    $tmpIntArr[] = 'npc_sub'
     $tmpIntArr[] = 'npc_QW'
     $tmpIntArr[] = 'npc_QW'
     $tmpIntArr[] = 'npc_rel'
     $tmpIntArr[] = 'npc_rel'
     $tmpIntArr[] = 'npc_love'
     $tmpIntArr[] = 'npc_love'
@@ -73,7 +43,6 @@ if mid($tempcclean, 1, 1) = 'C' and npc_firstname['$tempcclean'] > 0:
     $tmpIntArr[] = 'npc_syth'
     $tmpIntArr[] = 'npc_syth'
     $tmpIntArr[] = 'npc_gon'
     $tmpIntArr[] = 'npc_gon'
     $tmpIntArr[] = 'npc_thrush'
     $tmpIntArr[] = 'npc_thrush'
-    $tmpIntArr[] = 'npc_chem'
     $tmpIntArr[] = 'npc_clothpref'
     $tmpIntArr[] = 'npc_clothpref'
 
 
     ! {loop through the arrays to kill entries}
     ! {loop through the arrays to kill entries}
@@ -111,52 +80,22 @@ else
 	$npc_usedname[$tempcclean] = ''
 	$npc_usedname[$tempcclean] = ''
 	$npc_notes[$tempcclean] = ''
 	$npc_notes[$tempcclean] = ''
 	npc_dob[$tempcclean] = 0
 	npc_dob[$tempcclean] = 0
-	npc_vital[$tempcclean] = 0
-	npc_stren[$tempcclean] = 0
 	npc_intel[$tempcclean] = 0
 	npc_intel[$tempcclean] = 0
-	npc_agil[$tempcclean] = 0
-	npc_sprt[$tempcclean] = 0
-	npc_magik[$tempcclean] = 0
 	npc_drunk[$tempcclean] = 0
 	npc_drunk[$tempcclean] = 0
-	npc_pantys[$tempcclean] = 0
 	npc_cyc[$tempcclean] = 0
 	npc_cyc[$tempcclean] = 0
 	npc_fert[$tempcclean] = 0
 	npc_fert[$tempcclean] = 0
-	$npc_firstpart[$tempcclean] = ''
-	$npc_lastpart[$tempcclean] = ''
-	$npc_kidpater[$tempcclean] = ''
 	npc_gender[$tempcclean] = 0
 	npc_gender[$tempcclean] = 0
 	$npc_thdick[$tempcclean] = ''
 	$npc_thdick[$tempcclean] = ''
 	npc_dick[$tempcclean] = 0
 	npc_dick[$tempcclean] = 0
 	npc_sexskill[$tempcclean] = 0
 	npc_sexskill[$tempcclean] = 0
 	npc_spermpot[$tempcclean] = 0
 	npc_spermpot[$tempcclean] = 0
 	npc_vag[$tempcclean] = 0
 	npc_vag[$tempcclean] = 0
-	npc_ass[$tempcclean] = 0
 	npc_hymen[$tempcclean] = 0
 	npc_hymen[$tempcclean] = 0
 	npc_horny[$tempcclean] = 0
 	npc_horny[$tempcclean] = 0
-	npc_Pavrep[$tempcclean] = 0
-	npc_Godrep[$tempcclean] = 0
 	npc_apprnc[$tempcclean] = 0
 	npc_apprnc[$tempcclean] = 0
-	npc_lipbalm[$tempcclean] = 0
-	npc_makeup[$tempcclean] = 0
-	npc_sweat[$tempcclean] = 0
-	npc_dye[$tempcclean] = 0
-	npc_hairbsh[$tempcclean] = 0
-	npc_skin[$tempcclean] = 0
-	npc_bodyhair[$tempcclean] = 0
-	npc_breath[$tempcclean] = 0
-	npc_hipcurv[$tempcclean] = 0
 	npc_hgt[$tempcclean] = 0
 	npc_hgt[$tempcclean] = 0
 	npc_bust[$tempcclean] = 0
 	npc_bust[$tempcclean] = 0
-	npc_nips[$tempcclean] = 0
-	npc_fat[$tempcclean] = 0
 	npc_haircol[$tempcclean] = 0
 	npc_haircol[$tempcclean] = 0
-	npc_tan[$tempcclean] = 0
-	npc_lip[$tempcclean] = 0
-	npc_lashes[$tempcclean] = 0
-	npc_eyesize[$tempcclean] = 0
-	npc_eyecol[$tempcclean] = 0
-	npc_dom[$tempcclean] = 0
-	npc_sub[$tempcclean] = 0
 	npc_QW[$tempcclean] = 0
 	npc_QW[$tempcclean] = 0
 	npc_rel[$tempcclean] = 0
 	npc_rel[$tempcclean] = 0
 	npc_love[$tempcclean] = 0
 	npc_love[$tempcclean] = 0
@@ -169,7 +108,6 @@ else
 	npc_syth[$tempcclean] = 0
 	npc_syth[$tempcclean] = 0
 	npc_gon[$tempcclean] = 0
 	npc_gon[$tempcclean] = 0
 	npc_thrush[$tempcclean] = 0
 	npc_thrush[$tempcclean] = 0
-	npc_chem[$tempcclean] = 0
 	npc_clothpref[$tempcclean] = 0
 	npc_clothpref[$tempcclean] = 0
 	$npc_PersType[$tempcclean] = ''
 	$npc_PersType[$tempcclean] = ''
 	$npc_dna[$tempcclean] = ''    
 	$npc_dna[$tempcclean] = ''    

+ 1 - 70
locations/npcgeneratec.qsrc

@@ -61,20 +61,10 @@ else
 	npctempc2[1] = rand(19,24)
 	npctempc2[1] = rand(19,24)
 end
 end
 ! {We flag virginity based on the results of the check. Overwrite it after generation if you want to be sure of status.}
 ! {We flag virginity based on the results of the check. Overwrite it after generation if you want to be sure of status.}
-if npctempc2[1] >= 20:
-	$npc_firstpart[$npclastgenerated] = 'U'
-	$npc_lastpart[$npclastgenerated] = 'U'
-	$npc_kidpater[$npclastgenerated] = 'N'
-else
-	$npc_firstpart[$npclastgenerated] = 'V'
-	$npc_lastpart[$npclastgenerated] = 'V'
-	$npc_kidpater[$npclastgenerated] = 'N'
+if npctempc2[1] < 20:
 	npc_sexskill[$npclastgenerated] = 0
 	npc_sexskill[$npclastgenerated] = 0
 end
 end
 ! {index}
 ! {index}
-npc_firstpart[$npclastgenerated] = npclastgeneratedn
-npc_lastpart[$npclastgenerated] = npclastgeneratedn
-npc_kidpater[$npclastgenerated] = npclastgeneratedn
 $npc_sexskill[$npclastgenerated] = '<<npclastgeneratedn>>'
 $npc_sexskill[$npclastgenerated] = '<<npclastgeneratedn>>'
 
 
 
 
@@ -91,7 +81,6 @@ if npctempgsex = 0:
 	npc_dick[$npclastgenerated] = npctempgn[5]
 	npc_dick[$npclastgenerated] = npctempgn[5]
 	$npc_notes[$npclastgenerated] = 'A male.'
 	$npc_notes[$npclastgenerated] = 'A male.'
 	npc_bust[$npclastgenerated] = 0
 	npc_bust[$npclastgenerated] = 0
-	npc_nips[$npclastgenerated] = 1
 	if npctempc2[1] >= 20:
 	if npctempc2[1] >= 20:
 		npc_hymen[$npclastgenerated] = -1
 		npc_hymen[$npclastgenerated] = -1
 	end
 	end
@@ -107,7 +96,6 @@ elseif npctempgsex = 1:
 	$npc_notes[$npclastgenerated] = 'A female.'
 	$npc_notes[$npclastgenerated] = 'A female.'
 	!!0 - 60  curve around 22,5 (C/D cups)
 	!!0 - 60  curve around 22,5 (C/D cups)
 	npc_bust[$npclastgenerated] = rand(0,15) + rand(0,15) + rand(0,15) & if rand(1,10) = 1: npc_bust[$npclastgenerated] += rand(0,15)
 	npc_bust[$npclastgenerated] = rand(0,15) + rand(0,15) + rand(0,15) & if rand(1,10) = 1: npc_bust[$npclastgenerated] += rand(0,15)
-	npc_nips[$npclastgenerated] = rand(2,6)
 	if npctempc2[1] >= 20:
 	if npctempc2[1] >= 20:
 		npc_hymen[$npclastgenerated] = rand(4,6)
 		npc_hymen[$npclastgenerated] = rand(4,6)
 	else
 	else
@@ -126,7 +114,6 @@ elseif npctempgsex = 2:
 	$npc_notes[$npclastgenerated] = 'A female Hermaphrodite.'
 	$npc_notes[$npclastgenerated] = 'A female Hermaphrodite.'
 	!!0 - 60  curve around 22,5 (C/D cups)
 	!!0 - 60  curve around 22,5 (C/D cups)
 	npc_bust[$npclastgenerated] = rand(0,15) + rand(0,15) + rand(0,15)
 	npc_bust[$npclastgenerated] = rand(0,15) + rand(0,15) + rand(0,15)
-	npc_nips[$npclastgenerated] = rand(1,5)
 	if npctempc2[1] >= 20:
 	if npctempc2[1] >= 20:
 		npc_hymen[$npclastgenerated] = rand(0,6)
 		npc_hymen[$npclastgenerated] = rand(0,6)
 		if npc_hymen[$npclastgenerated] < 4 and npc_hymen[$npclastgenerated] > 0: npc_hymen[$npclastgenerated] = 4
 		if npc_hymen[$npclastgenerated] < 4 and npc_hymen[$npclastgenerated] > 0: npc_hymen[$npclastgenerated] = 4
@@ -145,7 +132,6 @@ else
 	npc_dick[$npclastgenerated] = npctempgn[5]
 	npc_dick[$npclastgenerated] = npctempgn[5]
 	$npc_notes[$npclastgenerated] = 'A male Hermaphrodite.'
 	$npc_notes[$npclastgenerated] = 'A male Hermaphrodite.'
 	npc_bust[$npclastgenerated]= rand(0,10)
 	npc_bust[$npclastgenerated]= rand(0,10)
-	npc_nips[$npclastgenerated] = rand(1,3)
 	if npctempc2[1] >= 20:
 	if npctempc2[1] >= 20:
 		npc_hymen[$npclastgenerated] = rand(0,6)
 		npc_hymen[$npclastgenerated] = rand(0,6)
 		if npc_hymen[$npclastgenerated] < 4 and npc_hymen[$npclastgenerated] > 0: npc_hymen[$npclastgenerated] = 4
 		if npc_hymen[$npclastgenerated] < 4 and npc_hymen[$npclastgenerated] > 0: npc_hymen[$npclastgenerated] = 4
@@ -162,7 +148,6 @@ npc_thdick[$npclastgenerated] = npclastgeneratedn
 $npc_dick[$npclastgenerated] = '<<npclastgeneratedn>>'
 $npc_dick[$npclastgenerated] = '<<npclastgeneratedn>>'
 npc_notes[$npclastgenerated] = npclastgeneratedn
 npc_notes[$npclastgenerated] = npclastgeneratedn
 $npc_bust[$npclastgenerated] = '<<npclastgeneratedn>>'
 $npc_bust[$npclastgenerated] = '<<npclastgeneratedn>>'
-$npc_nips[$npclastgenerated] = '<<npclastgeneratedn>>'
 $npc_hymen[$npclastgenerated] = '<<npclastgeneratedn>>'
 $npc_hymen[$npclastgenerated] = '<<npclastgeneratedn>>'
 
 
 
 
@@ -172,92 +157,40 @@ $npc_firstname[$npclastgenerated] = $npctempgn[1]
 $npc_nickname[$npclastgenerated] = $npctempgn[2]
 $npc_nickname[$npclastgenerated] = $npctempgn[2]
 $npc_lastname[$npclastgenerated] = $npctempgn[3]
 $npc_lastname[$npclastgenerated] = $npctempgn[3]
 $npc_usedname[$npclastgenerated] = $npctempgn[0]
 $npc_usedname[$npclastgenerated] = $npctempgn[0]
-npc_vital[$npclastgenerated] = rand(1,npctempc2)
-npc_stren[$npclastgenerated] = rand(1,npctempc2)
 npc_intel[$npclastgenerated] = rand(1,npctempc2)
 npc_intel[$npclastgenerated] = rand(1,npctempc2)
-npc_agil[$npclastgenerated] = rand(1,npctempc2)
-npc_sprt[$npclastgenerated] = rand(1,npctempc2)
 ! {index}
 ! {index}
 npc_firstname[$npclastgenerated] = npclastgeneratedn
 npc_firstname[$npclastgenerated] = npclastgeneratedn
 npc_nickname[$npclastgenerated] = npclastgeneratedn
 npc_nickname[$npclastgenerated] = npclastgeneratedn
 npc_lastname[$npclastgenerated] = npclastgeneratedn
 npc_lastname[$npclastgenerated] = npclastgeneratedn
 npc_usedname[$npclastgenerated] = npclastgeneratedn
 npc_usedname[$npclastgenerated] = npclastgeneratedn
-$npc_vital[$npclastgenerated] = '<<npclastgeneratedn>>'
-$npc_stren[$npclastgenerated] = '<<npclastgeneratedn>>'
 $npc_intel[$npclastgenerated] = '<<npclastgeneratedn>>'
 $npc_intel[$npclastgenerated] = '<<npclastgeneratedn>>'
-$npc_agil[$npclastgenerated] = '<<npclastgeneratedn>>'
-$npc_sprt[$npclastgenerated] = '<<npclastgeneratedn>>'
 
 
 ! {Then we call out other stats}
 ! {Then we call out other stats}
-npc_magik[$npclastgenerated] = 0
 npc_drunk[$npclastgenerated] = 0
 npc_drunk[$npclastgenerated] = 0
-npc_pantys[$npclastgenerated] = 0
 npc_vag[$npclastgenerated] = 0
 npc_vag[$npclastgenerated] = 0
-npc_ass[$npclastgenerated] = 0
 ! {index}
 ! {index}
-$npc_magik[$npclastgenerated] = '<<npclastgeneratedn>>'
 $npc_drunk[$npclastgenerated] = '<<npclastgeneratedn>>'
 $npc_drunk[$npclastgenerated] = '<<npclastgeneratedn>>'
-$npc_pantys[$npclastgenerated] = '<<npclastgeneratedn>>'
 $npc_vag[$npclastgenerated] = '<<npclastgeneratedn>>'
 $npc_vag[$npclastgenerated] = '<<npclastgeneratedn>>'
-$npc_ass[$npclastgenerated] = '<<npclastgeneratedn>>'
 
 
 ! {NPCs start with random horniness}
 ! {NPCs start with random horniness}
 npc_horny[$npclastgenerated] = rand(0,60)
 npc_horny[$npclastgenerated] = rand(0,60)
-npc_Pavrep[$npclastgenerated] = 0
-npc_Godrep[$npclastgenerated] = 0
 ! {index}
 ! {index}
 $npc_horny[$npclastgenerated] = '<<npclastgeneratedn>>'
 $npc_horny[$npclastgenerated] = '<<npclastgeneratedn>>'
-$npc_Pavrep[$npclastgenerated] = '<<npclastgeneratedn>>'
-$npc_Godrep[$npclastgenerated] = '<<npclastgeneratedn>>'
 
 
 ! {Random attractiveness}
 ! {Random attractiveness}
 npc_apprnc[$npclastgenerated] = rand(30,60)
 npc_apprnc[$npclastgenerated] = rand(30,60)
-npc_lipbalm[$npclastgenerated] = 0
-npc_makeup[$npclastgenerated] = 0
-npc_sweat[$npclastgenerated] = 0
-npc_dye[$npclastgenerated] = 0
-npc_hairbsh[$npclastgenerated] = 0
 ! {index}
 ! {index}
 $npc_apprnc[$npclastgenerated] = '<<npclastgeneratedn>>'
 $npc_apprnc[$npclastgenerated] = '<<npclastgeneratedn>>'
-$npc_lipbalm[$npclastgenerated] = '<<npclastgeneratedn>>'
-$npc_makeup[$npclastgenerated] = '<<npclastgeneratedn>>'
-$npc_sweat[$npclastgenerated] = '<<npclastgeneratedn>>'
-$npc_dye[$npclastgenerated] = '<<npclastgeneratedn>>'
-$npc_hairbsh[$npclastgenerated] = '<<npclastgeneratedn>>'
 
 
 ! {Random skin quality and body hair}
 ! {Random skin quality and body hair}
-npc_skin[$npclastgenerated] = rand(30,70)
-npc_bodyhair[$npclastgenerated] = rand(0,4)
-npc_breath[$npclastgenerated] = 0
-npc_hipcurv[$npclastgenerated]  = 0
 npc_hgt[$npclastgenerated] = 0
 npc_hgt[$npclastgenerated] = 0
-npc_fat[$npclastgenerated] = 0
 ! {index}
 ! {index}
-$npc_skin[$npclastgenerated] = '<<npclastgeneratedn>>'
-$npc_bodyhair[$npclastgenerated] = '<<npclastgeneratedn>>'
-$npc_breath[$npclastgenerated] = '<<npclastgeneratedn>>'
-$npc_hipcurv[$npclastgenerated] = '<<npclastgeneratedn>>'
 $npc_hgt[$npclastgenerated] = '<<npclastgeneratedn>>'
 $npc_hgt[$npclastgenerated] = '<<npclastgeneratedn>>'
-$npc_fat[$npclastgenerated] = '<<npclastgeneratedn>>'
 
 
 ! {Random pubic hair}
 ! {Random pubic hair}
 npc_haircol[$npclastgenerated] = 0
 npc_haircol[$npclastgenerated] = 0
-npc_tan[$npclastgenerated] = 0
-npc_lip[$npclastgenerated] = 0
-npc_lashes[$npclastgenerated] = 0
-npc_eyesize[$npclastgenerated] = 0
-npc_eyecol[$npclastgenerated] = 0
-npc_dom[$npclastgenerated] = 0
-npc_sub[$npclastgenerated] = 0
 ! {index}
 ! {index}
 $npc_haircol[$npclastgenerated] = '<<npclastgeneratedn>>'
 $npc_haircol[$npclastgenerated] = '<<npclastgeneratedn>>'
-$npc_tan[$npclastgenerated] = '<<npclastgeneratedn>>'
-$npc_lip[$npclastgenerated] = '<<npclastgeneratedn>>'
-$npc_lashes[$npclastgenerated] = '<<npclastgeneratedn>>'
-$npc_eyesize[$npclastgenerated] = '<<npclastgeneratedn>>'
-$npc_eyecol[$npclastgenerated] = '<<npclastgeneratedn>>'
-$npc_dom[$npclastgenerated] = '<<npclastgeneratedn>>'
-$npc_sub[$npclastgenerated] = '<<npclastgeneratedn>>'
 
 
 ! {Starting at 0 quest state and love for the character, and slightly disliked.}
 ! {Starting at 0 quest state and love for the character, and slightly disliked.}
 npc_QW[$npclastgenerated]= 0
 npc_QW[$npclastgenerated]= 0
@@ -296,10 +229,8 @@ $npc_gon[$npclastgenerated] = '<<npclastgeneratedn>>'
 $npc_thrush[$npclastgenerated] = '<<npclastgeneratedn>>'
 $npc_thrush[$npclastgenerated] = '<<npclastgeneratedn>>'
 
 
 ! {Chemestry and clothing preference are unspecified}
 ! {Chemestry and clothing preference are unspecified}
-npc_Chem[$npclastgenerated] = 0
 npc_Clothpref[$npclastgenerated] = 0
 npc_Clothpref[$npclastgenerated] = 0
 ! {index}
 ! {index}
-$npc_Chem[$npclastgenerated] = '<<npclastgeneratedn>>'
 $npc_Clothpref[$npclastgenerated] = '<<npclastgeneratedn>>'
 $npc_Clothpref[$npclastgenerated] = '<<npclastgeneratedn>>'
 
 
 ! {Personality is called up}
 ! {Personality is called up}

+ 0 - 37
locations/npcpreservec.qsrc

@@ -27,52 +27,22 @@ if mid($npctemp,1,1) = 'C':
 	$npc_usedname[$npclastsaved] = $npc_usedname[$npctemp]
 	$npc_usedname[$npclastsaved] = $npc_usedname[$npctemp]
 	$npc_notes[$npclastsaved] = $npc_notes[$npctemp]
 	$npc_notes[$npclastsaved] = $npc_notes[$npctemp]
 	npc_dob[$npclastsaved] = npc_dob[$npctemp]
 	npc_dob[$npclastsaved] = npc_dob[$npctemp]
-	npc_vital[$npclastsaved] = npc_vital[$npctemp]
-	npc_stren[$npclastsaved] = npc_stren[$npctemp]
 	npc_intel[$npclastsaved] = npc_intel[$npctemp]
 	npc_intel[$npclastsaved] = npc_intel[$npctemp]
-	npc_agil[$npclastsaved] = npc_agil[$npctemp]
-	npc_sprt[$npclastsaved] = npc_sprt[$npctemp]
-	npc_magik[$npclastsaved] = npc_magik[$npctemp]
 	npc_drunk[$npclastsaved] = npc_drunk[$npctemp]
 	npc_drunk[$npclastsaved] = npc_drunk[$npctemp]
-	npc_pantys[$npclastsaved] = npc_pantys[$npctemp]
 	npc_cyc[$npclastsaved] = npc_cyc[$npctemp]
 	npc_cyc[$npclastsaved] = npc_cyc[$npctemp]
 	npc_fert[$npclastsaved] = npc_fert[$npctemp]
 	npc_fert[$npclastsaved] = npc_fert[$npctemp]
-	$npc_firstpart[$npclastsaved] = $npc_firstpart[$npctemp]
-	$npc_lastpart[$npclastsaved] = $npc_lastpart[$npctemp]
-	$npc_kidpater[$npclastsaved] = $npc_kidpater[$npctemp]
 	npc_gender[$npclastsaved] = npc_gender[$npctemp]
 	npc_gender[$npclastsaved] = npc_gender[$npctemp]
 	$npc_thdick[$npclastsaved] = $npc_thdick[$npctemp]
 	$npc_thdick[$npclastsaved] = $npc_thdick[$npctemp]
 	npc_dick[$npclastsaved] = npc_dick[$npctemp]
 	npc_dick[$npclastsaved] = npc_dick[$npctemp]
 	npc_sexskill[$npclastsaved] = npc_sexskill[$npctemp]
 	npc_sexskill[$npclastsaved] = npc_sexskill[$npctemp]
 	npc_spermpot[$npclastsaved] = npc_spermpot[$npctemp]
 	npc_spermpot[$npclastsaved] = npc_spermpot[$npctemp]
 	npc_vag[$npclastsaved] = npc_vag[$npctemp]
 	npc_vag[$npclastsaved] = npc_vag[$npctemp]
-	npc_ass[$npclastsaved] = npc_ass[$npctemp]
 	npc_hymen[$npclastsaved] = npc_hymen[$npctemp]
 	npc_hymen[$npclastsaved] = npc_hymen[$npctemp]
 	npc_horny[$npclastsaved] = npc_horny[$npctemp]
 	npc_horny[$npclastsaved] = npc_horny[$npctemp]
-	npc_Pavrep[$npclastsaved] = npc_Pavrep[$npctemp]
-	npc_Godrep[$npclastsaved] = npc_Godrep[$npctemp]
 	npc_apprnc[$npclastsaved] = npc_apprnc[$npctemp]
 	npc_apprnc[$npclastsaved] = npc_apprnc[$npctemp]
-	npc_lipbalm[$npclastsaved] = npc_lipbalm[$npctemp]
-	npc_makeup[$npclastsaved] = npc_makeup[$npctemp]
-	npc_sweat[$npclastsaved] = npc_sweat[$npctemp]
-	npc_dye[$npclastsaved] = npc_dye[$npctemp]
-	npc_hairbsh[$npclastsaved] = npc_hairbsh[$npctemp]
-	npc_skin[$npclastsaved] = npc_skin[$npctemp]
-	npc_bodyhair[$npclastsaved] = npc_bodyhair[$npctemp]
-	npc_breath[$npclastsaved] = npc_breath[$npctemp]
-	npc_hipcurv[$npclastsaved] = npc_hipcurv[$npctemp]
 	npc_hgt[$npclastsaved] = npc_hgt[$npctemp]
 	npc_hgt[$npclastsaved] = npc_hgt[$npctemp]
 	npc_bust[$npclastsaved] = npc_bust[$npctemp]
 	npc_bust[$npclastsaved] = npc_bust[$npctemp]
-	npc_nips[$npclastsaved] = npc_nips[$npctemp]
-	npc_fat[$npclastsaved] = npc_fat[$npctemp]
 	npc_haircol[$npclastsaved] = npc_haircol[$npctemp]
 	npc_haircol[$npclastsaved] = npc_haircol[$npctemp]
-	npc_tan[$npclastsaved] = npc_tan[$npctemp]
-	npc_lip[$npclastsaved] = npc_lip[$npctemp]
-	npc_lashes[$npclastsaved] = npc_lashes[$npctemp]
-	npc_eyesize[$npclastsaved] = npc_eyesize[$npctemp]
-	npc_eyecol[$npclastsaved] = npc_eyecol[$npctemp]
-	npc_dom[$npclastsaved] = npc_dom[$npctemp]
-	npc_sub[$npclastsaved] = npc_sub[$npctemp]
 	npc_QW[$npclastsaved] = npc_QW[$npctemp]
 	npc_QW[$npclastsaved] = npc_QW[$npctemp]
 	npc_rel[$npclastsaved] = npc_rel[$npctemp]
 	npc_rel[$npclastsaved] = npc_rel[$npctemp]
 	npc_love[$npclastsaved] = npc_love[$npctemp]
 	npc_love[$npclastsaved] = npc_love[$npctemp]
@@ -81,7 +51,6 @@ if mid($npctemp,1,1) = 'C':
 	$npc_dad[$npclastsaved] = $npc_dad[$npctemp]
 	$npc_dad[$npclastsaved] = $npc_dad[$npctemp]
 	$npc_mom[$npclastsaved] = $npc_mom[$npctemp]
 	$npc_mom[$npclastsaved] = $npc_mom[$npctemp]
 	$npc_pic[$npclastsaved] = $npc_pic[$npctemp]
 	$npc_pic[$npclastsaved] = $npc_pic[$npctemp]
-	npc_Chem[$npclastsaved] = npc_Chem[$npctemp]
 	npc_Clothpref[$npclastsaved] = npc_Clothpref[$npctemp]
 	npc_Clothpref[$npclastsaved] = npc_Clothpref[$npctemp]
 	$npc_PersType[$npclastsaved] = $npc_PersType[$npctemp]
 	$npc_PersType[$npclastsaved] = $npc_PersType[$npctemp]
 	$npc_dna[$npclastsaved] = $npc_dna[$npctemp]
 	$npc_dna[$npclastsaved] = $npc_dna[$npctemp]
@@ -110,12 +79,6 @@ if mid($npctemp,1,1) = 'C':
 	if $pcs_lastpart = $npctemp: $pcs_lastpart = $npclastsaved
 	if $pcs_lastpart = $npctemp: $pcs_lastpart = $npclastsaved
 	
 	
 !!	:npctempaloop
 !!	:npctempaloop
-!!	$npctemp2 = arrpos('$npc_firstpart', $npctemp)
-!!	if $npc_firstpart[$npctemp2] = $npctemp: $npc_firstpart[$npctemp2] = $npclastsaved & jump 'npctempaloop'
-!!	$npctemp2 = arrpos('$npc_lastpart', $npctemp)
-!!	if $npc_lastpart[$npctemp2] = $npctemp: $npc_lastpart[$npctemp2] = $npclastsaved & jump 'npctempaloop'
-!!	$npctemp2 = arrpos('$npc_kidpater', $npctemp)
-!!	if $npc_kidpater[$npctemp2] = $npctemp: $npc_kidpater[$npctemp2] = $npclastsaved & jump 'npctempaloop'
 !!	$npctemp2 = arrpos('$npc_dad', $npctemp)
 !!	$npctemp2 = arrpos('$npc_dad', $npctemp)
 !!	if $npc_dad[$npctemp2] = $npctemp: $npc_dad[$npctemp2] = $npclastsaved & jump 'npctempaloop'
 !!	if $npc_dad[$npctemp2] = $npctemp: $npc_dad[$npctemp2] = $npclastsaved & jump 'npctempaloop'
 !!	$npctemp2 = arrpos('$npc_mom', $npctemp)
 !!	$npctemp2 = arrpos('$npc_mom', $npctemp)

+ 0 - 78
locations/npcstatic1.qsrc

@@ -12,52 +12,21 @@ $npc_notes['A<<npctemp>>'] = 'Dimka Nosov is a cute guy and all the girls adore
 !!set gender before calling npcstaticdefaults, override values you don''t like afterwards
 !!set gender before calling npcstaticdefaults, override values you don''t like afterwards
 npc_gender['A<<npctemp>>'] = 0
 npc_gender['A<<npctemp>>'] = 0
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
-npc_vital['A<<npctemp>>'] = rand(10,30)
-npc_stren['A<<npctemp>>'] = rand(10,30)
 npc_intel['A<<npctemp>>'] = rand(10,30)
 npc_intel['A<<npctemp>>'] = rand(10,30)
-npc_agil['A<<npctemp>>'] = rand(10,30)
-npc_sprt['A<<npctemp>>'] = rand(10,30)
-npc_magik['A<<npctemp>>'] = 0
 npc_drunk['A<<npctemp>>'] = 0
 npc_drunk['A<<npctemp>>'] = 0
-npc_pantys['A<<npctemp>>'] = 0
 npc_cyc['A<<npctemp>>'] = -1
 npc_cyc['A<<npctemp>>'] = -1
 npc_fert['A<<npctemp>>'] = -1
 npc_fert['A<<npctemp>>'] = -1
-$npc_firstpart['A<<npctemp>>'] = 'U'
-$npc_lastpart['A<<npctemp>>'] = 'U'
-$npc_kidpater['A<<npctemp>>'] = 'N'
 $npc_thdick['A<<npctemp>>'] = 'thicker than average'
 $npc_thdick['A<<npctemp>>'] = 'thicker than average'
 npc_dick['A<<npctemp>>'] = 16
 npc_dick['A<<npctemp>>'] = 16
 npc_sexskill['A<<npctemp>>'] = 1
 npc_sexskill['A<<npctemp>>'] = 1
 npc_spermpot['A<<npctemp>>'] = 10000
 npc_spermpot['A<<npctemp>>'] = 10000
 npc_vag['A<<npctemp>>'] = -1
 npc_vag['A<<npctemp>>'] = -1
-npc_ass['A<<npctemp>>'] = 0
 npc_hymen['A<<npctemp>>'] = -1
 npc_hymen['A<<npctemp>>'] = -1
 npc_horny['A<<npctemp>>'] = 0
 npc_horny['A<<npctemp>>'] = 0
-npc_Pavrep['A<<npctemp>>'] = 0
-npc_Godrep['A<<npctemp>>'] = 0
 npc_apprnc['A<<npctemp>>'] = 0
 npc_apprnc['A<<npctemp>>'] = 0
-npc_lipbalm['A<<npctemp>>'] = 0
-npc_makeup['A<<npctemp>>'] = 0
-npc_sweat['A<<npctemp>>'] = 0
-npc_dye['A<<npctemp>>'] = 0
-npc_hairbsh['A<<npctemp>>'] = 0
-npc_skin['A<<npctemp>>'] = 0
-npc_bodyhair['A<<npctemp>>'] = 0
-npc_breath['A<<npctemp>>'] = 0
-npc_hipcurv['A<<npctemp>>'] = 0
 npc_hgt['A<<npctemp>>'] = 0
 npc_hgt['A<<npctemp>>'] = 0
 npc_bust['A<<npctemp>>'] = 0
 npc_bust['A<<npctemp>>'] = 0
-npc_nips['A<<npctemp>>'] = 1
-npc_fat['A<<npctemp>>'] = 0
 npc_haircol['A<<npctemp>>'] = 0
 npc_haircol['A<<npctemp>>'] = 0
-npc_tan['A<<npctemp>>'] = 0
-npc_lip['A<<npctemp>>'] = 0
-npc_lashes['A<<npctemp>>'] = 0
-npc_eyesize['A<<npctemp>>'] = 0
-npc_eyecol['A<<npctemp>>'] = 0
-!! create and use dom/sub in the npcs story, if needed, not in npcstatic
-npc_dom['A<<npctemp>>'] = 0
-npc_sub['A<<npctemp>>'] = 0
 npc_QW['A<<npctemp>>'] = 0
 npc_QW['A<<npctemp>>'] = 0
 npc_rel['A<<npctemp>>'] = 0
 npc_rel['A<<npctemp>>'] = 0
 npc_love['A<<npctemp>>'] = 0
 npc_love['A<<npctemp>>'] = 0
@@ -66,7 +35,6 @@ npc_cloc['A<<npctemp>>'] = 0
 $npc_dad['A<<npctemp>>'] = 'A160'
 $npc_dad['A<<npctemp>>'] = 'A160'
 $npc_mom['A<<npctemp>>'] = 'U'
 $npc_mom['A<<npctemp>>'] = 'U'
 $npc_pic['A<<npctemp>>'] = 'xPICx'
 $npc_pic['A<<npctemp>>'] = 'xPICx'
-npc_chem['A<<npctemp>>'] = 0
 npc_clothpref['A<<npctemp>>'] = 0
 npc_clothpref['A<<npctemp>>'] = 0
 $npc_PersType['A<<npctemp>>'] = 'XXXX'
 $npc_PersType['A<<npctemp>>'] = 'XXXX'
 npc_grupTipe['A<<npctemp>>'] = 1
 npc_grupTipe['A<<npctemp>>'] = 1
@@ -105,8 +73,6 @@ $npc_notes['A<<npctemp>>'] = 'Artem Chebotarev is a typical geek but one could e
 npc_gender['A<<npctemp>>'] = 0
 npc_gender['A<<npctemp>>'] = 0
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'nerd'
 gs 'npcstaticdefaults', 'group', 'nerd'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 $npc_thdick['A<<npctemp>>'] = 'thicker than average'
 $npc_thdick['A<<npctemp>>'] = 'thicker than average'
 npc_dick['A<<npctemp>>'] = 16
 npc_dick['A<<npctemp>>'] = 16
 hotcat_rating['A<<npctemp>>'] = 6
 hotcat_rating['A<<npctemp>>'] = 6
@@ -155,8 +121,6 @@ npc_dob['A<<npctemp>>'] = 20000324
 $npc_notes['A<<npctemp>>'] = 'Fedor Kozlov is a decent athlete. He often trains with his good friend Ivan, but lacks the level of talent that Ivan does have. He is decent looking and often is seen chasing Ivan''s leftovers.'
 $npc_notes['A<<npctemp>>'] = 'Fedor Kozlov is a decent athlete. He often trains with his good friend Ivan, but lacks the level of talent that Ivan does have. He is decent looking and often is seen chasing Ivan''s leftovers.'
 npc_gender['A<<npctemp>>'] = 0
 npc_gender['A<<npctemp>>'] = 0
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 $npc_thdick['A<<npctemp>>'] = 'thicker than average'
 $npc_thdick['A<<npctemp>>'] = 'thicker than average'
 npc_dick['A<<npctemp>>'] = 17
 npc_dick['A<<npctemp>>'] = 17
 if fedormasha = 1: gs 'npcstaticdefaults', 'group', 'outcast'
 if fedormasha = 1: gs 'npcstaticdefaults', 'group', 'outcast'
@@ -175,8 +139,6 @@ $npc_notes['A<<npctemp>>'] = 'Petka Klyuyev is a nerd who usually doesn''t inter
 npc_gender['A<<npctemp>>'] = 0
 npc_gender['A<<npctemp>>'] = 0
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'nerd'
 gs 'npcstaticdefaults', 'group', 'nerd'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 $npc_thdick['A<<npctemp>>'] = 'slim'
 $npc_thdick['A<<npctemp>>'] = 'slim'
 npc_dick['A<<npctemp>>'] = 12
 npc_dick['A<<npctemp>>'] = 12
 hotcat_rating['A<<npctemp>>'] = 4
 hotcat_rating['A<<npctemp>>'] = 4
@@ -193,8 +155,6 @@ $npc_notes['A<<npctemp>>'] = 'Everyone at school always bullies Lesco about anyt
 npc_gender['A<<npctemp>>'] = 0
 npc_gender['A<<npctemp>>'] = 0
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'outcast'
 gs 'npcstaticdefaults', 'group', 'outcast'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 $npc_thdick['A<<npctemp>>'] = 'well proportioned'
 $npc_thdick['A<<npctemp>>'] = 'well proportioned'
 npc_dick['A<<npctemp>>'] = 16
 npc_dick['A<<npctemp>>'] = 16
 $npcGoSchool['A<<npctemp>>'] = '<a href="exec:gt ''gschool_chats2'',''lesco''"><<$npc_usedname[''A7'']>></a>'
 $npcGoSchool['A<<npctemp>>'] = '<a href="exec:gt ''gschool_chats2'',''lesco''"><<$npc_usedname[''A7'']>></a>'
@@ -212,8 +172,6 @@ $npc_notes['A<<npctemp>>'] = 'Svyatoslav Voinov is an athletic guy with a very c
 npc_gender['A<<npctemp>>'] = 0
 npc_gender['A<<npctemp>>'] = 0
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'jock'
 gs 'npcstaticdefaults', 'group', 'jock'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 $npc_thdick['A<<npctemp>>'] = 'thick'
 $npc_thdick['A<<npctemp>>'] = 'thick'
 npc_dick['A<<npctemp>>'] = 18
 npc_dick['A<<npctemp>>'] = 18
 hotcat_rating['A<<npctemp>>'] = 7
 hotcat_rating['A<<npctemp>>'] = 7
@@ -284,8 +242,6 @@ $npc_notes['A<<npctemp>>'] = 'Julia is a diligent and silent girl. She''s very n
 npc_gender['A<<npctemp>>'] = 1
 npc_gender['A<<npctemp>>'] = 1
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'nerd'
 gs 'npcstaticdefaults', 'group', 'nerd'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 npc_bust['A<<npctemp>>'] = 23
 npc_bust['A<<npctemp>>'] = 23
 hotcat_rating['A<<npctemp>>'] = 7
 hotcat_rating['A<<npctemp>>'] = 7
 $npc_body['A<<npctemp>>'] = 's5'
 $npc_body['A<<npctemp>>'] = 's5'
@@ -324,8 +280,6 @@ $npc_notes['A<<npctemp>>'] = 'Katja Meynold is a very attractive and petite girl
 npc_gender['A<<npctemp>>'] = 1
 npc_gender['A<<npctemp>>'] = 1
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'coolkid'
 gs 'npcstaticdefaults', 'group', 'coolkid'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 npc_bust['A<<npctemp>>'] = 20
 npc_bust['A<<npctemp>>'] = 20
 hotcat_rating['A<<npctemp>>'] = 7
 hotcat_rating['A<<npctemp>>'] = 7
 $npc_body['A<<npctemp>>'] = 's3'
 $npc_body['A<<npctemp>>'] = 's3'
@@ -342,8 +296,6 @@ $npc_notes['A<<npctemp>>'] = 'Vicky Meynold is the opposite of her sister, on on
 npc_gender['A<<npctemp>>'] = 1
 npc_gender['A<<npctemp>>'] = 1
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'coolkid'
 gs 'npcstaticdefaults', 'group', 'coolkid'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 npc_bust['A<<npctemp>>'] = 18
 npc_bust['A<<npctemp>>'] = 18
 $npcGoSchool['A<<npctemp>>'] = '<a href="exec:gt ''gschool_chats1'',''viktoria''"><<$npc_usedname[''A15'']>></a>'
 $npcGoSchool['A<<npctemp>>'] = '<a href="exec:gt ''gschool_chats1'',''viktoria''"><<$npc_usedname[''A15'']>></a>'
 hotcat_rating['A<<npctemp>>'] = 7
 hotcat_rating['A<<npctemp>>'] = 7
@@ -361,8 +313,6 @@ $npc_notes['A<<npctemp>>'] = 'Natasha is an excellent student and one of the sma
 npc_gender['A<<npctemp>>'] = 1
 npc_gender['A<<npctemp>>'] = 1
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'nerd'
 gs 'npcstaticdefaults', 'group', 'nerd'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 npc_bust['A<<npctemp>>'] = 26
 npc_bust['A<<npctemp>>'] = 26
 hotcat_rating['A<<npctemp>>'] = 6
 hotcat_rating['A<<npctemp>>'] = 6
 $npc_body['A<<npctemp>>'] = 'm3'
 $npc_body['A<<npctemp>>'] = 'm3'
@@ -379,8 +329,6 @@ $npc_notes['A<<npctemp>>'] = 'Inna Devyatova is a tall and pretty girl, she know
 npc_gender['A<<npctemp>>'] = 1
 npc_gender['A<<npctemp>>'] = 1
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'coolkid'
 gs 'npcstaticdefaults', 'group', 'coolkid'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 npc_bust['A<<npctemp>>'] = 34
 npc_bust['A<<npctemp>>'] = 34
 hotcat_rating['A<<npctemp>>'] = 9
 hotcat_rating['A<<npctemp>>'] = 9
 $npc_body['A<<npctemp>>'] = 'm3'
 $npc_body['A<<npctemp>>'] = 'm3'
@@ -400,8 +348,6 @@ end
 npc_dob['A<<npctemp>>'] = 19991226
 npc_dob['A<<npctemp>>'] = 19991226
 npc_gender['A<<npctemp>>'] = 1
 npc_gender['A<<npctemp>>'] = 1
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
-$npc_firstpart['A<<npctemp>>'] = 'A69'
-$npc_lastpart['A<<npctemp>>'] = 'A69'
 npc_sexskill['A<<npctemp>>'] = 1
 npc_sexskill['A<<npctemp>>'] = 1
 npc_hymen['A<<npctemp>>'] = 5
 npc_hymen['A<<npctemp>>'] = 5
 npc_bust['A<<npctemp>>'] = 21
 npc_bust['A<<npctemp>>'] = 21
@@ -425,8 +371,6 @@ $npc_notes['A<<npctemp>>'] = 'Lina Starov is a mediocre athlete. She''s sort of
 npc_gender['A<<npctemp>>'] = 1
 npc_gender['A<<npctemp>>'] = 1
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'jock'
 gs 'npcstaticdefaults', 'group', 'jock'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 npc_bust['A<<npctemp>>'] = 14
 npc_bust['A<<npctemp>>'] = 14
 hotcat_rating['A<<npctemp>>'] = 7
 hotcat_rating['A<<npctemp>>'] = 7
 $npc_body['A<<npctemp>>'] = 'l1'
 $npc_body['A<<npctemp>>'] = 'l1'
@@ -481,8 +425,6 @@ npc_dob['A<<npctemp>>'] = 19990422
 npc_gender['A<<npctemp>>'] = 1
 npc_gender['A<<npctemp>>'] = 1
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'coolkid'
 gs 'npcstaticdefaults', 'group', 'coolkid'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 npc_bust['A<<npctemp>>'] = 27
 npc_bust['A<<npctemp>>'] = 27
 hotcat_rating['A<<npctemp>>'] = 9
 hotcat_rating['A<<npctemp>>'] = 9
 $npc_body['A<<npctemp>>'] = 'm4'
 $npc_body['A<<npctemp>>'] = 'm4'
@@ -499,7 +441,6 @@ npc_dob['A<<npctemp>>'] = 19990502
 npc_gender['A<<npctemp>>'] = 1
 npc_gender['A<<npctemp>>'] = 1
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'jock'
 gs 'npcstaticdefaults', 'group', 'jock'
-$npc_firstpart['A<<npctemp>>'] = 'A118'
 npc_sexskill['A<<npctemp>>'] = 2
 npc_sexskill['A<<npctemp>>'] = 2
 npc_hymen['A<<npctemp>>'] = 6
 npc_hymen['A<<npctemp>>'] = 6
 npc_bust['A<<npctemp>>'] = 14
 npc_bust['A<<npctemp>>'] = 14
@@ -541,8 +482,6 @@ end
 npc_dob['A<<npctemp>>'] = 19990623
 npc_dob['A<<npctemp>>'] = 19990623
 npc_gender['A<<npctemp>>'] = 1
 npc_gender['A<<npctemp>>'] = 1
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 npc_bust['A<<npctemp>>'] = 21
 npc_bust['A<<npctemp>>'] = 21
 if soniaPS > 0:
 if soniaPS > 0:
 	gs 'npcstaticdefaults', 'group', 'outcast'
 	gs 'npcstaticdefaults', 'group', 'outcast'
@@ -564,7 +503,6 @@ npc_dob['A<<npctemp>>'] = 19730307
 npc_gender['A<<npctemp>>'] = 0
 npc_gender['A<<npctemp>>'] = 0
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'teacher'
 gs 'npcstaticdefaults', 'group', 'teacher'
-$npc_lastpart['A<<npctemp>>'] = 'A27'
 $npc_thdick['A<<npctemp>>'] = 'thick'
 $npc_thdick['A<<npctemp>>'] = 'thick'
 npc_dick['A<<npctemp>>'] = 15
 npc_dick['A<<npctemp>>'] = 15
 
 
@@ -579,7 +517,6 @@ $npc_notes['A<<npctemp>>'] = 'The mother of Lara'
 npc_dob['A<<npctemp>>'] = 19750903
 npc_dob['A<<npctemp>>'] = 19750903
 npc_gender['A<<npctemp>>'] = 1
 npc_gender['A<<npctemp>>'] = 1
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
-$npc_lastpart['A<<npctemp>>'] = 'A26'
 npc_sexskill['A<<npctemp>>'] = 2
 npc_sexskill['A<<npctemp>>'] = 2
 npc_hymen['A<<npctemp>>'] = 6
 npc_hymen['A<<npctemp>>'] = 6
 npc_bust['A<<npctemp>>'] = 9
 npc_bust['A<<npctemp>>'] = 9
@@ -596,7 +533,6 @@ npc_dob['A<<npctemp>>'] = 19700418
 npc_gender['A<<npctemp>>'] = 0
 npc_gender['A<<npctemp>>'] = 0
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'family'
 gs 'npcstaticdefaults', 'group', 'family'
-$npc_lastpart['A<<npctemp>>'] = 'A29'
 $npc_thdick['A<<npctemp>>'] = 'well proportioned'
 $npc_thdick['A<<npctemp>>'] = 'well proportioned'
 npc_dick['A<<npctemp>>'] = 17
 npc_dick['A<<npctemp>>'] = 17
 npc_sexskill['A<<npctemp>>'] = 1
 npc_sexskill['A<<npctemp>>'] = 1
@@ -614,8 +550,6 @@ npc_dob['A<<npctemp>>'] = 19820612
 npc_gender['A<<npctemp>>'] = 1
 npc_gender['A<<npctemp>>'] = 1
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'family'
 gs 'npcstaticdefaults', 'group', 'family'
-$npc_firstpart['A<<npctemp>>'] = 'A35'
-$npc_lastpart['A<<npctemp>>'] = 'A119'
 npc_sexskill['A<<npctemp>>'] = 2
 npc_sexskill['A<<npctemp>>'] = 2
 npc_hymen['A<<npctemp>>'] = 6
 npc_hymen['A<<npctemp>>'] = 6
 npc_bust['A<<npctemp>>'] = 25
 npc_bust['A<<npctemp>>'] = 25
@@ -632,7 +566,6 @@ $npc_notes['A<<npctemp>>'] = 'Your mother''s sister, Lyudmila Knavs'
 npc_dob['A<<npctemp>>'] = 19750311
 npc_dob['A<<npctemp>>'] = 19750311
 npc_gender['A<<npctemp>>'] = 1
 npc_gender['A<<npctemp>>'] = 1
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
-$npc_lastpart['A<<npctemp>>'] = 'A55'
 npc_sexskill['A<<npctemp>>'] = 2
 npc_sexskill['A<<npctemp>>'] = 2
 npc_hymen['A<<npctemp>>'] = 6
 npc_hymen['A<<npctemp>>'] = 6
 npc_bust['A<<npctemp>>'] = 18
 npc_bust['A<<npctemp>>'] = 18
@@ -651,8 +584,6 @@ npc_gender['A<<npctemp>>'] = 1
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 npc_cyc['A<<npctemp>>'] = 0
 npc_cyc['A<<npctemp>>'] = 0
 npc_fert['A<<npctemp>>'] = 6
 npc_fert['A<<npctemp>>'] = 6
-$npc_firstpart['A<<npctemp>>'] = 'A32'
-$npc_lastpart['A<<npctemp>>'] = 'A32'
 npc_sexskill['A<<npctemp>>'] = 1
 npc_sexskill['A<<npctemp>>'] = 1
 npc_hymen['A<<npctemp>>'] = 6
 npc_hymen['A<<npctemp>>'] = 6
 npc_bust['A<<npctemp>>'] = 9
 npc_bust['A<<npctemp>>'] = 9
@@ -669,8 +600,6 @@ $npc_notes['A<<npctemp>>'] = 'Your Great Grandfather from your Mother''s Father'
 npc_dob['A<<npctemp>>'] = 19331205
 npc_dob['A<<npctemp>>'] = 19331205
 npc_gender['A<<npctemp>>'] = 0
 npc_gender['A<<npctemp>>'] = 0
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
-$npc_firstpart['A<<npctemp>>'] = 'A31'
-$npc_lastpart['A<<npctemp>>'] = 'A31'
 $npc_thdick['A<<npctemp>>'] = 'well proportioned'
 $npc_thdick['A<<npctemp>>'] = 'well proportioned'
 npc_dick['A<<npctemp>>'] = 14
 npc_dick['A<<npctemp>>'] = 14
 npc_sexskill['A<<npctemp>>'] = 1
 npc_sexskill['A<<npctemp>>'] = 1
@@ -689,9 +618,7 @@ npc_dob['A<<npctemp>>'] = 19980816
 npc_gender['A<<npctemp>>'] = 1
 npc_gender['A<<npctemp>>'] = 1
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'family'
 gs 'npcstaticdefaults', 'group', 'family'
-$npc_lastpart['A<<npctemp>>'] = 'A56'
 npc_vag['A<<npctemp>>'] = 12
 npc_vag['A<<npctemp>>'] = 12
-npc_ass['A<<npctemp>>'] = 8
 npc_hymen['A<<npctemp>>'] = 4
 npc_hymen['A<<npctemp>>'] = 4
 npc_bust['A<<npctemp>>'] = 19
 npc_bust['A<<npctemp>>'] = 19
 npc_rel['A<<npctemp>>'] = 50
 npc_rel['A<<npctemp>>'] = 50
@@ -710,8 +637,6 @@ npc_dob['A<<npctemp>>'] = 20001219
 npc_gender['A<<npctemp>>'] = 0
 npc_gender['A<<npctemp>>'] = 0
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'family'
 gs 'npcstaticdefaults', 'group', 'family'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 $npc_thdick['A<<npctemp>>'] = 'slim'
 $npc_thdick['A<<npctemp>>'] = 'slim'
 npc_dick['A<<npctemp>>'] = 14
 npc_dick['A<<npctemp>>'] = 14
 npc_rel['A<<npctemp>>'] = 20
 npc_rel['A<<npctemp>>'] = 20
@@ -731,7 +656,6 @@ npc_dob['A<<npctemp>>'] = 19830504
 npc_gender['A<<npctemp>>'] = 0
 npc_gender['A<<npctemp>>'] = 0
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'family'
 gs 'npcstaticdefaults', 'group', 'family'
-$npc_firstpart['A<<npctemp>>'] = 'A29'
 $npc_thdick['A<<npctemp>>'] = 'well proportioned'
 $npc_thdick['A<<npctemp>>'] = 'well proportioned'
 npc_dick['A<<npctemp>>'] = 13
 npc_dick['A<<npctemp>>'] = 13
 npc_sexskill['A<<npctemp>>'] = 1
 npc_sexskill['A<<npctemp>>'] = 1
@@ -748,8 +672,6 @@ $npc_notes['A<<npctemp>>'] = 'A saleswoman at the Botique'
 npc_dob['A<<npctemp>>'] = 19950907
 npc_dob['A<<npctemp>>'] = 19950907
 npc_gender['A<<npctemp>>'] = 1
 npc_gender['A<<npctemp>>'] = 1
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 npc_bust['A<<npctemp>>'] = 9
 npc_bust['A<<npctemp>>'] = 9
 
 
 
 

+ 0 - 12
locations/npcstatic2.qsrc

@@ -79,8 +79,6 @@ $npc_notes['A<<npctemp>>'] = 'Your Sister''s Boyfriend. Brother to Katja and Vik
 npc_gender['A<<npctemp>>'] = 0
 npc_gender['A<<npctemp>>'] = 0
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'friends'
 gs 'npcstaticdefaults', 'group', 'friends'
-$npc_firstpart['A<<npctemp>>'] = 'A33'
-$npc_lastpart['A<<npctemp>>'] = 'A33'
 $npc_thdick['A<<npctemp>>'] = 'thicker than average'
 $npc_thdick['A<<npctemp>>'] = 'thicker than average'
 npc_dick['A<<npctemp>>'] = 17
 npc_dick['A<<npctemp>>'] = 17
 
 
@@ -92,8 +90,6 @@ $npc_usedname['A<<npctemp>>'] = 'Rex'
 npc_gender['A<<npctemp>>'] = 0
 npc_gender['A<<npctemp>>'] = 0
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'friends'
 gs 'npcstaticdefaults', 'group', 'friends'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 $npc_thdick['A<<npctemp>>'] = 'well proportioned'
 $npc_thdick['A<<npctemp>>'] = 'well proportioned'
 npc_dick['A<<npctemp>>'] = 14
 npc_dick['A<<npctemp>>'] = 14
 
 
@@ -107,8 +103,6 @@ $npc_usedname['A<<npctemp>>'] = 'Zhendos'
 $npc_notes['A<<npctemp>>'] = 'Your Brother''s Friend.'
 $npc_notes['A<<npctemp>>'] = 'Your Brother''s Friend.'
 npc_gender['A<<npctemp>>'] = 0
 npc_gender['A<<npctemp>>'] = 0
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 $npc_thdick['A<<npctemp>>'] = 'thicker than average'
 $npc_thdick['A<<npctemp>>'] = 'thicker than average'
 npc_dick['A<<npctemp>>'] = 14
 npc_dick['A<<npctemp>>'] = 14
 hotcat_rating['A<<npctemp>>'] = 4
 hotcat_rating['A<<npctemp>>'] = 4
@@ -123,8 +117,6 @@ $npc_usedname['A<<npctemp>>'] = 'Mishan'
 $npc_notes['A<<npctemp>>'] = 'Your brother''s friend.'
 $npc_notes['A<<npctemp>>'] = 'Your brother''s friend.'
 npc_gender['A<<npctemp>>'] = 0
 npc_gender['A<<npctemp>>'] = 0
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 $npc_thdick['A<<npctemp>>'] = 'well proportioned'
 $npc_thdick['A<<npctemp>>'] = 'well proportioned'
 npc_dick['A<<npctemp>>'] = 13
 npc_dick['A<<npctemp>>'] = 13
 hotcat_rating['A<<npctemp>>'] = 6
 hotcat_rating['A<<npctemp>>'] = 6
@@ -312,7 +304,6 @@ $npc_usedname['A<<npctemp>>'] = 'Anatoly'
 $npc_notes['A<<npctemp>>'] = 'Director of the Burger Bistro'
 $npc_notes['A<<npctemp>>'] = 'Director of the Burger Bistro'
 npc_gender['A<<npctemp>>'] = 0
 npc_gender['A<<npctemp>>'] = 0
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
-$npc_lastpart['A<<npctemp>>'] = 'A80'
 $npc_thdick['A<<npctemp>>'] = 'slim'
 $npc_thdick['A<<npctemp>>'] = 'slim'
 npc_dick['A<<npctemp>>'] = 12
 npc_dick['A<<npctemp>>'] = 12
 
 
@@ -354,8 +345,6 @@ $npc_usedname['A<<npctemp>>'] = 'Timofei'
 $npc_notes['A<<npctemp>>'] = 'Lives in apartment 69 in the Residential area of the City'
 $npc_notes['A<<npctemp>>'] = 'Lives in apartment 69 in the Residential area of the City'
 npc_gender['A<<npctemp>>'] = 0
 npc_gender['A<<npctemp>>'] = 0
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 $npc_thdick['A<<npctemp>>'] = 'well proportioned'
 $npc_thdick['A<<npctemp>>'] = 'well proportioned'
 npc_dick['A<<npctemp>>'] = 14
 npc_dick['A<<npctemp>>'] = 14
 
 
@@ -386,7 +375,6 @@ $npc_usedname['A<<npctemp>>'] = 'Mrs. Borisovich'
 $npc_notes['A<<npctemp>>'] = 'Wife of Anatoly Borisovich.'
 $npc_notes['A<<npctemp>>'] = 'Wife of Anatoly Borisovich.'
 npc_gender['A<<npctemp>>'] = 1
 npc_gender['A<<npctemp>>'] = 1
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
-$npc_lastpart['A<<npctemp>>'] = 'A74'
 npc_bust['A<<npctemp>>'] = 9
 npc_bust['A<<npctemp>>'] = 9
 
 
 
 

+ 0 - 11
locations/npcstatic3.qsrc

@@ -221,7 +221,6 @@ $npc_firstname['A<<npctemp>>'] = 'Borislav'
 $npc_nickname['A<<npctemp>>'] = 'Slava'
 $npc_nickname['A<<npctemp>>'] = 'Slava'
 $npc_notes['A<<npctemp>>'] = 'The owner of the Cafe your <<$npc_nickname[''A29'']>> works at.'
 $npc_notes['A<<npctemp>>'] = 'The owner of the Cafe your <<$npc_nickname[''A29'']>> works at.'
 npc_dob['A<<npctemp>>'] = 19711209
 npc_dob['A<<npctemp>>'] = 19711209
-$npc_lastpart['A<<npctemp>>'] = 'A29'
 npc_gender['A<<npctemp>>'] = 0
 npc_gender['A<<npctemp>>'] = 0
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 $npc_thdick['A<<npctemp>>'] = 'well proportioned'
 $npc_thdick['A<<npctemp>>'] = 'well proportioned'
@@ -466,8 +465,6 @@ $npc_notes['A<<npctemp>>'] = 'Stasya Pavlov is a complete bitch, and always has
 npc_gender['A<<npctemp>>'] = 1
 npc_gender['A<<npctemp>>'] = 1
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'coolkid'
 gs 'npcstaticdefaults', 'group', 'coolkid'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 npc_bust['A<<npctemp>>'] = 22
 npc_bust['A<<npctemp>>'] = 22
 hotcat_rating['A<<npctemp>>'] = 6
 hotcat_rating['A<<npctemp>>'] = 6
 $npc_body['A<<npctemp>>'] = 's3'
 $npc_body['A<<npctemp>>'] = 's3'
@@ -483,8 +480,6 @@ $npc_notes['A<<npctemp>>'] = 'Lizaveta Petrov wants to know everyone''s secrets,
 npc_gender['A<<npctemp>>'] = 1
 npc_gender['A<<npctemp>>'] = 1
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'coolkid'
 gs 'npcstaticdefaults', 'group', 'coolkid'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 npc_bust['A<<npctemp>>'] = 13
 npc_bust['A<<npctemp>>'] = 13
 hotcat_rating['A<<npctemp>>'] = 7
 hotcat_rating['A<<npctemp>>'] = 7
 $npc_body['A<<npctemp>>'] = 's2'
 $npc_body['A<<npctemp>>'] = 's2'
@@ -500,8 +495,6 @@ $npc_notes['A<<npctemp>>'] = 'Veronika Sokolov is called the ice queen by her fe
 npc_gender['A<<npctemp>>'] = 1
 npc_gender['A<<npctemp>>'] = 1
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'jock'
 gs 'npcstaticdefaults', 'group', 'jock'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 npc_bust['A<<npctemp>>'] = 20
 npc_bust['A<<npctemp>>'] = 20
 hotcat_rating['A<<npctemp>>'] = 7
 hotcat_rating['A<<npctemp>>'] = 7
 $npc_body['A<<npctemp>>'] = 'm2'
 $npc_body['A<<npctemp>>'] = 'm2'
@@ -517,8 +510,6 @@ $npc_notes['A<<npctemp>>'] = 'Zinaida Alkaev is a mousey girl who is very plain
 npc_gender['A<<npctemp>>'] = 1
 npc_gender['A<<npctemp>>'] = 1
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'nerd'
 gs 'npcstaticdefaults', 'group', 'nerd'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 npc_bust['A<<npctemp>>'] = 13
 npc_bust['A<<npctemp>>'] = 13
 hotcat_rating['A<<npctemp>>'] = 5
 hotcat_rating['A<<npctemp>>'] = 5
 $npc_body['A<<npctemp>>'] = 's4'
 $npc_body['A<<npctemp>>'] = 's4'
@@ -549,8 +540,6 @@ $npc_notes['A<<npctemp>>'] = 'Anushka Konstantinov is the lead guitarist in Rado
 npc_gender['A<<npctemp>>'] = 1
 npc_gender['A<<npctemp>>'] = 1
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'gopnik'
 gs 'npcstaticdefaults', 'group', 'gopnik'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 npc_bust['A<<npctemp>>'] = 24
 npc_bust['A<<npctemp>>'] = 24
 hotcat_rating['A<<npctemp>>'] = 8
 hotcat_rating['A<<npctemp>>'] = 8
 $npc_body['A<<npctemp>>'] = 'l3'
 $npc_body['A<<npctemp>>'] = 'l3'

+ 0 - 27
locations/npcstatic4.qsrc

@@ -194,8 +194,6 @@ $npc_nickname['A<<npctemp>>'] = 'Arsen'
 $npc_usedname['A<<npctemp>>'] = 'Arsen'
 $npc_usedname['A<<npctemp>>'] = 'Arsen'
 npc_gender['A<<npctemp>>'] = 0
 npc_gender['A<<npctemp>>'] = 0
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 $npc_thdick['A<<npctemp>>'] = 'well proportioned'
 $npc_thdick['A<<npctemp>>'] = 'well proportioned'
 npc_dick['A<<npctemp>>'] = 13
 npc_dick['A<<npctemp>>'] = 13
 
 
@@ -207,8 +205,6 @@ $npc_nickname['A<<npctemp>>'] = 'Maksim'
 $npc_usedname['A<<npctemp>>'] = 'Maksim'
 $npc_usedname['A<<npctemp>>'] = 'Maksim'
 npc_gender['A<<npctemp>>'] = 0
 npc_gender['A<<npctemp>>'] = 0
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 $npc_thdick['A<<npctemp>>'] = 'thick'
 $npc_thdick['A<<npctemp>>'] = 'thick'
 npc_dick['A<<npctemp>>'] = 18
 npc_dick['A<<npctemp>>'] = 18
 
 
@@ -223,8 +219,6 @@ $npc_notes['A<<npctemp>>'] = 'Vanya Yanka is a little goofy jock, playing jokes
 npc_gender['A<<npctemp>>'] = 0
 npc_gender['A<<npctemp>>'] = 0
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'jock'
 gs 'npcstaticdefaults', 'group', 'jock'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 $npc_thdick['A<<npctemp>>'] = 'thicker than average'
 $npc_thdick['A<<npctemp>>'] = 'thicker than average'
 npc_dick['A<<npctemp>>'] = 15
 npc_dick['A<<npctemp>>'] = 15
 hotcat_rating['A<<npctemp>>'] = 5
 hotcat_rating['A<<npctemp>>'] = 5
@@ -479,8 +473,6 @@ $npc_usedname['A<<npctemp>>'] = 'Michael'
 $npc_notes['A<<npctemp>>'] = 'An invalid.'
 $npc_notes['A<<npctemp>>'] = 'An invalid.'
 npc_gender['A<<npctemp>>'] = 0
 npc_gender['A<<npctemp>>'] = 0
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 $npc_thdick['A<<npctemp>>'] = 'well proportioned'
 $npc_thdick['A<<npctemp>>'] = 'well proportioned'
 npc_dick['A<<npctemp>>'] = 13
 npc_dick['A<<npctemp>>'] = 13
 npc_sexskill['A<<npctemp>>'] = 2
 npc_sexskill['A<<npctemp>>'] = 2
@@ -517,8 +509,6 @@ $npc_dna['A<<npctemp>>'] = '1437373624 1498180021 1914707319 1923163911 15203642
 $npc_notes['A<<npctemp>>'] = 'Bely''s cousin'
 $npc_notes['A<<npctemp>>'] = 'Bely''s cousin'
 npc_gender['A<<npctemp>>'] = 0
 npc_gender['A<<npctemp>>'] = 0
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 $npc_thdick['A<<npctemp>>'] = 'skinny'
 $npc_thdick['A<<npctemp>>'] = 'skinny'
 npc_dick['A<<npctemp>>'] = 12
 npc_dick['A<<npctemp>>'] = 12
 npc_sexskill['A<<npctemp>>'] = 2
 npc_sexskill['A<<npctemp>>'] = 2
@@ -535,8 +525,6 @@ npc_dob['A<<npctemp>>'] = 20000405
 npc_gender['A<<npctemp>>'] = 0
 npc_gender['A<<npctemp>>'] = 0
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'gopnik'
 gs 'npcstaticdefaults', 'group', 'gopnik'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 $npc_thdick['A<<npctemp>>'] = 'skinny'
 $npc_thdick['A<<npctemp>>'] = 'skinny'
 npc_dick['A<<npctemp>>'] = 15
 npc_dick['A<<npctemp>>'] = 15
 npc_sexskill['A<<npctemp>>'] = 2
 npc_sexskill['A<<npctemp>>'] = 2
@@ -552,8 +540,6 @@ $npc_notes['A<<npctemp>>'] = 'Yurik Volkov is a burly biker, who spends most of
 npc_dob['A<<npctemp>>'] = 19951116
 npc_dob['A<<npctemp>>'] = 19951116
 npc_gender['A<<npctemp>>'] = 0
 npc_gender['A<<npctemp>>'] = 0
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 $npc_thdick['A<<npctemp>>'] = 'skinny'
 $npc_thdick['A<<npctemp>>'] = 'skinny'
 npc_dick['A<<npctemp>>'] = 19
 npc_dick['A<<npctemp>>'] = 19
 npc_sexskill['A<<npctemp>>'] = 2
 npc_sexskill['A<<npctemp>>'] = 2
@@ -598,7 +584,6 @@ npc_dick['A<<npctemp>>'] = 26
 npc_sexskill['A<<npctemp>>'] = 2
 npc_sexskill['A<<npctemp>>'] = 2
 npc_spermpot['A<<npctemp>>'] = 12000
 npc_spermpot['A<<npctemp>>'] = 12000
 npc_haircol['A<<npctemp>>'] = 3
 npc_haircol['A<<npctemp>>'] = 3
-npc_eyecol['A<<npctemp>>'] = 1
 
 
 
 
 npctemp = 194
 npctemp = 194
@@ -615,7 +600,6 @@ $npc_thdick['A<<npctemp>>'] = 'well proportioned'
 npc_dick['A<<npctemp>>'] = 16
 npc_dick['A<<npctemp>>'] = 16
 npc_sexskill['A<<npctemp>>'] = 2
 npc_sexskill['A<<npctemp>>'] = 2
 npc_haircol['A<<npctemp>>'] = 1
 npc_haircol['A<<npctemp>>'] = 1
-npc_eyecol['A<<npctemp>>'] = 1
 
 
 
 
 npctemp = 195
 npctemp = 195
@@ -633,7 +617,6 @@ npc_dick['A<<npctemp>>'] = 18
 npc_sexskill['A<<npctemp>>'] = 1
 npc_sexskill['A<<npctemp>>'] = 1
 npc_spermpot['A<<npctemp>>'] = 8000
 npc_spermpot['A<<npctemp>>'] = 8000
 npc_haircol['A<<npctemp>>'] = 1
 npc_haircol['A<<npctemp>>'] = 1
-npc_eyecol['A<<npctemp>>'] = 1
 
 
 
 
 npctemp = 196
 npctemp = 196
@@ -644,11 +627,7 @@ $npc_lastname['A<<npctemp>>'] = 'Vedenin'
 $npc_usedname['A<<npctemp>>'] = 'Porn actor Jason Black'
 $npc_usedname['A<<npctemp>>'] = 'Porn actor Jason Black'
 $npc_notes['A<<npctemp>>'] = 'Ignat is from Kaliningrad and he lives in his own rented apartment near campus. He is a university student, and he thought this is a good way to make money and fuck girls at the same time. He is athletic, handsome and intelligent.'
 $npc_notes['A<<npctemp>>'] = 'Ignat is from Kaliningrad and he lives in his own rented apartment near campus. He is a university student, and he thought this is a good way to make money and fuck girls at the same time. He is athletic, handsome and intelligent.'
 npc_dob['A<<npctemp>>'] = 19980501
 npc_dob['A<<npctemp>>'] = 19980501
-npc_vital['A<<npctemp>>'] = rand(40,50)
-npc_stren['A<<npctemp>>'] = rand(40,50)
 npc_intel['A<<npctemp>>'] = rand(40,50)
 npc_intel['A<<npctemp>>'] = rand(40,50)
-npc_agil['A<<npctemp>>'] = rand(40,50)
-npc_sprt['A<<npctemp>>'] = rand(40,50)
 npc_gender['A<<npctemp>>'] = 0
 npc_gender['A<<npctemp>>'] = 0
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 $npc_thdick['A<<npctemp>>'] = 'thick'
 $npc_thdick['A<<npctemp>>'] = 'thick'
@@ -656,8 +635,6 @@ npc_dick['A<<npctemp>>'] = 17
 npc_sexskill['A<<npctemp>>'] = 1
 npc_sexskill['A<<npctemp>>'] = 1
 npc_spermpot['A<<npctemp>>'] = 11000
 npc_spermpot['A<<npctemp>>'] = 11000
 npc_haircol['A<<npctemp>>'] = 2
 npc_haircol['A<<npctemp>>'] = 2
-npc_tan['A<<npctemp>>'] = 1
-npc_eyecol['A<<npctemp>>'] = 2
 
 
 
 
 npctemp = 197
 npctemp = 197
@@ -675,8 +652,6 @@ npc_dick['A<<npctemp>>'] = 18
 npc_sexskill['A<<npctemp>>'] = 2
 npc_sexskill['A<<npctemp>>'] = 2
 npc_spermpot['A<<npctemp>>'] = 18000
 npc_spermpot['A<<npctemp>>'] = 18000
 npc_haircol['A<<npctemp>>'] = 2
 npc_haircol['A<<npctemp>>'] = 2
-npc_tan['A<<npctemp>>'] = 1
-npc_eyecol['A<<npctemp>>'] = 2
 
 
 
 
 npctemp = 198
 npctemp = 198
@@ -693,8 +668,6 @@ $npc_thdick['A<<npctemp>>'] = 'well proportioned'
 npc_dick['A<<npctemp>>'] = 17
 npc_dick['A<<npctemp>>'] = 17
 npc_sexskill['A<<npctemp>>'] = 1
 npc_sexskill['A<<npctemp>>'] = 1
 npc_haircol['A<<npctemp>>'] = 3
 npc_haircol['A<<npctemp>>'] = 3
-npc_tan['A<<npctemp>>'] = 1
-npc_eyecol['A<<npctemp>>'] = 2
 
 
 
 
 npctemp = 199
 npctemp = 199

+ 0 - 10
locations/npcstatic5.qsrc

@@ -539,11 +539,7 @@ npc_vag['A<<npctemp>>'] = -1
 npc_hymen['A<<npctemp>>'] = -1
 npc_hymen['A<<npctemp>>'] = -1
 npc_hgt['A<<npctemp>>'] = 170
 npc_hgt['A<<npctemp>>'] = 170
 npc_bust['A<<npctemp>>'] = 9
 npc_bust['A<<npctemp>>'] = 9
-npc_nips['A<<npctemp>>'] = 4
 npc_haircol['A<<npctemp>>'] = 1
 npc_haircol['A<<npctemp>>'] = 1
-npc_tan['A<<npctemp>>'] = 1
-npc_lip['A<<npctemp>>'] = 1
-npc_eyecol['A<<npctemp>>'] = 1
 npc_selfieon['A<<npctemp>>'] = 0
 npc_selfieon['A<<npctemp>>'] = 0
 schoolenable['A<<npctemp>>'] = 0
 schoolenable['A<<npctemp>>'] = 0
 discoenable['A<<npctemp>>'] = 0
 discoenable['A<<npctemp>>'] = 0
@@ -659,7 +655,6 @@ gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'skills', 'combat', 'dance', 'sport'
 gs 'npcstaticdefaults', 'skills', 'combat', 'dance', 'sport'
 gs 'npcstaticdefaults', 'body', 'model'
 gs 'npcstaticdefaults', 'body', 'model'
 npc_fert['A<<npctemp>>'] = -1
 npc_fert['A<<npctemp>>'] = -1
-$npc_lastpart['A<<npctemp>>'] = 'A239'
 npc_sexskill['A<<npctemp>>'] = 2
 npc_sexskill['A<<npctemp>>'] = 2
 
 
 
 
@@ -674,7 +669,6 @@ npc_dob['A<<npctemp>>'] = 19690703
 npc_gender['A<<npctemp>>'] = 0
 npc_gender['A<<npctemp>>'] = 0
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 npc_cyc['A<<npctemp>>'] = rand(0,29)
 npc_cyc['A<<npctemp>>'] = rand(0,29)
-$npc_lastpart['A<<npctemp>>'] = 'A238'
 $npc_thdick['A<<npctemp>>'] = 'well-proportioned'
 $npc_thdick['A<<npctemp>>'] = 'well-proportioned'
 npc_dick['A<<npctemp>>'] = 15
 npc_dick['A<<npctemp>>'] = 15
 npc_sexskill['A<<npctemp>>'] = 1
 npc_sexskill['A<<npctemp>>'] = 1
@@ -690,8 +684,6 @@ $npc_notes['A<<npctemp>>'] = 'Natalia is a very smart but weak willed girl. She
 npc_gender['A<<npctemp>>'] = 1
 npc_gender['A<<npctemp>>'] = 1
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'group', 'nerd'
 gs 'npcstaticdefaults', 'group', 'nerd'
-$npc_firstpart['A<<npctemp>>'] = 'V'
-$npc_lastpart['A<<npctemp>>'] = 'V'
 npc_bust['A<<npctemp>>'] = 22
 npc_bust['A<<npctemp>>'] = 22
 hotcat_rating['A<<npctemp>>'] = 6
 hotcat_rating['A<<npctemp>>'] = 6
 $npc_body['A<<npctemp>>'] = 's3'
 $npc_body['A<<npctemp>>'] = 's3'
@@ -706,8 +698,6 @@ npc_dob['A<<npctemp>>'] = 0
 $npc_notes['A<<npctemp>>'] = 'Chic who was a guy with stick up his ass.'
 $npc_notes['A<<npctemp>>'] = 'Chic who was a guy with stick up his ass.'
 npc_gender['A<<npctemp>>'] = 1
 npc_gender['A<<npctemp>>'] = 1
 gs 'npcstaticdefaults', 'defaults'
 gs 'npcstaticdefaults', 'defaults'
-$npc_firstpart['A<<npctemp>>'] = 'U'
-$npc_lastpart['A<<npctemp>>'] = 'U'
 npc_sexskill['A<<npctemp>>'] = 2
 npc_sexskill['A<<npctemp>>'] = 2
 
 
 !! {Keep this at the end of file of the npcstatics.}
 !! {Keep this at the end of file of the npcstatics.}

+ 0 - 16
locations/npcstaticdefaults.qsrc

@@ -23,9 +23,6 @@ if $ARGS[0] = 'defaults':
 	$npc_mom['A<<npctemp>>'] = 'U'
 	$npc_mom['A<<npctemp>>'] = 'U'
 	$npc_pic['A<<npctemp>>'] = 'xPICx'
 	$npc_pic['A<<npctemp>>'] = 'xPICx'
 	$npc_PersType['A<<npctemp>>'] = 'XXXX'
 	$npc_PersType['A<<npctemp>>'] = 'XXXX'
-	$npc_firstpart['A<<npctemp>>'] = 'U'
-	$npc_lastpart['A<<npctemp>>'] = 'U'
-	$npc_kidpater['A<<npctemp>>'] = 'N'
 	! {standards by gender}
 	! {standards by gender}
 	if npc_gender['A<<npctemp>>'] = 0:
 	if npc_gender['A<<npctemp>>'] = 0:
 		! {male}
 		! {male}
@@ -34,7 +31,6 @@ if $ARGS[0] = 'defaults':
 		npc_spermpot['A<<npctemp>>'] = 10000
 		npc_spermpot['A<<npctemp>>'] = 10000
 		npc_vag['A<<npctemp>>'] = -1
 		npc_vag['A<<npctemp>>'] = -1
 		npc_hymen['A<<npctemp>>'] = -1
 		npc_hymen['A<<npctemp>>'] = -1
-		npc_nips['A<<npctemp>>'] = 1
 	elseif npc_gender['A<<npctemp>>'] = 1:
 	elseif npc_gender['A<<npctemp>>'] = 1:
 		! {female}
 		! {female}
 		$npc_thdick['A<<npctemp>>'] = 'clitoris'
 		$npc_thdick['A<<npctemp>>'] = 'clitoris'
@@ -42,7 +38,6 @@ if $ARGS[0] = 'defaults':
 		npc_fert['A<<npctemp>>'] = 1
 		npc_fert['A<<npctemp>>'] = 1
 		npc_dick['A<<npctemp>>'] = -1
 		npc_dick['A<<npctemp>>'] = -1
 		npc_spermpot['A<<npctemp>>'] = -1
 		npc_spermpot['A<<npctemp>>'] = -1
-		npc_nips['A<<npctemp>>'] = 4
 	end
 	end
 ! {other possible args ?
 ! {other possible args ?
 elseif $ARGS[0] = 'attribs':
 elseif $ARGS[0] = 'attribs':
@@ -51,23 +46,12 @@ elseif $ARGS[0] = 'attribs':
 elseif $ARGS[0] = 'body':
 elseif $ARGS[0] = 'body':
 	if $ARGS[1] = 'model':
 	if $ARGS[1] = 'model':
 		npc_vag['A<<npctemp>>'] = 30
 		npc_vag['A<<npctemp>>'] = 30
-		npc_ass['A<<npctemp>>'] = 10
 		npc_apprnc['A<<npctemp>>'] = 100
 		npc_apprnc['A<<npctemp>>'] = 100
-		npc_lipbalm['A<<npctemp>>'] = 1
-		npc_makeup['A<<npctemp>>'] = 1
-		npc_skin['A<<npctemp>>'] = 100
 		npc_hgt['A<<npctemp>>'] = 165
 		npc_hgt['A<<npctemp>>'] = 165
 		npc_bust['A<<npctemp>>'] = 40
 		npc_bust['A<<npctemp>>'] = 40
 		npc_haircol['A<<npctemp>>'] = 2
 		npc_haircol['A<<npctemp>>'] = 2
-		npc_lip['A<<npctemp>>'] = 2
-		npc_lashes['A<<npctemp>>'] = 2
-		npc_eyesize['A<<npctemp>>'] = 2
-		npc_eyecol['A<<npctemp>>'] = 3
 	elseif $ARGS[1] = 'actor':
 	elseif $ARGS[1] = 'actor':
 		npc_hgt['A<<npctemp>>'] = 188
 		npc_hgt['A<<npctemp>>'] = 188
-		npc_tan['A<<npctemp>>'] = 1
-		npc_lip['A<<npctemp>>'] = 1
-		npc_eyecol['A<<npctemp>>'] = 1
 	end
 	end
 elseif $ARGS[0] = 'group':
 elseif $ARGS[0] = 'group':
 	! {social groups}
 	! {social groups}

+ 4 - 25
locations/saveupdater.qsrc

@@ -131,26 +131,12 @@ if ((100*version_major +version_minor)*100+version_revision)*100+version_patch
 	if array_updater = 0:
 	if array_updater = 0:
 		array_updater = 1
 		array_updater = 1
 		$oldnpcvars[0] = 'npc_app'
 		$oldnpcvars[0] = 'npc_app'
-		$oldnpcvars[1] = 'npc_hair'
-		$oldnpcvars[2] = 'npc_int'
-		$oldnpcvars[3] = 'npc_lipstick'
-		$oldnpcvars[4] = 'npc_mag'
-		$oldnpcvars[5] = 'npc_undies'
-		$oldnpcvars[6] = 'npc_Qstlvl'
-		$oldnpcvars[7] = 'npc_spirit'
-		$oldnpcvars[8] = 'npc_str'
-		$oldnpcvars[9] = 'npc_vit'
+		$oldnpcvars[1] = 'npc_int'
+		$oldnpcvars[2] = 'npc_Qstlvl'
 		
 		
 		$newnpcvars[0] = 'npc_apprnc'
 		$newnpcvars[0] = 'npc_apprnc'
-		$newnpcvars[1] = 'npc_hairbsh'
-		$newnpcvars[2] = 'npc_intel'
-		$newnpcvars[3] = 'npc_lipbalm'
-		$newnpcvars[4] = 'npc_magik'
-		$newnpcvars[5] = 'npc_pantys'
-		$newnpcvars[6] = 'npc_QW'
-		$newnpcvars[7] = 'npc_sprt'
-		$newnpcvars[8] = 'npc_stren'
-		$newnpcvars[9] = 'npc_vital'
+		$newnpcvars[1] = 'npc_intel'
+		$newnpcvars[2] = 'npc_QW'
 
 
 		i = 0
 		i = 0
 		:npcvarloop
 		:npcvarloop
@@ -163,15 +149,8 @@ if ((100*version_major +version_minor)*100+version_revision)*100+version_patch
 			jump 'npcvarloop'
 			jump 'npcvarloop'
 		end
 		end
 		killvar 'npc_app'
 		killvar 'npc_app'
-		killvar 'npc_hair'
 		killvar 'npc_int'
 		killvar 'npc_int'
-		killvar 'npc_lipstick'
-		killvar 'npc_mag'
-		killvar 'npc_undies'
 		killvar 'npc_Qstlvl'
 		killvar 'npc_Qstlvl'
-		killvar 'npc_spirit'
-		killvar 'npc_str'
-		killvar 'npc_vit'
 		killvar 'oldnpcvar'
 		killvar 'oldnpcvar'
 		killvar 'newnpcvar'
 		killvar 'newnpcvar'
 		killvar '$oldnpcsvars'
 		killvar '$oldnpcsvars'

+ 0 - 31
locations/shortgs.qsrc

@@ -516,10 +516,7 @@ if $ARGS[0] = 'testsize':
 	arrsize('$npc_dad')
 	arrsize('$npc_dad')
 	arrsize('$npc_dna')
 	arrsize('$npc_dna')
 	arrsize('$npc_firstname')
 	arrsize('$npc_firstname')
-	arrsize('$npc_firstpart')
-	arrsize('$npc_kidpater')
 	arrsize('$npc_lastname')
 	arrsize('$npc_lastname')
-	arrsize('$npc_lastpart')
 	arrsize('$npc_mom')
 	arrsize('$npc_mom')
 	arrsize('$npc_nickname')
 	arrsize('$npc_nickname')
 	arrsize('$npc_notes')
 	arrsize('$npc_notes')
@@ -529,11 +526,7 @@ if $ARGS[0] = 'testsize':
 	arrsize('$npc_thdick')
 	arrsize('$npc_thdick')
 	arrsize('$npc_usedname')
 	arrsize('$npc_usedname')
 
 
-	arrsize('npc_agil')
 	arrsize('npc_apprnc')
 	arrsize('npc_apprnc')
-	arrsize('npc_ass')
-	arrsize('npc_bodyhair')
-	arrsize('npc_breath')
 	arrsize('npc_bust')
 	arrsize('npc_bust')
 	arrsize('npc_cloc')
 	arrsize('npc_cloc')
 	arrsize('npc_clothpref')
 	arrsize('npc_clothpref')
@@ -541,47 +534,23 @@ if $ARGS[0] = 'testsize':
 	arrsize('npc_dick')
 	arrsize('npc_dick')
 	arrsize('npc_dnc')
 	arrsize('npc_dnc')
 	arrsize('npc_dob')
 	arrsize('npc_dob')
-	arrsize('npc_dom')
 	arrsize('npc_drunk')
 	arrsize('npc_drunk')
-	arrsize('npc_dye')
 	arrsize('npc_erodnc')
 	arrsize('npc_erodnc')
-	arrsize('npc_eyecol')
-	arrsize('npc_eyesize')
-	arrsize('npc_fat')
 	arrsize('npc_fert')
 	arrsize('npc_fert')
 	arrsize('npc_gender')
 	arrsize('npc_gender')
-	arrsize('npc_Godrep')
-	arrsize('npc_hairbsh')
 	arrsize('npc_haircol')
 	arrsize('npc_haircol')
 	arrsize('npc_hgt')
 	arrsize('npc_hgt')
-	arrsize('npc_hipcurv')
 	arrsize('npc_horny')
 	arrsize('npc_horny')
 	arrsize('npc_hymen')
 	arrsize('npc_hymen')
-	arrsize('npc_chem')
 	arrsize('npc_intel')
 	arrsize('npc_intel')
 	arrsize('npc_job')
 	arrsize('npc_job')
-	arrsize('npc_lashes')
-	arrsize('npc_lip')
-	arrsize('npc_lipbalm')
 	arrsize('npc_love')
 	arrsize('npc_love')
-	arrsize('npc_magik')
-	arrsize('npc_makeup')
-	arrsize('npc_nips')
-	arrsize('npc_pantys')
-	arrsize('npc_Pavrep')
 	arrsize('npc_QW')
 	arrsize('npc_QW')
 	arrsize('npc_rel')
 	arrsize('npc_rel')
 	arrsize('npc_sex')
 	arrsize('npc_sex')
 	arrsize('npc_sexskill')
 	arrsize('npc_sexskill')
-	arrsize('npc_skin')
 	arrsize('npc_spermpot')
 	arrsize('npc_spermpot')
-	arrsize('npc_sprt')
-	arrsize('npc_stren')
-	arrsize('npc_sub')
-	arrsize('npc_sweat')
-	arrsize('npc_tan')
 	arrsize('npc_vag')
 	arrsize('npc_vag')
-	arrsize('npc_vital')
 end
 end
 
 
 if $ARGS[0] = 'replace header':
 if $ARGS[0] = 'replace header':

+ 0 - 1
locations/sister_party.qsrc

@@ -421,7 +421,6 @@ if $ARGS[0] = 'anya_kit':
 					gs 'boyStat', $npclastgenerated, 'a'
 					gs 'boyStat', $npclastgenerated, 'a'
 					spafinloc = 3
 					spafinloc = 3
 					gs 'cum_manage'
 					gs 'cum_manage'
-					$npc_lastpart['A33'] = '$boy1'
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_28.jpg"></center>'
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/sisboyqwparty_28.jpg"></center>'
 					*nl
 					*nl
 					'You frown upon seeing your sister being used like this, but maybe it would be better for her if you let them use you too so she wouldn''t be the sole object of their lust? "OK, who wants to fuck me first?" you say as you walk over and take your clothes off.'
 					'You frown upon seeing your sister being used like this, but maybe it would be better for her if you let them use you too so she wouldn''t be the sole object of their lust? "OK, who wants to fuck me first?" you say as you walk over and take your clothes off.'