irswat Posted January 13, 2017 Share Posted January 13, 2017 I need to procedural create formlists or arrays for a mod. For example:ModName="coolswords"Category="UniqMod"arrayname=ModName+Category form[] arrayname=new form[128] creating an array called coolswordsUniqMod[] is it possible? Link to comment Share on other sites More sharing options...
irswat Posted January 13, 2017 Author Share Posted January 13, 2017 I guess this is also known as dynamic variable naming. Link to comment Share on other sites More sharing options...
FrankFamily Posted January 13, 2017 Share Posted January 13, 2017 I don't think papyrus allows this, the name of a variable cannot be the string contained in another variable. Link to comment Share on other sites More sharing options...
Recommended Posts