Problem description:
Hello, i would like to make two separate output windows for my game. One for normal Game Output and one for Chat output. how would i go about doing something like this? I saw a demo showing how to do it a long time ago but now i cant find it..I hate when that happens :(
Thank you.
Copyright © 2024 BYOND Software.
All rights reserved.
and place 2 output. one for the chat and one for the game marked as the default output game
in the verb of the chat you use the output process.
this process works something like
output("your msg","the name of the output")