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érifie si le personnage possède une monture.
mount:hasMount()
boolean
if mount:hasMount() then global:printMessage("Vous avez une monture !") else global:printWarning("Aucune monture disponible") end