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

# isScriptPlaying

> Vérifier si un script est en cours d'exécution.

Vérifier si un script est en cours d'exécution.

#### 🎮 Méthode

```lua theme={null}
developer:isScriptPlaying()
```

#### 💎 Valeur de retour

| Type      | Description         |
| --------- | ------------------- |
| `boolean` | Statut d'exécution. |

#### 💡 Exemple

```lua theme={null}
if isScriptPlaying() then
  global:printMessage("Le script est en cours")
else
  global:printMessage("Le script est arrêté")
end
```

***

## Traitement des données
