> For the complete documentation index, see [llms.txt](https://docs.settlers-united.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.settlers-united.com/s4-lua-api-de/library-functions/dbg/dbg.stm.md).

# dbg.stm

## `dbg.stm(Text)`

Schreibt eine Nachricht in den Chat. Kann auch den Wert einer Variable oder einer Funktion ausgeben.

#### Rückgabewert

none

#### Beispiel

```lua
dbg.stm("Script loaded!")
dbg.stm(Variable)
dbg.stm(Buildings.GetFirstBuilding(4, Buildings.GUARDTOWERSMALL))
```
