enderalse/source/scripts/_fs_phasmalist_affinitycontrolquest.psc

18 lines
591 B
Plaintext

Scriptname _FS_Phasmalist_AffinityControlQuest extends Quest
{ 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()
If spectralWarriorEventsListener
spectralWarriorEventsListener.OnLoadGame()
spectralWarriorEventsListener = None
EndIf
If ritualistEventsListener
ritualistEventsListener.OnLoadGame()
ritualistEventsListener = None
EndIf
EndFunction