ID:273779
 
Is it possible to have a message outputted to a specific client on a specific output control? So for example, let's say that I was currently viewing control ID "window1.output5", how would I go about having a message outputted to that output, but only to that specific client.

-El Wookie
I do believe:

player << output("This is an output message.", "window1.output5")
In response to Stephen001
Durr! Many thanks, now I feel silly.
In response to El Wookie
No problem.