> ## 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.

# loadConfigurationWithoutScript

> Charge une configuration de combat JSON sans changer de script.

Charge une configuration de combat JSON sans changer de script.

#### 🎮 Méthode

```lua theme={null}
loadConfigurationWithoutScript(configPath)
```

#### 📝 Arguments

| Nom          | Type     | Description                                   |
| ------------ | -------- | --------------------------------------------- |
| `configPath` | `string` | Chemin vers le fichier JSON de configuration. |

#### 💎 Valeur de retour

| Type           | Description                                                                                            |
| -------------- | ------------------------------------------------------------------------------------------------------ |
| `boolean\|int` | `true` si chargé avec succès, `false` en cas d'erreur, `2` si chargé avec une amélioration en attente. |
