Pass a FormList into the akItemToRemove parameter for the RemoveItem function. The function will then check for and remove every item in the FormList it finds on the target.
(battlemagerecall1 As battlemagerecallscript).storedSpell() = akSpell
Line 50:idleDogBarkStart Line 82:idleDogSitBarkStart Line 83:idleDogLayBarkStart Line 102:idleBarkRun
Event OnAnimationEvent(ObjectReference akSource, string asEventName) if (asEventName == "idleDogBarkStart" || asEventName == "idleDogSitBarkStart" || asEventName == "idleDogLayBarkStart" ) Debug.Trace("Dog Barked") ; Do your stuff here endIfendEvent
Int iCount = SomeContainerREF.GetItemCount(FormListWithTheItems)
Int iCount = SomeContainerREF.GetItemCount(FormListWithTheItems)
Actor a = myRefAlias.GetActorReference()