04-05-2007, 10:58 PM
You want a char to not be able to move to an specific square, so check all the positions he tried to move(that's already done) and just a dd a check: if map(i).tile(x,y).type = map_tile_block_or_something_like_that then canmove = false
That's basicly it.
That's basicly it.
