daremo Posted March 1, 2017 Share Posted March 1, 2017 Is it possible to create a database using a formlist? Link to comment Share on other sites More sharing options...
Deleted3897072User Posted March 2, 2017 Share Posted March 2, 2017 You can't create formlists dynamically, so you would have to predefine each database field as a formlist in the CK and then keep track of everything to ensure that database records are reliably stored in corresponding places in each field. You would be limited, though, because formlists can only store forms; they can't store, for example, integers or strings in the way that arrays can. Searching might be slow. Link to comment Share on other sites More sharing options...
steve40 Posted March 9, 2017 Share Posted March 9, 2017 Perhaps you could store Location Keywords in a FormList, which in turn can store numbers, and with SKSE, strings? Link to comment Share on other sites More sharing options...
daremo Posted March 13, 2017 Author Share Posted March 13, 2017 I have actually decided as using a large array to keep track of the forms but need to wait on SKSE64 as I need arrays larger than 128 elements. Link to comment Share on other sites More sharing options...
Deleted3897072User Posted March 14, 2017 Share Posted March 14, 2017 If you are going to go with SKSE, take a look at PapyrusUtils. You might find it does it all for you. Link to comment Share on other sites More sharing options...
Recommended Posts