...theres not much to do...
use the restrictions sytem, like this:
code:
<ResGroup>
<Restrictions>
<MsgVersions>
<Version Major="8" Minor="5"/>
</MsgVersions>
<SkinOptions>
<OptionSet>
<Conditions>put your boolval or multival id here = "item id or true/false"</Conditions>
</OptionSet>
</SkinOptions>
</Restrictions>
<Resources>
<Replace>
<Graphics>
<!-- NO UNAUTHORIZED COPY ALLOWED! -->
<Pictures>
put your replaced pictures here
</Pictures>
</Graphics>
</Replace>
<New>
<Pictures>
put your custom code pics here
</Pictures>
</New>
</Resources>
</ResGroup>
then, do the second block with the original files:
code:
<ResGroup>
<Restrictions>
<MsgVersions>
<Version Major="8" Minor="5"/>
</MsgVersions>
<SkinOptions>
<OptionSet>
<Conditions>put your boolval or multival id here = "item id or true/false"</Conditions>
</OptionSet>
</SkinOptions>
</Restrictions>
<Resources>
<Replace>
<Graphics>
<!-- NO UNAUTHORIZED COPY ALLOWED! -->
<Pictures>
put your original pictures here
</Pictures>
</Graphics>
</Replace>
<New>
<Pictures>
put your custom code pics here, with the original resources
</Pictures>
</New>
</Resources>
</ResGroup>
also, declaro you multivals and boolvals of course...
for each item (multivals), use a resource block