👤 character_Fight()
⚠️ Déprécié - Utilisez global_CountFight() pour obtenir le nombre de combats. Cette fonction affiche simplement un message d'avertissement.
character_Fight()
Character⚠️ Déprécié - Utilisez global_CountFight() pour obtenir le nombre de combats. Cette fonction affiche simplement un message d'avertissement.
Paramètres
Aucun paramètre.
Valeur de retour
Aucun
Exemple
function example_characterfight()
-- Ne pas utiliser, utiliser global_CountFight() à la place
local fightCount = global_CountFight()
global_SendLogs("Combats : " .. fightCount, "Cyan")
end
-- Appeler la fonction
example_characterfight()