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 c’est actuellement le tour de ce personnage.
fightCharacter:isItMyTurn()
boolean
true
function fightManagement() if fightCharacter:isItMyTurn() == true then -- ... effectuer les actions du tour ... end end