|
@@ -702,31 +702,31 @@ if $ARGS[0] = 'bodyMod':
|
|
|
'starving (No, you may not select ''starving'', it''s here to show where the scale starts)'
|
|
|
''
|
|
|
if (bs_temp_bs_class / 100) ! 1:
|
|
|
- '<a href="exec: dynamic $cheatmenu[''set_body_class''], 170"><<func(''body_structure'', ''body_desc'', 17, strenbuf)>></a>'
|
|
|
+ '<a href="exec: dynamic $cheatmenu[''set_body_class''], 170"><<func(''body_structure'', ''body_desc'', 17, strenbuf, 0)>></a>'
|
|
|
''
|
|
|
end
|
|
|
if (bs_temp_bs_class / 100) ! 2:
|
|
|
- '<a href="exec: dynamic $cheatmenu[''set_body_class''], 200"><<func(''body_structure'', ''body_desc'', 20, strenbuf)>></a>'
|
|
|
+ '<a href="exec: dynamic $cheatmenu[''set_body_class''], 200"><<func(''body_structure'', ''body_desc'', 20, strenbuf, 0)>></a>'
|
|
|
''
|
|
|
end
|
|
|
if (bs_temp_bs_class / 100) ! 3:
|
|
|
- '<a href="exec: dynamic $cheatmenu[''set_body_class''], 230"><<func(''body_structure'', ''body_desc'', 23, strenbuf)>></a>'
|
|
|
+ '<a href="exec: dynamic $cheatmenu[''set_body_class''], 230"><<func(''body_structure'', ''body_desc'', 23, strenbuf, 0)>></a>'
|
|
|
''
|
|
|
end
|
|
|
if (bs_temp_bs_class / 100) ! 4:
|
|
|
- '<a href="exec: dynamic $cheatmenu[''set_body_class''], 270"><<func(''body_structure'', ''body_desc'', 27, strenbuf)>></a>'
|
|
|
+ '<a href="exec: dynamic $cheatmenu[''set_body_class''], 270"><<func(''body_structure'', ''body_desc'', 27, strenbuf, 0)>></a>'
|
|
|
''
|
|
|
end
|
|
|
if (bs_temp_bs_class / 100) ! 5:
|
|
|
- '<a href="exec: dynamic $cheatmenu[''set_body_class''], 320"><<func(''body_structure'', ''body_desc'', 32, strenbuf)>></a>'
|
|
|
+ '<a href="exec: dynamic $cheatmenu[''set_body_class''], 320"><<func(''body_structure'', ''body_desc'', 32, strenbuf, 0)>></a>'
|
|
|
''
|
|
|
end
|
|
|
if (bs_temp_bs_class / 100) ! 6:
|
|
|
- '<a href="exec: dynamic $cheatmenu[''set_body_class''], 370"><<func(''body_structure'', ''body_desc'', 37, strenbuf)>></a>'
|
|
|
+ '<a href="exec: dynamic $cheatmenu[''set_body_class''], 370"><<func(''body_structure'', ''body_desc'', 37, strenbuf, 0)>></a>'
|
|
|
''
|
|
|
end
|
|
|
if (bs_temp_bs_class / 100) ! 7:
|
|
|
- '<a href="exec: dynamic $cheatmenu[''set_body_class''], 420"><<func(''body_structure'', ''body_desc'', 42, strenbuf)>></a>'
|
|
|
+ '<a href="exec: dynamic $cheatmenu[''set_body_class''], 420"><<func(''body_structure'', ''body_desc'', 42, strenbuf, 0)>></a>'
|
|
|
''
|
|
|
end
|
|
|
killvar 'bs_temp_bs_class'
|