I'm looking for an event similar to OnLoad(), but fires even if the object is disabled. Essentially, an event that will play whenever the player gets within a certain distance of the object. Is there anything like that exists?
There's a ship, initially disabled. When the player approaches the ship (IE when they getting within the distance it'd normally be loaded at), the ship is enabled and begins to move. The only hard part is finding the event.