- Joined
- Apr 27, 2011
- Messages
- 272
JASS:
function Moon takes unit u returns nothing
set lunarunits[stack]=u
set stack=stack+1
// this function causes a fatal error
endfunction
Its very weird... this is the first time that happened. btw, the initial value of "stack" is 0.