chating
ac19189
15 Nov 2004, 01:56One last question for the day how would i make it so when ever soemthing is said it says to everyone in that room like hi <enter key>
and everyone see's that i said hi I dont like typing say <msg> lol
lazy i am
and everyone see's that i said hi I dont like typing say <msg> lol
I think Im Dead
15 Nov 2004, 03:16command <#text[userid]#> for each object in <#quest.currentroom[userid]#> if property <#quest.thing#; netplayer> then msg <$name(%userid%)$: #text[userid]#>
ac19189
15 Nov 2004, 06:51ac19189
15 Nov 2004, 16:24Hmm im not sure how this would lay out in the coding its been some time
????
command <#text[userid]#> {
<#quest.currentroom[userid]#>
<#quest.thing#; netplayer>
<$name(%userid%)$: #text[userid]#>
}
????
Alex
15 Nov 2004, 18:56What "I Think I'm Dead" wrote should all be on one line.
ac19189
15 Nov 2004, 18:59I tryed that it gives me a error 
I think Im Dead
15 Nov 2004, 23:41This is just the command to do precisely what you said, make everything type messaged to every other player in the room like a chat room. This one command will basically make a Questnet Chat room that you could run for an indefinite amount of time.
command <#input[userid]#> {
for each object in <#quest.currentroom[userid]#> if property <#quest.thing#; netplayer> then {
msgto <#quest.thing#; $name(%userid%)$: #input[userid]#|n>
}
}
ac19189
16 Nov 2004, 04:17Thank you o master coder
Im glad most of you are willing to help 
paul_one
16 Nov 2004, 07:57HAHAHHA
We'l never hear the end of that one - well, at least I won't.
We'l never hear the end of that one - well, at least I won't.