enderalse/source/scripts/_fs_phasmalist_affinitycontrolquest.psc

18 lines
591 B
Plaintext
Raw Normal View History

Scriptname _FS_Phasmalist_AffinityControlQuest extends Quest
2021-10-05 22:59:59 +00:00
{ OBSOLETE. Left for backward save compatibility.
The functions of the old code have been moved to magic effects of the apparition ability. }
_00E_FS_Affinity_SpectralWarriorSC spectralWarriorEventsListener
_00E_FS_Affinity_RitualistSC ritualistEventsListener
Function OnGameLoad()
2021-10-05 22:59:59 +00:00
If spectralWarriorEventsListener
spectralWarriorEventsListener.OnLoadGame()
2021-10-05 22:59:59 +00:00
spectralWarriorEventsListener = None
EndIf
2021-10-05 22:59:59 +00:00
If ritualistEventsListener
ritualistEventsListener.OnLoadGame()
2021-10-05 22:59:59 +00:00
ritualistEventsListener = None
EndIf
EndFunction