SET_ENTITY_NAME

Sets an entity's name.

Example JSON

{
  "action": "SET_ENTITY_NAME",
  "entity": "Entity Name",
  "string": "some kind of string"
}

MGS Natlang

Example

script {
  set entity "Entity Name" name to "some kind of string";
}

Dictionary entry

set entity $entity:string name (to) $string:string (;)