Im working on a new spell and want to combine 2 magic visual effects. (im really new to this papyrus scripting) I was thinking of something like that:
-----------------------------------
(that should be attached to the first magic effect (which is mainly a beam spell)
Scriptname SCRIPTNAME
Event OnEffectStart(Actor akTarget, Actor akCaster)
player.PlayMagicEffectVisuals WardConcSelf50
endif
endevent
-----------------------------------
CK gives me that error: "no viable alternative at input 'PlayMagicEffectVisuals'" -> Any ideas or suggestions how to solve my problem?
What i want is to combine the visual effects of the beam spell and that Ward spell (the shield) in one spell, -> without merging the .nifs - of course.
Thanks, JoO
