⚔️ fight_GetFighterName(fighterId)

Retourne le nom du combattant pour un fighterId donné.

fight_GetFighterName(fighterId)

Fight

fighterId : identifiant du combattant (string). Retourne le nom affiché.

Paramètres

fighterId (string)

Valeur de retour

string

Exemple

local name = fight_GetFighterName(fighterId) fight_SendLogs(name, "Cyan")