Having two problems with packages. First: how to stop package getting stuck on procedure Find not finding anything?
I'm trying to make NPC find ObjReference in current location and if it finds it then run to it. But what I get is actor running properly if Object exists in current location. But if it doesnt it gets stuck at procedure Find and actor stays in place.
Second thing. How to make an actor cast specific spell with package on any targets?
I want them to use specific spell on every NPC on sight, but only after package gets activated (with condition). If its activated and theres no enemies around it will get stuck at procedure Find as well.
Packages in both examples are triggered by condition - they arent active all the time.