|
@@ -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
|