ID:1821241
 
(See the best response by Flick.)
Code:
mob/Admin1/verb
Announce(msg as text)
set category="Admin"
world<<"<center><font color=silver>____________________<br>[usr] announces:<br>[msg]<br>____________________</center>"
<br>
OOC(msg as text)
set category="Other"
world<<"[key]: [msg]"


Problem description:
It displays the message in OOC but, announce and because, of our changed skin. One of them is for RP and the other is for OOC. I made a new output called ( "RPBox" ) all those, that I want to display in RPBox is like this output("blah blah code.","default.RPBox") but, I want to make the other box which is called " Chat " the default one, so I don't need to do what I did with RPBox, for every other text code.
So, what is the problem?
In response to Kaiochao
Kaiochao wrote:
So, what is the problem?
If possible, I would like it if I could make it so one of the Chats are automatic, so the text would automatically go to that one unless specified. I don't know how I would do that whether through the Interface or Code. --
Baffled
Best response
There should be a checkbox labeled 'default' if you double click the output in the interface editor. Check that box.
In response to Flick
Thanks so much, I was sure it was this but, I didn't want to touch anything before, I screwed it up :P