Another easy way to do it is to just go:
System Compare: monster.count is less or equal to 0
-> Go to next layout
Obviously make monster the name of your monster.
OR if you have two types of monsters for example a ghost and a chicken... you could put them into a family called "enemies" and then make it enemies.count.
Hope this helps.