ok, this will be at least funny for you guys but: how do I "store" the pointer?
I tried this:
For Local e:TEntity = EachIn CurrentWorld().Entities
Select GetEntityKey(e, "Name")
Case "a_1"
MapInsert(map, "tree1", e)
End Select
Next
but then I cannot "read" the info in no way..