Jump to content

[QUESTION]How to apply a summon effect to an object?


Recommended Posts

Anyone know how to apply the summon effect (The distorting bubble that appears around the summon) to any object through a script? I tried making my own spell and casting it using the cast call, and it made a sound in game but no effect (I copied everything over from the summon fire atronach). ATM, its attempting to fire from a triggerbox, but I also told it to fire from a statue I placed and that also didn't work. I also told it to fire the spell at me in case it needed a target. I need the effect to play after the player selects an option in the message box.

 

script I used:

Message Property SummonBox Auto

Spell Property MySpell Auto



Function CastSummon(aiButton = 0)

      aiButton == SummonBox.show()

      if(aiButton == 0)

                MySpell.Cast(self)

      endif

EndFunction

Edit: Left out a piece of code.

Link to comment

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use