jackjack86 Posted May 15, 2021 Share Posted May 15, 2021 What I mean by this is can I take the form id and use player.placeatme 000E6B42 10 and spawn 10 actors from this list? Or do I need to use individual actor FormIDs?? Link to comment Share on other sites More sharing options...
SKKmods Posted May 15, 2021 Share Posted May 15, 2021 is this console or script ? Link to comment Share on other sites More sharing options...
LarannKiar Posted May 15, 2021 Share Posted May 15, 2021 do I need to use individual actor FormIDs?? No. You can use the FormID of the leveled actor. Link to comment Share on other sites More sharing options...
jackjack86 Posted May 19, 2021 Author Share Posted May 19, 2021 (edited) It's console but I think @LarannKiar answered it. I could also be wrong tho. Edited May 19, 2021 by jackjack86 Link to comment Share on other sites More sharing options...
SKKmods Posted May 19, 2021 Share Posted May 19, 2021 For PlaceAtMe you can use Base or Lvl actor forms, depending on which exists for that "class", but not LChar which are levels lists or Enc which will not have scripts attached (if relevant). The standard taxonomy for leveled actors is EncTemplate > LCharLevelList > LvlActor. But many actors are unleveled and just exist as a standalone base form to use direct. Link to comment Share on other sites More sharing options...
jackjack86 Posted May 19, 2021 Author Share Posted May 19, 2021 Would you need to script an object to spawn NPCs from a LChar? Link to comment Share on other sites More sharing options...
SKKmods Posted May 19, 2021 Share Posted May 19, 2021 No you can not call an LChr its juts a template generator for lvlActors. You must spawn the LvlActor that uses templates generated by LChar. Why the question ... have you found an LChar that doesnt have an associated (used by) lvActor ? Link to comment Share on other sites More sharing options...
jackjack86 Posted May 19, 2021 Author Share Posted May 19, 2021 (edited) No, just need to test 40 or so NPCs. Was hoping i could just use the Lists but gotta use FormIDs instead. Edited May 19, 2021 by jackjack86 Link to comment Share on other sites More sharing options...
Recommended Posts