I'm learning about packages and the package stack right now. I thought I understood what was going on, but I added something to the stack that doesn't appear to be working. Based on some Debug Notifications I put in the begin and end papyrus fragments, I know that it is being run, but it is also 'completing' under conditions that seem totally incorrect to me.
Does anyone have any good advice on how to diagnose this issue?
For example, I'm using a Travel package, and the actor doesn't even move before the package completes. How do I know if that's because the package thinks the actor is at the destination, vs it thinking that something higher on the stack has overridden it?
Any other issues it could be or tips you could give me are most appreciated.