|
@@ -61,6 +61,14 @@ if Enable_showstatimg = 1:
|
|
|
if $img_temp ! null: $stat_imgextra_msg += '<a href="exec:view ''<<$img_temp>>''"><img <<$set_statimgh>> src="<<$img_temp>>"></a> '
|
|
|
end
|
|
|
|
|
|
+ if Enable_statimg_bodysuit = 0:
|
|
|
+ $stat_imgtool_msg += ' <a href="exec:Enable_statimg_bodysuit = 1 & gs ''$menu_obnovit''">◇Bodysuit</a>'
|
|
|
+ else
|
|
|
+ $stat_imgtool_msg += ' <a href="exec:Enable_statimg_bodysuit = 0 & gs ''$menu_obnovit''">◆Bodysuit</a>'
|
|
|
+ $img_temp = FUNC('$body_image','bodysuit')
|
|
|
+ if $img_temp ! null: $stat_imgextra_msg += '<a href="exec:view ''<<$img_temp>>''"><img <<$set_statimgh>> src="<<$img_temp>>"></a> '
|
|
|
+ end
|
|
|
+
|
|
|
if Enable_statimg_shoes = 0:
|
|
|
$stat_imgtool_msg += ' <a href="exec:Enable_statimg_shoes = 1 & gs ''$menu_obnovit''">◇Shoes</a>'
|
|
|
else
|