$arrayElementCount

This function is used to count the number of times a specific element appears in an array.
It takes three parameters: the element to count, whether or not to trim whitespace before comparing elements, and the name of the array to search

Usage

$arrayElementCount[Element To Count;Trim before compare (yes/no);array name]

Example:

Member04/02/2024
!!exec $arrayCreate[Mido/Rake/Mido/Rake/Rake/Azz/Faj;/]
Rake repeated $arrayElementCount[Rake] times
Mido repeated $arrayElementCount[Mido] times
Azz repeated $arrayElementCount[Azz] times
Faj repeated $arrayElementCount[Faj] times

Custom Command Bot 04/02/2024
Rake repeated 3 times
Mido repeated 2 times
Azz repeated 1 times
Faj repeated 1 times