I was making a JASS code and, all of a sudden when i save, i get this error
"Missing: endblock"
First of all, that entire thing is a comment. Second of all, i wasnt even touching that. What happened...
we/ Google says i forgot to end an "if then else" or a loop. Disabling all JASS triggers i manually made produces thise rror
Syntax Error : unexpected: "in"?
set in = in + 1
(yes its an initialiezd variable)
"Missing: endblock"
JASS:
// Trigger: NumberEncrypter
//
// checksum=StringHash(StringCase(GetPlayerName(player)+PLAYER_CHECKSUM_SALT,false))
// if (0>checksum) then
// set checksum=-checksum
// endif
// minChecksum=R2I(maxChecksum*CHECKSUM_VARIANCE)
// checksumRange=maxChecksum-minChecksum
// checksum=checksum-checksum/checksumRange*checksumRange+minChecksum
First of all, that entire thing is a comment. Second of all, i wasnt even touching that. What happened...
we/ Google says i forgot to end an "if then else" or a loop. Disabling all JASS triggers i manually made produces thise rror
Syntax Error : unexpected: "in"?
set in = in + 1
(yes its an initialiezd variable)
Last edited: