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.
Déplacer le personnage aussi près que possible d’une cellule cible.
fightAction:moveToWardCell(cellId)
cellId
int
void
local cellId = fightAction:getNearestEnemy() if fightAction:getDistance(fightCharacter:getCellId(), cellId) > 1 then fightAction:moveToWardCell(cellId) end