var/icon/ic
.
.
ic = new(A.icon, icon_state = "[A.name]")
usr << browse_rsc(ic,"[A.name]")
MerchantShop +="<td><IMG SRC='[A.name]'></td>"
This is my methodology after reading many posts for about a week. The error I'm constantly getting is unable to read and/or open cache file. I'm not sure if its a syntax error or something but I figure I would just ask the proper way to do it. (i realize that normally code shouldn't be placed in this forum but I thought I should just to show that I have actually tried this myself)