|
@@ -423,7 +423,7 @@ if $ARGS[0] = 'custom_body_img':
|
|
$temp_base_folder = $DEFAULT_PATH
|
|
$temp_base_folder = $DEFAULT_PATH
|
|
$temp_base_folder += '/' + $cheatVars['fix_biset_<<cheatVars[''fix_bi_set'']>>_folder']
|
|
$temp_base_folder += '/' + $cheatVars['fix_biset_<<cheatVars[''fix_bi_set'']>>_folder']
|
|
else
|
|
else
|
|
- $cbi_class = $mid(1000+ARGS[1], 2)
|
|
|
|
|
|
+ $cbi_class = $mid(10000+ARGS[1], 2)
|
|
bs_imgnum = rand(0, cheatVars['fix_biset_<<cheatVars[''fix_bi_set'']>>_imgnums_<<$cbi_class>>']-1)
|
|
bs_imgnum = rand(0, cheatVars['fix_biset_<<cheatVars[''fix_bi_set'']>>_imgnums_<<$cbi_class>>']-1)
|
|
$temp_img_name = $cheatVars['fix_biset_<<cheatVars[''fix_bi_set'']>>_img_<<$cbi_class>>_<<bs_imgnum>>']
|
|
$temp_img_name = $cheatVars['fix_biset_<<cheatVars[''fix_bi_set'']>>_img_<<$cbi_class>>_<<bs_imgnum>>']
|
|
killvar 'bs_imgnum'
|
|
killvar 'bs_imgnum'
|
|
@@ -587,7 +587,7 @@ if $ARGS[0] = 'custom_body_desc':
|
|
ARGS[1] = ARGS[1] / 100
|
|
ARGS[1] = ARGS[1] / 100
|
|
$temp_bs_body_desc = $cheatVars['fix_biset_<<cheatVars[''fix_bi_set'']>>_desc_<<ARGS[1]>>']
|
|
$temp_bs_body_desc = $cheatVars['fix_biset_<<cheatVars[''fix_bi_set'']>>_desc_<<ARGS[1]>>']
|
|
else
|
|
else
|
|
- $temp_bs_body_desc = $cheatVars['fix_biset_<<cheatVars[''fix_bi_set'']>>_desc_<<$mid(1000+ARGS[1],2)>>']
|
|
|
|
|
|
+ $temp_bs_body_desc = $cheatVars['fix_biset_<<cheatVars[''fix_bi_set'']>>_desc_<<$mid(10000+ARGS[1],2)>>']
|
|
end
|
|
end
|
|
|
|
|
|
if $temp_bs_body_desc = '':
|
|
if $temp_bs_body_desc = '':
|