Well, I'm editing programs for Mario to jump, killing only enemies, as the Blocks are in the "obstacle" type. So I did: "changeentityproperty(self, "candamage", "TYPE_ENEMY");" ... I know I could return with: "changeentityproperty(self, "candamage", "TYPE_ENEMY", "TYPE_OBSTACLE"); but it would...