So something like this would work? I had been trying to work with that as well but I can't seem to get it working either. Maybe my syntax is wrong? I dunno..
PHP Code:
function onCreated() {
for (temp.i: level.findareanpcs(this.x, this.y, 3, 3)) {
if (temp.i.isinclass("bomb")) continue;
echo("bombs?");
temp.i.trigger("Bombover", this);
}
}