Sets an entity's name.
{ "action": "SET_ENTITY_NAME", "entity": "Entity Name", "string": "some kind of string" }
script { set entity "Entity Name" name to "some kind of string"; }
set entity $entity:string name (to) $string:string (;)
SET_ENTITY_X