I know these kinds of function uses the return bug and makes the game unplayable:
but how about this:
does it still fuck the map to have 2 return ? (or more)
JASS:
function H2I takes handle h returns integer
return h
return 0
endfunction
but how about this:
JASS:
function H2I takes handle h returns integer
if 1 > udg_whatevernumber then
return 1
endif
return 2
endfunction
does it still fuck the map to have 2 return ? (or more)