shamanwise Posted July 26, 2012 Share Posted July 26, 2012 (edited) I try to infect the character "Sangvinare Vampiris" in my quest with the following code: While (Game.GetPlayer().HasMagicEffect(DisDamageHealthVampire)) == False Game.GetPlayer().AddSpell(DiseaseSanguinareVampiris, abVerbose = False) EndWhile SPELL Property DiseaseSanguinareVampiris Auto MagicEffect Property DisDamageHealthVampire Auto But the character does not become infected (magical effect it is not present) Please Help. Edited July 26, 2012 by shamanwise Link to comment Share on other sites More sharing options...
Recommended Posts