var/bckcolor= "green"
client/script = "<STYLE>BODY {background: [bckcolor]; color: silver}</STYLE>"
mob/verb/color(t as text)
bckcolor= t
What im trying to do is make a verb towhere the user can change the background color in client. But it will not allow vars in it for some reason. Is there another way to resolve around?