ID:1532178
 
(See the best response by Dr.DraX.)
in the dmf file you have a window and when you edit it i put there a input and a output how do i make a chat box out of it.
Best response
Make sure the 'Default' check box is checked in the output editor.

mob/verb/Say(t as text)
world<<"[usr]: [t]"


In the input editor, go down a few tabs and make the command "Say".
You can also use output to specify the control:

mob/verb/Say(t as text)
world<< output("[usr]: [t]","chat_not_default")
aw man thank you so much now i figured it out thanks
and another thing in the dmf file again in the menu section how to make a tab that will open another window