isHandToHand
map:isHandToHand(cellStart, cellEnd)Nom
Type
Description
local myCell = 256
local enemyCell = 257
if map:isHandToHand(myCell, enemyCell) then
global:printSuccess("Au corps a corps!")
else
global:printMessage("Hors de portee CaC")
endMis à jour

