|
drawunderplayer; and have couch tiles under the image and blocking tiles for the outline
|
Actually in gs1 you would put
PHP Code:
if (Created) {
dontblock;
drawunderplayer;
}
and then you would have the correct tiles underneath (you forgot about "dontblock;")