Off Topic > Drama
How do you make add-ons?
ShadowsfeaR:
The stupid
It buuuuurns.
Chrono:
--- Quote from: Xalos on January 17, 2011, 10:52:04 PM ---
--- Code: ---function servercmdReply(%cl)
{
%cl.chatMessage("<color:ffffff><font:arial bold:30>BULLstuff.");
}
--- End code ---
--- End quote ---
Why would you say "BULLstuff." to yourself (and only yourself) in big white letters?
Xalos:
You get the other person to type "/reply" c:
DrenDran:
--- Quote from: Xalos on January 18, 2011, 12:08:47 PM ---You get the other person to type "/reply" c:
--- End quote ---
--- Code: ---function servercmdReply(%cl)
{
servercmdmessagesent(%cl,"BULLstuff.");
}
--- End code ---
Maybe that's what you want?
Xalos:
--- Code: ---servercmdReply(findClientByName(Trogtor));
--- End code ---
There. Happy now?