iWillWander Posted April 8, 2012 Posted April 8, 2012 I wanted to make a cloak spell that would dispel invisibility, so I made first a separate cloak (which I made into an ability), and then a concentration, aimed spell that would dispel all spells with the keyword "MagicInvisibility". I gave this to an NPC, and tested it in game. It worked fantastically well - other NPCs that I gave the invisibility effect to lost that effect, and those that I re-gave invisibility to (through a separate invisibility other spell) also lost that effect. My character, however, was unaffected. I remained invisible for the duration of the test. Though I tried adding new conditions to the magic effect (i.e. GetID Player == 1), I still couldn't get the player to lose their invisibility magic effect. Why was it that my character was so unaffected, when all the other NPCs were? I cannot understand this for the life of me.
LittleBaron Posted April 9, 2012 Posted April 9, 2012 Have you tried to attach a script to one of the effects that forces the removal of invisibility from the player?
Recommended Posts