Re: Empty space OR wall function missing?
Posted: Sat Oct 13, 2012 2:19 am
His todo list is longer than most people's christmas lists.
Official Legend of Grimrock Forums
http://mail.grimrock.net/forum/
Code: Select all
function whatever(level, x, y, facing)
return "open" --open or no wall/door: can pass through, can grab items from other side
return "sparse" --closed grating/portcullis: can't pass through, can grab items from other side
return "solid" --closed solid door or wall: can only 'har de har' softly...
end