Hi,
I want to make a custom scripted spell to go along with a quest mod I am making (more like playing around with, just learning right now but I'd like to find time to finish it...)
Anyway, my questions:
1.) My spell does not make sense lore wise as being part of any of the schools of magic. If I choose 'NONE' as the school, will the spell function without causing issues?
2.) If I have five arrays at length over 100 each and I need to fill them with ck created object references, is there a good way to do this with a while loop and custom editorIDs or should I just manually type out all 500 entries and fill them out one line at a time in the onInit event?