theblackpixel Posted December 28, 2019 Share Posted December 28, 2019 (edited) 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 December 28, 2019 by theblackpixel Link to comment Share on other sites More sharing options...
Zebsi Posted December 31, 2019 Share Posted December 31, 2019 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 edited2. Add your steam effect to it3. Add this condition to the original effect: IsSwimming == 04. Add this condition to the steam effect: IsSwimming == 1 That should work, unless I'm forgetting something. Link to comment Share on other sites More sharing options...
Recommended Posts