traceguy Posted January 26, 2020 Share Posted January 26, 2020 I created a potion, and an effect. The affect has the following script Scriptname newscriptTest extends activemagiceffect Quest Property PlayerVampireQuest auto Event OnEffectStart(Actor Target, Actor Caster) (PlayerVampireQuest as PlayerVampireQuestScript).VampireCure(Game.GetPlayer()) debug.notification("Curing Vampirism") EndEvent The debug line executes, but not the cure part. I've also tried a few other functions from other quests. It seems no function from a quest script can be used. Link to comment Share on other sites More sharing options...
traceguy Posted January 26, 2020 Author Share Posted January 26, 2020 Figured it out. I forgot to fill the property for PlayerVampireQuest. It's been over a year now since I last worked with Creation Kit, so I got some relearning to do. Link to comment Share on other sites More sharing options...
Recommended Posts