- Joined
- Oct 16, 2010
- Messages
- 680
line x : Can not convert returned value from real to integer
function GetFadeFromSeconds takes real seconds returns integer
if (seconds != 0) then
return 128 / seconds
else
return 10000
endif
endfunction
my problem is this error is in the blizzard.j file not in my map...
tryed redownloading JNGP 2.0 and reinstalling it multiple times
the game is patched to 1.21b .
what can went wrong?
function GetFadeFromSeconds takes real seconds returns integer
if (seconds != 0) then
return 128 / seconds
else
return 10000
endif
endfunction
my problem is this error is in the blizzard.j file not in my map...
tryed redownloading JNGP 2.0 and reinstalling it multiple times
the game is patched to 1.21b .
what can went wrong?