how do I apply that to the player from a script?
i've tried everyting I can think of for the "player" variable in the onupdate event
Scriptname myQuest extends QuestSpell property DiseaseAtaxia autoEvent OnInit()RegisterForUpdate(1)EndEventEvent OnUpdate()player = DiseaseAtaxia.Cast(player?, player)EndEvent
