Re: [Feature Request] Allow Chai to execute commands.
I'm kina new to Chaiscript.
Is it currently available to interact with chat messages?
The server executed this function (I typed some characters to chat), but nothing happened.
level.onNotify("chat_message", fun(arguments)
{
var player = arguments[0];
var message = arguments[1];
print ("new message received.")
});
I would really appreciate if somebody could provide me a working example code.