I have a macro defined on a library token. It's serving as a User Defined Function, loaded via onCampaignLoad. It works fine.
The macro needs access to two properties on the token that called it. At the moment I am passing them manually as arguments on each invocation of the function. Is there some way for a called function to access the properties of the token that called it? That would be handy.