Difference between revisions of "Play - VisualEffect"
Jump to navigation
Jump to search
no edit summary
imported>Jlundin (New page: Category:Scripting Category:Papyrus '''Member of:''' VisualEffect Script Plays this visual effect on the object for the specified duration in seconds - possibly facing the sec...) |
imported>MoopusMaximus |
||
Line 30: | Line 30: | ||
SoulSucking.Play(Werewolf, akFacingObject = Human) | SoulSucking.Play(Werewolf, akFacingObject = Human) | ||
</source> | </source> | ||
== Notes == | |||
**The effects created by this function stack, so using it multiple times without stopping may cause frame rate issues. | |||
== See Also == | == See Also == | ||
*[[VisualEffect Script]] | *[[VisualEffect Script]] | ||
*[[Stop - VisualEffect]] | *[[Stop - VisualEffect]] |