ID:268558
 
Here's a couple of things that I was wondering how to do:

1. How do I change the background color of the textbox?

2. How do I chaneg the color of the text such as when a player attacks a monster and vice versa?

3. How do I make signs and verbs to read them?

That's all for now.
1. How do I change the background color of the textbox? - No idea.

2. How do I chaneg the color of the text such as when a player attacks a monster and vice versa? - Using html.

3. How do I make signs and verbs to read them? - What?
In response to DeathAwaitsU
DeathAwaitsU wrote:
1. How do I change the background color of the textbox? - No idea.

2. How do I chaneg the color of the text such as when a player attacks a monster and vice versa? - Using html.

3. How do I make signs and verbs to read them? - What?

how would the html format go like such as in:

usr << "You get hit by the stupid monster"

By a sign i meant as in a sign like " welcome to blah town". How do i make a verb that will tell you what it says when you click read or osmething.
Mecha Destroyer JD wrote:
Here's a couple of things that I was wondering how to do:

1. How do I change the background color of the textbox?

2. How do I chaneg the color of the text such as when a player attacks a monster and vice versa?

3. How do I make signs and verbs to read them?

That's all for now.

For one and two look up a few basic HTML tutorials on google.

3:

turf/sign
icon = 'sign.dmi'
name = "Sign"
verb/Read()
set src in oview(1)
alert("Danger..")
In response to Mecha Destroyer JD
Mecha Destroyer JD wrote:
DeathAwaitsU wrote:
1. How do I change the background color of the textbox? - No idea.

2. How do I chaneg the color of the text such as when a player attacks a monster and vice versa? - Using html.

3. How do I make signs and verbs to read them? - What?

how would the html format go like such as in:

usr << "You get hit by the stupid monster"

usr << "<font size = 1><font color = red>You get hit by the stupid monster.</font>"
In response to SSJ2GohanDBGT
Muchas gracias...
bump about the background thing.
In response to DeathAwaitsU
client
script = "<STYLE>BODY {background: #000000; color: red}</STYLE>"