> 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/darktribe/darktribe.addmanakopter.md).

# DarkTribe.AddManakopter

## `DarkTribe.AddManakopter(x, y, partei)`

Fügt der Partei partei einen Manakopter an der Stelle #x #y hinzu

#### Rückgabewert

none

#### Beispiel

```lua
-- Erstelle Manakopter für Partei 2 an der Stelle X400 Y500
DarkTribe.AddManakopter(400,500,2)
-- Fliege Manakopter zu X500 Y500
DarkTribe.FlyTo(500,500)
```
