- Joined
- May 12, 2017
- Messages
- 33
- Reaction score
- 9
- First Language
- Indonesia
- Primarily Uses
- RMMV
i watch how to read from text file in local file
and I want to know, how to read the txt file that is on github
I tried it but it failed.
thx...
and I want to know, how to read the txt file that is on github
I tried it but it failed.
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);
}
thx...

