> For the complete documentation index, see [llms.txt](https://temp-17.gitbook.io/trmenu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://temp-17.gitbook.io/trmenu/thai/actions/types/command.md).

# Command (as Player)

Execute commands as the player

## Usage

```
command|cmd|player|execute
```

## Examples

```yaml
- 'command: spawn'
```

```yaml
# Seperate multiple commands with ;
# The action at the bottom is the equivalent of those:
# - 'command: spawn'
# - 'command: say I am Back'

- 'command: spawn ; say I am Back'
```
