|
@@ -52,37 +52,37 @@ else
|
|
npclastcalledn = val(mid($npcStatVars['tempID'], 2))
|
|
npclastcalledn = val(mid($npcStatVars['tempID'], 2))
|
|
npcStatVars['gender'] = 0
|
|
npcStatVars['gender'] = 0
|
|
if npclastcalledn = 1:
|
|
if npclastcalledn = 1:
|
|
- $npcStatVars['name'] = 'a small sized man'
|
|
|
|
|
|
+ $npcStatVars['name'] = 'a small sized'
|
|
npcStatVars['dick_length'] = 10
|
|
npcStatVars['dick_length'] = 10
|
|
npcStatVars['dick_girth'] = 9
|
|
npcStatVars['dick_girth'] = 9
|
|
npcStatVars['sexskill'] = rand(0, 50)
|
|
npcStatVars['sexskill'] = rand(0, 50)
|
|
elseif npclastcalledn = 2:
|
|
elseif npclastcalledn = 2:
|
|
- $npcStatVars['name'] = 'a medium sized man'
|
|
|
|
|
|
+ $npcStatVars['name'] = 'a medium sized'
|
|
npcStatVars['dick_length'] = 15
|
|
npcStatVars['dick_length'] = 15
|
|
npcStatVars['dick_girth'] = 10
|
|
npcStatVars['dick_girth'] = 10
|
|
npcStatVars['sexskill'] = rand(30, 60)
|
|
npcStatVars['sexskill'] = rand(30, 60)
|
|
elseif npclastcalledn = 3:
|
|
elseif npclastcalledn = 3:
|
|
- $npcStatVars['name'] = 'a large sized man'
|
|
|
|
|
|
+ $npcStatVars['name'] = 'a large sized'
|
|
npcStatVars['dick_length'] = 20
|
|
npcStatVars['dick_length'] = 20
|
|
npcStatVars['dick_girth'] = 11
|
|
npcStatVars['dick_girth'] = 11
|
|
npcStatVars['sexskill'] = rand(40, 60)
|
|
npcStatVars['sexskill'] = rand(40, 60)
|
|
elseif npclastcalledn = 4:
|
|
elseif npclastcalledn = 4:
|
|
- $npcStatVars['name'] = 'a huge sized man'
|
|
|
|
|
|
+ $npcStatVars['name'] = 'a huge sized'
|
|
npcStatVars['dick_length'] = 25
|
|
npcStatVars['dick_length'] = 25
|
|
npcStatVars['dick_girth'] = 12
|
|
npcStatVars['dick_girth'] = 12
|
|
npcStatVars['sexskill'] = rand(35, 70)
|
|
npcStatVars['sexskill'] = rand(35, 70)
|
|
elseif npclastcalledn = 5:
|
|
elseif npclastcalledn = 5:
|
|
- $npcStatVars['name'] = 'a giant sized man'
|
|
|
|
|
|
+ $npcStatVars['name'] = 'a giant sized'
|
|
npcStatVars['dick_length'] = 30
|
|
npcStatVars['dick_length'] = 30
|
|
npcStatVars['dick_girth'] = 13
|
|
npcStatVars['dick_girth'] = 13
|
|
npcStatVars['sexskill'] = rand(30, 80)
|
|
npcStatVars['sexskill'] = rand(30, 80)
|
|
elseif npclastcalledn = 6:
|
|
elseif npclastcalledn = 6:
|
|
- $npcStatVars['name'] = 'a humongous sized man'
|
|
|
|
|
|
+ $npcStatVars['name'] = 'a humongous sized'
|
|
npcStatVars['dick_length'] = 35
|
|
npcStatVars['dick_length'] = 35
|
|
npcStatVars['dick_girth'] = 14
|
|
npcStatVars['dick_girth'] = 14
|
|
npcStatVars['sexskill'] = rand(20, 90)
|
|
npcStatVars['sexskill'] = rand(20, 90)
|
|
else
|
|
else
|
|
- $npcStatVars['name'] = 'a horse sized man'
|
|
|
|
|
|
+ $npcStatVars['name'] = 'a horse sized'
|
|
npcStatVars['dick_length'] = 40
|
|
npcStatVars['dick_length'] = 40
|
|
npcStatVars['dick_girth'] = 15
|
|
npcStatVars['dick_girth'] = 15
|
|
npcStatVars['sexskill'] = rand(0, 100)
|
|
npcStatVars['sexskill'] = rand(0, 100)
|