8 lines
302 B
Text
8 lines
302 B
Text
|
Scriptname FCMMaidDialogueQuestScript extends Quest
|
||
|
Spell Property pSummonMaidSpell Auto
|
||
|
Spell Property pSummonSpectralMaidSpell Auto
|
||
|
|
||
|
Bool Function Dispel()
|
||
|
Actor player = Game.GetPlayer()
|
||
|
return player.dispelSpell(pSummonMaidSpell) || player.dispelSpell(psummonSpectralMaidSpell)
|
||
|
endfunction
|