ID:446622
 
(See the best response by LordAndrew.)
Eh, title is somewhat accurate. I just want to know how to have a symbol instead of the orange world or whatever. Games such as Teridal and Bleach have them, just i have no idea how to do them. So how would i do it?
Best response
In the interface editor there's a field to set a window's icon under the Options tab.

Alternatively, you can manually set it with winset().
In response to LordAndrew
LordAndrew wrote:
In the interface editor there's a field to set a window's icon under the Options tab.

Alternatively, you can manually set it with winset().

So how would i do winset()? Have a icon in the game directory and do:
world
winset()
icon='gameicon.dmi'

And ill look for the thing in the interface. Anyways thanks!

EDIT: Found the thing in the interface, so thanks :)
Winset's run for clients so you'd put it in the Login, and how you use it is like this
winset(src, "windowname", "icon=gameicon.dmi")
I've never set a game icon like that so you MIGHT need to go "icon='gameicon.dmi'" but I doubt it.