I need a bit of help calling an API function from AAF     Scriptname SACJumperGunHit extends activemagiceffect   Event OnEffectStart(Actor akTarget, Actor akCaster)         actor target = akTarget         actor caster = akCaster   AAF:AAF_API.ApplyOverlaySet(target, "Body")   EndEvent     fails compilation with "cannot call the member function ApplyOverlaySet alone or on a type, must call it on a variable"   the AAF_API