How do I go about using a function that isn't within the script I'm extending? Basically I have a spell that needs to activate a container. Seems simple enough only to find out that Activate is a member of ObjectReference not ActiveMagicEffect. Is there some way for me to extend multiple scripts, or access the ability to use activate within the magic effect's script?