Iv been reviewing, as google has been my best friend along with the node.js handbook lately ;)..
But this one, i cannot grasp...
on('roomChanged', function (data) { })
But how do i actually make the bot change rooms, and look through the active room directory...
Also...... Could you tell me why i can't call a IF statement inside of another IF statement? or any other way i could do this?
if (ccb == "enabled")
{
cconsole.log("#green[Console Color Setting Is Enabled] " + '#red[*(Beta)*]' + "#green[ Can Cause Unwanted Results]");
if (alarmmessage == "true") {
cconsole.log("#pink[This message will display ]" + alarmmessage + " #pink[more times]");
} else {
}
} else {
console.log("Console Color Setting Is Disabled");
}
THANK YOU SO MUCH AGAIN Alain!