Jump to content

markx89

Supporter
  • Posts

    3
  • Joined

  • Last visited

Nexus Mods Profile

About markx89

Profile Fields

  • Country
    Jamaica

markx89's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I am not very good at scripting and that is why I was asking for an example. Yes I have a spell that adds the actual ability and the spell does toggle on and off the problem is just the visual effect and that is what I need help wtih.
  2. I need a bit of advice on a toggleable eye power that I am currently working on for a race mod. It is basically nighteye + aura whisper. The nighteye part of my ability works just fine but I need help with removing the visual effect of the aura whisper effect. This is the basic format of the script: Scriptname spelltoggle extends activemagiceffect Spell Property YourAbility Auto Event OnEffectStart (Actor akTarget, Actor akCaster) If akTarget.HasSpell(YourAbility) == false akTarget.AddSpell(YourAbility, false) Else akTarget.RemoveSpell(YourAbility) EndIfEndEvent Can someone please help me figure out what line/s I need to add to turn off the visual effects. I am not very skilled in scripting so I would appreciate some of your guidance. Thanks in advance.
×
×
  • Create New...