10 lines
No EOL
355 B
Text
10 lines
No EOL
355 B
Text
Scriptname FCMSummonMaidScript extends activemagiceffect
|
|
|
|
ObjectReference Property pMaidRef Auto
|
|
Bool Property pIsSpectral Auto
|
|
Spell Property pReturnMaidSpell auto
|
|
|
|
Event OnEffectStart(actor akTarget, actor akCaster)
|
|
(pMaidRef as FCMSpectralMaidScript).TryConjure(pIsSpectral)
|
|
pReturnMaidSpell.Cast(akCaster, akCaster)
|
|
EndEvent |