var/icon/I=icon('Ranks.dmi',icon_state="Rookie")
src.Rank=I
Works with this but cannot be re-sized.
world<<"\icon[usr.Rank] [usr.name]: [T]"
Doesn't work with. No icon is there with this.
world<<"<img src=[usr.Rank] width=32 height=32>[usr.name]: [T]"
Problem description:
Trying to figure out how to re-size the icon I'm making go into the output box.
Then you'd re-write this
to
Last I checked that worked. Edit: You're probably going to have to escape those quotes too, fyi.