Oxidiser does nothing

Paste the following as oxygene, and nothing happens.

BOOL topLeft     = (column > 0)          && (row < NumRows) && [self.level tileAtColumn:column - 1 row:row];

It should be something like

var topLeft:Boolean := ((column>0) and (row < NumRows) and assigned(self.level.tileAtColumn(column - 1 ,row)));

Any error in Console?

Thanks, logged as bugs://71590

No, there wasn’t.

bugs://71590 got closed with status fixed.