More specifically, I want to use GetLeveledActorBase from an active spell effect script. In Oblivion I could do something like set myquest.myreference.
I want to be able to use the base reference stored as the quest alias to spawn new references with PlaceAtMe, then track this new reference and do stuff to it from the quest script.
I am having some trouble hooking the reference I get from the spell script to an alias.
I am also not entirely certain how to reference the stored base reference in the alias from another spell script.
