Can I make this circled game object able to be scripted in dynamically?

Can I make this circled game object able to be scripted in dynamically?

Hey there @blargdesigns , check out our documentation on custom event scripting: https://docs.unity3d.com/Manual/UnityAnalyticsCustomEventScripting.html
The events that you setup in the inspector are called PersistentListener.
They can only be changed inside of the editor.
If you like to create a non persistent Listener you can use this function.