This is probably a very easy thing to figure out, but I have tried a few different ways..
say(msg as text)
set desc="Talk to someone within a 10 square radius."
set category = "Communication"
view(10)
usr << "You say, [msg]"
I cant get this to show a msg to all users within 10 tiles of the src..
ID:150820
Jul 21 2001, 6:33 pm
|
|
view() << "to all in sight of [usr]"
view(src) << "to all in sight of [src]"
view(1,src) << "to all within reach of [src]"
Copied straight from the help on built into dream maker. You really should start trying to look these things up in the help file b4 asking on the forum or people will stop helping you.