|
@@ -95,6 +95,8 @@ else
|
|
npcStatVars['age'] = rand(18, 35)
|
|
npcStatVars['age'] = rand(18, 35)
|
|
end
|
|
end
|
|
|
|
|
|
|
|
+$npcStatVars['condom'] = $ARGS[2]
|
|
|
|
+
|
|
|
|
|
|
!! ----- AGE --------------------------------------------------
|
|
!! ----- AGE --------------------------------------------------
|
|
|
|
|
|
@@ -472,6 +474,8 @@ if $ARGS[1] ! '' and npcStat_i > 0:
|
|
$npcBuild_pref<<npcStat_i>> = $npcStatVars['build_desc_pref']
|
|
$npcBuild_pref<<npcStat_i>> = $npcStatVars['build_desc_pref']
|
|
$npcRelat<<npcStat_i>> = $npcStatVars['relat']
|
|
$npcRelat<<npcStat_i>> = $npcStatVars['relat']
|
|
|
|
|
|
|
|
+ $npcCondom<<npcStat_i>> = $npcStatVars['condom']
|
|
|
|
+
|
|
$xe<<npcStat_i>> = $npcStatVars['xe']
|
|
$xe<<npcStat_i>> = $npcStatVars['xe']
|
|
$xec<<npcStat_i>> = $npcStatVars['xec']
|
|
$xec<<npcStat_i>> = $npcStatVars['xec']
|
|
$xem<<npcStat_i>> = $npcStatVars['xem']
|
|
$xem<<npcStat_i>> = $npcStatVars['xem']
|
|
@@ -519,6 +523,8 @@ else
|
|
$npcBuild_pref[npcStat_i] = $npcStatVars['build_desc_pref']
|
|
$npcBuild_pref[npcStat_i] = $npcStatVars['build_desc_pref']
|
|
$npcRelat[npcStat_i] = $npcStatVars['relat']
|
|
$npcRelat[npcStat_i] = $npcStatVars['relat']
|
|
|
|
|
|
|
|
+ $npcCondom[npcStat_i] = $npcStatVars['condom']
|
|
|
|
+
|
|
$xe[npcStat_i] = $npcStatVars['xe']
|
|
$xe[npcStat_i] = $npcStatVars['xe']
|
|
$xec[npcStat_i] = $npcStatVars['xec']
|
|
$xec[npcStat_i] = $npcStatVars['xec']
|
|
$xem[npcStat_i] = $npcStatVars['xem']
|
|
$xem[npcStat_i] = $npcStatVars['xem']
|