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 les Points de Mouvement actuels du personnage.
fightCharacter:getMP()
int
local path = fightAction:getShortestPath(myCell, enemyCell, false) if #path <= fightCharacter:getMP() then fightAction:moveTowardCell(enemyCell) end