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.
 
 
 

17 lines
591 B

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