Jump to content

[LE] Change spell effect depending on surroundings


Recommended Posts

Is it possible to change a spell's effect (visuals and sound) depending on the player's surroundings?

 

my case: I want it so that only when I use a fire spell while underwater that spell does not produce fire, but my own effect (steam).

 

If you think it is possible I'd be interested to hear how :)

Edited by theblackpixel
Link to comment
Share on other sites

Unless you have that one mod that lets you attack mid-jump or mid-swim, using any spell underwater is impossible. However, if you are using that mod, then you can:

1. Open up the spell form for the spell you want edited

2. Add your steam effect to it

3. Add this condition to the original effect: IsSwimming == 0

4. Add this condition to the steam effect: IsSwimming == 1

 

That should work, unless I'm forgetting something.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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