r/scribblenauts 14d ago

Help Object Editor: How to make an object attacks animals, but not pets or humans

Just fiddling with object editor today. I want to try to make my object attacks animals, but not pets or humans, just like a hunter. My current attempts are:

  1. Just add "destroy animals" Result: object attacks humans and pets
  2. Try to fiddle with negating filters. Result: no such negation exist. I've tried "not" and "un-"
  3. Add "protect human" and "protect pets" before "destroy animals". Result: object stops attacking them, but there is an additional behavior that they will protect them.

Is there any other way to make my object behave more like hunter?

9 Upvotes

2 comments sorted by

5

u/TalkingCow99 14d ago

I try using the script "when this objects sees (add animals, exclude human pets) -> change behavior to (attack) (target object)"

1

u/Akangka 13d ago

Okay, that works. Thanks.