> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dotouch-emu.com/llms.txt
> Use this file to discover all available pages before exploring further.

# selectRecipe

> Sélectionne une recette de fabrication.

Sélectionne une recette de fabrication.

#### 🎮 Méthode

```lua theme={null}
craft:selectRecipe(recipeId)
```

#### 📝 Arguments

| Nom        | Type  | Description                |
| ---------- | ----- | -------------------------- |
| `recipeId` | `int` | Identifiant de la recette. |

#### 💎 Valeur de retour

| Type   | Description |
| ------ | ----------- |
| `void` | —           |

#### 💡 Exemple

```lua theme={null}
craft:selectRecipe(123)
```
