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)
ID:2039156
Feb 18 2016, 12:23 am
|
|
Code:
OOC(t as text) Problem description: How can I make this text go to my Chat output? (I have system messages as my default output) |
In response to Sygnus
|
|
Also
return 0
isn't really necessary return would be better,(I hope) |
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.