ID:273844
 
How do I make pics for Say Text bigger. The pic shows up but its small. This is what I have...



view(usr,8) << "\icon[usr.talkicon] [usr]: [msg]"
text2file("[time2text(world.realtime)]:[usr]: [msg]","log.txt")
for(var/mob/M in world)
if(M.Viewing_Say_Text)
M << "
[usr]: [msg]"
\icon is a shortcut for a longer HTML code. So you can change how it works by changing the stylesheet. I think anyway, i dont know anything about html except whats i read just now in the \icon reference.

\icon normally shrinks the icon to 16x16, try this to overwrite it.

client/script = "<STYLE>IMG.icon {width: 32px; height: 32px}</STYLE>"