ID:178913
 
How do you make it so when you do this
world<<"/icon[usr][usr]:[msg]"
the icon is 32 x 32 not small x small
Thanks!
FireEmblem wrote:
How do you make it so when you do this
world<<"/icon[usr][usr]:[msg]"
the icon is 32 x 32 not small x small
Thanks!

The reference entry on the \icon macro ( http://www.byond.com/docs/ref/info.html#/DM/text/macros/icon ) explains how to do it.

There are two ways to define stylesheets, but I find it easiest to use a script file. Create a new script (*.dms) file and enter the following:

<STYLE>
IMG.icon {width: 32px; height: 32px}
</STYLE>