Hi,
is it possible to set the name of an entity that has been created by ent_create like it can be done in WED?
I tried
entity.link.name = "somename";
but although the compiler throws no error it doesn't seem to set the entity's name :-(
By the way ... why are string1 / string2 only read-only ???
I would prefer to handle my entities created by ent_create the same way I handle the entities set in WED.
As string1 / string2 are read-only i have to handle them different ... is there really no way to set string1/string2 for a entity created by ent_create?
Best regards,
Pegamode