Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Vérifier si un script est en cours d’exécution.
developer:isScriptPlaying()
boolean
if isScriptPlaying() then global:printMessage("Le script est en cours") else global:printMessage("Le script est arrêté") end