SET_ENTITY_DIRECTION

Turns an entity toward the north, south, east, or west.

Example JSON

{
  "action": "SET_ENTITY_DIRECTION",
  "direction": "north",
  "entity": "Entity Name"
}

MGS Natlang

Example

script {
  turn entity "Entity Name" north;
}

Dictionary entry

turn entity $entity:string $direction:bareword (;)