EJLaguardia Posted December 26, 2013 Share Posted December 26, 2013 does anyone know how to make a spell with the TCL command? Like making it a power instead of having to type it in the console command? Link to comment Share on other sites More sharing options...
Gerandirr Posted December 26, 2013 Share Posted December 26, 2013 (edited) I like the idea.Maybe adding a visual effect to it would make it even better.Remember the potion you find in Shroud Hearth Borrow in Ivarstead ? The one that makes you look like a ghost ?In additon, adding the the inability to attack and be attacked of the shout "Become Ethereal" should balance this spell out.Why ?It would be very easy to walk into walls when you're killing a dragon to avoid being injured. Edited December 26, 2013 by Gerandirr Link to comment Share on other sites More sharing options...
meh321 Posted December 26, 2013 Share Posted December 26, 2013 Make a magiceffect, set archetype to Script, type = fire and forget, target = self and add this script scriptname TCLSpell extends activemagiceffect Event OnEffectStart(Actor akTarget, Actor akCaster) Debug.ToggleCollisions() endEvent Event OnEffectFinish(Actor akTarget, Actor akCaster) Debug.ToggleCollisions() endEvent Then make a spell with fire and forget / self add this magic effect and set the duration however long you want. Might cause problems if you have the spell on when you save. Link to comment Share on other sites More sharing options...
Recommended Posts