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