Package in actor in another cell question

Post » Wed Jun 20, 2012 10:58 pm

I have an actor in a cell that is somewhere else other then where the player will be. I want this actor to leave where they are at say 4:00 and set up a package for them to do that and come to where the actor is. How ever they do not seem to come? Is there something that needs to be done because perhaps that cell they are in is not loaded ?
User avatar
Ally Chimienti
 
Posts: 3409
Joined: Fri Jan 19, 2007 6:53 am

Post » Wed Jun 20, 2012 7:41 pm

I have an actor in a cell that is somewhere else other then where the player will be. I want this actor to leave where they are at say 4:00 and set up a package for them to do that and come to where the actor is. How ever they do not seem to come? Is there something that needs to be done because perhaps that cell they are in is not loaded ?

I done a lot of experiments with packages, and my conclusion is that only the travel package will start also if the cell ( or the actor ) have not loaded.

For example if you you use a package with a find procedure and then a travel procedure that point to the result of the find procedure, until the cell is not loaded the package will not start.
User avatar
Hayley O'Gara
 
Posts: 3465
Joined: Wed Nov 22, 2006 2:53 am

Post » Wed Jun 20, 2012 7:22 pm

Thanks for the answer. I had also been experimenting and notice at one point it was working and at another after I made some package changes it wasn't and could not figure what was going on.
User avatar
steve brewin
 
Posts: 3411
Joined: Thu Jun 21, 2007 7:17 am


Return to V - Skyrim