ID:2039156
 
Code:
    OOC(t as text)
set category="Social"
if(!t)
return 0
world<<"<b>[src]:</b> [t]"


Problem description:
How can I make this text go to my Chat output? (I have system messages as my default output)
Using the output() proc:

a_client_or_mob << output("some text", "chat_output")


You can also send it to a list of mobs/clients too in the same fashion. The output is sent to all of them in the case.
Thank you :)
In response to Sygnus
Also
return 0

isn't really necessary return would be better,(I hope)