Map commands
cmd.join
Section titled “cmd.join”Joins a map.
| Parameter | Type | Optional | Default | Description |
|---|---|---|---|---|
| map | string | The map to join. | ||
| cell | string | ✓ | "Enter" | The cell to join. |
| pad | string | ✓ | "Spawn" | The pad to join. |
cmd.join_map
Section titled “cmd.join_map”Alias for cmd.join.
| Parameter | Type | Optional | Default | Description |
|---|---|---|---|---|
| map | string | The map to join. | ||
| cell | string | ✓ | "Enter" | The cell to join. |
| pad | string | ✓ | "Spawn" | The pad to join. |
cmd.jump_to_cell
Section titled “cmd.jump_to_cell”Alias for cmd.move_to_cell.
| Parameter | Type | Optional | Default | Description |
|---|---|---|---|---|
| cell | string | The cell to move to. | ||
| pad | string | ✓ | "Spawn" | The pad to move to. |
cmd.move_to_cell
Section titled “cmd.move_to_cell”Moves to a cell.
| Parameter | Type | Optional | Default | Description |
|---|---|---|---|---|
| cell | string | The cell to move to. | ||
| pad | string | ✓ | "Spawn" | The pad to move to. |
cmd.set_spawn
Section titled “cmd.set_spawn”Sets the spawnpoint.
| Parameter | Type | Description |
|---|---|---|
| cell | string? | The cell to spawn in. |
| pad | string? | The pad to spawn in. |
cmd.set_spawnpoint
Section titled “cmd.set_spawnpoint”Alias for cmd.set_spawn.
| Parameter | Type | Description |
|---|---|---|
| cell | string? | The cell to spawn in. |
| pad | string? | The pad to spawn in. |
cmd.walk_to
Section titled “cmd.walk_to”Walks to a point on the map.
| Parameter | Type | Description |
|---|---|---|
| x | number | The x coordinate to walk to. |
| y | number | The y coordinate to walk to. |