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.
Obtenir la santé du personnage sous forme de pourcentage.
character:lifePointsP()
float
local hpPercent = character:lifePointsP() if hpPercent < 30 then global:printError("Santé critique !") -- Utiliser une potion de soin inventory:useItem(123) end