No context needed. Can you return an Actors index?
Say we have an Actor called "Sheep". I have multiple Sheep in my World. If I click any of those it will return a String like
I know that you could create another Actor that keeps track of that but there must be a super simple way that I am currently missing out.
Appreciate your help.
"I'm sheep number " + this.getName() or this.getCount()

