How do you force the icon size to BIG when Login() to the game?? I'm looking for code to do this when someone logs in.
LJR
ID:179176
![]() Feb 7 2002, 7:00 am
|
|
oh.. no it was the 1st one.. Dantom should enable us to over right the default starting icon size. Instead of it forcing it to small.
LJR |
LordJR wrote:
oh.. no it was the 1st one.. Dantom should enable us to over right the default starting icon size. Instead of it forcing it to small. The view will always force itself to small if it's too big for the client's screen size. The best way around that is to use a smaller world.view. Lummox JR |
If you mean the client's map view, there isn't a way.
If you mean in text output, you need to use the <IMG> tag directly instead of the \icon macro, or else use the <BIG> tag around your image and set a style sheet as shown in the client/script reference. Me, I prefer the raw HTML:
Lummox JR