Usage
Syntax: sendtorc(str message);
Explanation
Only works on the serverside. The function will output a line in RC by the NPC Server.
Example
function onCreated() {
sendtorc("hi guys");
}... Will output "NPC (Server): hi guys" in RC.
Categories
CategoryFunctionClientside
CategoryFunctionServerside