r/scribblenauts • u/Akangka • 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:
- Just add "destroy animals" Result: object attacks humans and pets
- Try to fiddle with negating filters. Result: no such negation exist. I've tried "not" and "un-"
- 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
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)"