(I'm at school right now so I don't have Discord access) I'm pretty sure the wintext reset is bugged. The
else if (chat_val.substring(1,8)=="wintext"){
runs correctly because I can see the "Reset wintext." message but it doesn't get changed. I think this is because the line it sets isjointext = ""; and not wintext = "";. If I manually do /eval wintext = "";, it works.
(I'm at school right now so I don't have Discord access)
I'm pretty sure the wintext reset is bugged. The
else if (chat_val.substring(1,8)=="wintext"){
runs correctly because I can see the "Reset wintext." message but it doesn't get changed. I think this is because the line it sets isjointext = ""; and not wintext = "";. If I manually do /eval wintext = "";, it works.