In depth Guide for Slavers Of Skyrim

Chapter:	SLOS Core data storage
Modul: SLOSCore
-------------------------------------------
Written for: Version Stage 1
in the year of: 2024
Month: 10
Day: 12
-------------------------------------------

The SLOS Core script act as a gigant data storage.
to make more effective and light waight the mod all propertys that can be need to be stored here.
Fromlists, factions, items ect.

All sub module need has acces to this script and this way all sub module has acces to all resources that may any other sub module need.

Other advantage of this the slos core give a common acces point to all sub modules to tranfer and pass data.

For comaptibility reason the slos core cannot depend on any other script only the quest script.
for this reason referencing or using any other script inside the sloscore not allowed!
script objects or other variables can be passed trought the core but only as form!
OR if absolutly unavoidible can use reference aliases or location aliases to store and pass data.