Jump to content

cell reset, what does it do?


Recommended Posts

Ok so I have cells filled with NPC's. I want the cell to completely reset, more importantly revive dead NPC's. Is there any quick way to revive all the dead NPC's in a specified cell? What does CellName.reset() actually do? the wiki isn't too specific on it, and it does not appear to revive the NPC's.
Link to comment
Share on other sites

You could try putting your Actor references into an Array, then calling eg: MyActorArray.Resurrect(). Or just reference them one by one, Actor1.Resurrect(). etc. I haven't used it myself yet, but i'd imagine .Reset() reset's Activators, stages through the cells, traps and the like etc.
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...