this.$api.command.script_message_send(reference_name, message, (callback) => {
	// Reply from other script(s)
});
reference_name: (String) The reference name of the script(s) to search for.message: (Any) The message to be sent. Can be anything.callback(Object): The reply from the script(s) the message was sent to (if configured).
