Scriptname testAliasPlayerScript Extends ReferenceAlias Spell Property aaaSpellTest Auto Event OnInit() Setup() EndEvent Event OnPlayerLoadGame() Setup() EndEvent Function Setup() Actor PlayerRef = GetActorReference() Utility.Wait(1.0) PlayerRef.AddSpell(aaaSpellTest, abVerbose = true) Utility.Wait(1.0) PlayerRef.AddSpell(aaaSpellTest, abVerbose = true) Utility.Wait(1.0) PlayerRef.AddSpell(aaaSpellTest, abVerbose = true) Utility.Wait(1.0) PlayerRef.RemoveSpell(aaaSpellTest) EndFunction