Ok, a few things, first of all, how would I make it so when someone comes in a room(trying to make MUD) they get a description in the text box instead of the pannel? I tired using the
usr << {"(p)(Description)(/p)"}
(the ( )'s are supposed to be <>'s)
because I want it to look something like this
(Room Name)
(Description)
Another thing, on that description, how would I make it so it auotomatically tells you who's in the room when you first enter with like, say their race/class with it.
One last thing, how do I make it when someone leaves one room and goes to another, in the room they left, it tells everyone which direction they went; and the room they enter, it tells everyone which direction they came from?
(Sorry for asking so many questions, just thought i'd be better than asking them all seperately.)
ID:178993
Mar 3 2002, 5:11 pm
|
|
Stuff
Entered()
usr.loc=locate(1,1,1)
alert("Im a person","Information")
you mean that?
- RaeKwon