First : Thanks to FatherSpace and haxorico.
I'm now stuck to a few lines with return bugs (i guess...)
I've been given a solutions for the first bug but i can't get it to work still on the game. (Map ain't found, return to local area network game list)
This is where i think there are problems in the code, i still don't understand why it does work before i do any modification but doesn't after i do modifications, but nvm.
How do i fix theses please? Posted them in the same order of the file
function T4 takes integer i returns timer
return i
return null
endfunction
function U4 takes real h returns real
return h
return .0
endfunction
function W4 takes real r returns location
return r
return null
endfunction
function Y4 takes real r returns integer
return r
return 0
endfunction
function Z4 takes integer i returns real
return i
return .0
endfunction