8 lines
No EOL
403 B
Text
8 lines
No EOL
403 B
Text
Scriptname FCMMaidDialogueScript extends Quest
|
|
Spell Property ConjureMaidSpell Auto
|
|
Spell Property ConjurePermanentMaidSpell Auto
|
|
Spell Property ConjureSpectralMaidSpell Auto
|
|
Bool Function TryReturn()
|
|
Actor player = Game.GetPlayer()
|
|
return player.DispelSpell(ConjureMaidSpell) || player.DispelSpell(ConjurePermanentMaidSpell) || player.DispelSpell(ConjureSpectralMaidSpell)
|
|
EndFunction |