- Windows
So, I know I recently made a post, but for my chat, I have another problem now, and it's when I try to get the keyValues and set them to the message, it just won't fetch keyvalues, so can anybody help me - I'm trying not to look at brendan's chat because I want to do it on my own...
Here's my codefunction draw(){
msg = getKeyValue("messages"+room,function(a){return a})
//and more code but its not important here
}