PrettyMurky Posted March 7, 2011 Share Posted March 7, 2011 (edited) I'm trying to write a mod which involves an area of effect spell being cast upon the player, but with no one seen to be casting it, ie. no casting animations. There will be an NPC present when this happens, if there is some way that their animations can be temporarily delayed, or I was thinking that maybe some invisible item could be dropped on the ground to cast the spell, if anyone knows of how to make one, if an appropriate item does not already exist. Or of course any other solutions would be greatly appreciated. Thanks in advance,PM Edited March 7, 2011 by PrettyMurky Link to comment Share on other sites More sharing options...
Hickory Posted March 7, 2011 Share Posted March 7, 2011 Simply create an ability spell (immediate and constant effect) and use player.addspell command. Link to comment Share on other sites More sharing options...
PrettyMurky Posted March 8, 2011 Author Share Posted March 8, 2011 Abilities can't have Area of Effect switched on. But someone on another forum suggested using activators. Which, as long as they can be dropped and picked up again, via script, should do the job nicely. Thanks for the suggestion though. PM Link to comment Share on other sites More sharing options...
Striker879 Posted March 8, 2011 Share Posted March 8, 2011 Here's a CS Wiki on Casting Spell From an Activator (just happened to get it from another thread ... coincidence??). Link to comment Share on other sites More sharing options...
Recommended Posts