Rumbleskin Posted December 1, 2010 Share Posted December 1, 2010 HiAm trying to get a npc to move from one building to another when a quest stage is complete but its not really working the way i want it to In the npc's AIpackage i set the condtions Getstage myquest >= 50 and linked to a reference Then i made another AIpackage on the same npc that saysGetStage myquest < 50 and linked that travel pack to another reference in another building But she just auto runs to the location second location no matter what. Anyone now how to get npc's to travel around at diffrent stages? Link to comment Share on other sites More sharing options...
Quetzlsacatanango Posted December 1, 2010 Share Posted December 1, 2010 Make sure both packages are listed on her AI tab.Make sure you 'evp' her when you want the change to take effect. You can also use the console command 'sqv myquestid' to check your quest variables and make sure the stage, etc, is what you think it should be. Link to comment Share on other sites More sharing options...
Rumbleskin Posted December 1, 2010 Author Share Posted December 1, 2010 evp? Link to comment Share on other sites More sharing options...
Quetzlsacatanango Posted December 1, 2010 Share Posted December 1, 2010 Wherever you you change the quest stage, add the line refID.evp evp is short for evaluate package and should cause them to go to the proper package immediately. Link to comment Share on other sites More sharing options...
Recommended Posts