I am trying to use a public String variable from an object in my world. There are other objects of the same class on the world, so i used Object obj=getOneObjectAtOffset to determine what actor i want to refer to.
My problem is now, that obj.name can not be found, even though the object has a public string variable "name".
What do i do wrong?

