1
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
591 B

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