In depth Guide for Slavers Of Skyrim

Chapter:	Clycle system
Modul: SLOSCore
-------------------------------------------
Written for:  Stage 2
in the year of: 2024
Month: 10
Day: 12
-------------------------------------------

This is a basic system that ment to give impulse other modules and sub systems.
What this does evry 7 day send out a end of cycle event to all quest that registered to lisen the event.

To send out the event the slos core on game time update:
Set stage 10 on quest named:
SLOSCoreCycleQuest

this activates the cycle quest send event all subsriber script.
To subscribe this event report the modul need register it self the form list named:
SLOSCoreClycleAllertMeList

Evry quest on the list need contain minimum 1 script that depend on the script:
SLOSCoreClycleReportScript

this script contain one empty function named:
Function EventClycleEnd()

