TELEPORT_ENTITY_TO_GEOMETRY

Moves the entity instantly to the first vertex of the specified geometry object (or the entity's assigned path if geometry is %ENTITY_PATH%).

Example JSON

{
  "action": "TELEPORT_ENTITY_TO_GEOMETRY",
  "entity": "Entity Name",
  "geometry": "vector object name"
}

MGS Natlang

Example

script {
  teleport entity "Entity Name" to geometry "vector object name";
}

Dictionary entry

teleport entity $entity:string to geometry $geometry:string (;)