Jump to content

Making the TCL command a Spell / Power


EJLaguardia

Recommended Posts

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 by Gerandirr
Link to comment
Share on other sites

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

  • Recently Browsing   0 members

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