> 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/tutorial/tutorial.showtext.md).

# Tutorial.ShowText

## `Tutorial.ShowText(textIdentifier, textTeil)`

Setzt den derzeitigen Zoom auf #zoomFaktor. #zoomFaktor darf eine Zahl von 1 bis 99 sein.

#### Rückgabewert

none

#### Beispiel

```lua
Tutorial.ShowText("TUT_03_001_R",0)
Tutorial.ShowText("TUT_NEXT",1)
```
