⚔️ fight_GetChance()

Récupère la Chance du personnage.

fight_GetChance()

Fight

Récupère la Chance du personnage.

Paramètres

Aucun paramètre.

Valeur de retour

int - La valeur de Chance

Exemple

function example_fightgetchance() -- Afficher la Chance local chance = fight_GetChance() fight_SendLogs("Chance: " .. chance, "Gray") end -- Appeler la fonction example_fightgetchance()