I want to make a global variable that contains a reference to an instantiated scene (an enemy that is being selected).
I went into the project settings to add a new global property but none of the datatypes shown in the drop down list look like it'd be suitable for storing a reference to a node. Any ideas? Or do I have to auto-load a script?