ID:262495
 
Code:
mob/Stat()
statpanel("Server Info")
stat(icon1)(icon2)


Problem description:

Bleh, don't know how to put two icons next to each other. Also, it would help if someone could tell me how for example lets say I want this:
Game Title in the middle
Name:[usr.name]
Ect, can I set it to be in the middle and not?
I think you can't display icons by stat(icon) in the statpanel. Why would you want to display the title in the statpanel? Use the map or browser for such things...
In response to CIB
I have a proc for the (icon) and I dislike browser but it looks like that's what I'm gonna have to do. Also, No map, text game.
In response to Hunting Wolf
As far as I know, you cannot show two icons next to each other horizontally in the statpanel. You can show one by displaying an object with an icon, however.

As for centering things, the statpanel has two rows of information, the stat label and the stat itself. The two rows get lined up. So, you can either have it flush with the left and red, or you can have it over the second row and be black.