is there a way to read the txt file from github?var ASWERD = "http://raw.githubusercontent.com/bilalichwa/revillage/master/ver.txt";
var zzz = new XMLHttpRequest();
zzz.open("GET",ASWERD,false);
zzz.send(null);
var fileContent = zzz.responseText;
if(fileContent === "200") {
$gameVariables.setValue(173, 1);
}