This might need to move into a non-quick questions, quick answers topic if I keep going lol.
So I've got this package (added using the Alias for my actor) but as far as I can tell it is not working. To give a better sense of whats going on here's a description of the quest at this point. The player receives a quest which eventually leads them to finding a spell that summons a portal to their location. So the player goes back to the actor to tell him about the spell and at the end of the conversation the player should be able to summon the portal close to the actor, and then that actor walks over and uses the portal. Btw the portal leads to the house which is in the sky by the way...so there's that

. Once up at the house there will be a scene where the actor is walking around looking at the house but that is a challenge for later.
The summoned end of the portal is made up of 3 parts (some FX art, Xmarkerheading, and an activator) These three parts are initially in a "holding cell". I made a new package and it is using the package template "Activate". Under public package data it wants a target so I use the specific reference option and select the portals' activator inside that holding cell. I have 2 conditions at the moment: GetStage to see if the player has talked to the actor about the spell, and a GetDistance referencing the FX art (I should be able to use either of the 3 parts of the portal) < 2000. As for the schedule...I put a duration of 1 hour with everything else being "Any", not really sure what to do with this tab.
Any insight would be appreciated, this is my first foray into packages and eventually scenes.