if("Create" in href_list)
var/icon/I = new I.icon = usr.icon for(var/icon/A in usr.overlays) I.Blend(A,ICON_OVERLAY) src << browse_rsc(icon(usr.icon),"User Icon.png") src << browse({" <html> <body LINK="#ffffff" VLINK="#ffffff"><STYLE>BODY {background: #666666; color: white}</STYLE> <center> <center> Creating A New Character</center> Preview <table width = "100%" style="border: 2px outset #dddddd;"> <tr BGCOLOR="#777777"> <td frame="above"><div align="center"> </tr> </table> |
This is your problem here:
for(var/icon/A in usr.overlays) What you want is: for(var/A in usr.overlays) - GhostAnime |
When I add the overlay to the mob and return to the page the image is still the same, the mob without the overlay.
|
Well I have a Topic link that when you like browses the exact same code as the create character button does soo its like re opening or re browsing
|
Oops! Error!
var/icon/I=new('blank.dmi') //a blank icon I also changed it so the name is more unique. Names must be unique, since files will NOT be overwritten. |
the standard rules for 'bumping' a post is: a) the last post has fallen off the front page of that section of the forum, and b) the post is over 24 hours old.
the weekend has ended, so most likely peopel have gone back to school or work. please be patient. hopefully someone will help in the next day or two.