LOAD_MAP

See: Map Loads

For most normal door behavior, you will probably want to set the warp state before using the this action.

Example JSON

{
  "action": "LOAD_MAP",
  "map": "mapName"
}

MGS Natlang

Example

script {
  load map mapName;
}

Dictionary entry

load map $map:string (;)