To begin with, here's the code:
1
2
3
4
5
6
2
3
4
5
6
function NoCaps(id, text) 	OutPutSayFunction(id, text:lower()) 	msg2(id,string.char(169) .. "240128128Please refrain at using Caps-Lock while typing! All the text in capital letters are now converted to lower case.") end addhook("say","NoCaps")
I've seen also a thread where someone asked a script similar of this. Though the user who posted the code is pretty much similar in coding terms (outputsayfunction thingy).
Any thoughts about this? Is there a way somehow?