ID:161222
 
Can someone help me with something.Im trying to change the color of of the area where the verbs and things go.i know how to change the color of the box where people talk
client script = ""

does anyone know what i mean and how to help.
You can do this by directly editing the element. Go to the interface file > edit/double click the element you want different > go to the options tab. You can change the colour and stuff there
In response to GhostAnime
No..i mean while people are playing my game..The place where it shows stats and stuff..where it shows all their info..How do i change that color
In response to Jason1992
Jason1992 wrote:
No..i mean while people are playing my game..The place where it shows stats and stuff..where it shows all their info..

How do i change that color

That's what GhostAnime just told you.
In response to Kaioken
Kaioken wrote:
Jason1992 wrote:
No..i mean while people are playing my game..

That's what GhostAnime just told you.

no it wasnt fool.
and use winset() for this
In response to Falacy
..Yeah, the guy's asking for changing it at runtime, I think. So use winset() to change the Info control's background-color parameter. If you're using the default interface without a file, then you can't.
In response to Kaiochao
Kaiochao wrote:
..Yeah, the guy's asking for changing it at runtime, I think.

He didn't specify so explicitly anywhere and was quite vague, so that wouldn't be more than a guess. Moreover, he tried to use client/script for this (despite it not being related to info panels), which isn't changeable in runtime.

So use winset() to change the Info control's background-color parameter. If you're using the default interface without a file, then you can't.

Eh, you should be able to. Just make sure you use the control ID the default interface uses.
In response to Kaioken
Kaioken wrote:
Kaiochao wrote:
..Yeah, the guy's asking for changing it at runtime, I think.

He didn't specify so explicitly anywhere and was quite vague, so that wouldn't be more than a guess.

"No..i mean while people are playing my game.."
In response to Falacy
Indeed. But he was obviously just describing the info panel, "where the players see all their stuff". Also, you could possibly refer to most things "while my game is running/players are playing it". So, no, he wasn't specific and was quite vague, again.
In response to Kaioken
Well Falacy was going towards the thing i meant most..I meant while my game is running and people are actually playing it..how do i change the color of the area where people stats and inventory and commands are held.
In response to Jason1992
It was answered during the debate. You need to use winset() [look it up in the DM Reference]. You can find what property of the element you need to modify through Dream Maker > Help > Skin reference.