$arrayMap

To replace array values with another value. Note: Only zero-cooldown functions allowed in the CODE.

Usage

$arrayMap[Element Value;Element Index;array name (optional)]{
CODE...
}

Example:

Member01/03/2025
!!exec $textSplit[15,18,21;,]
$arrayMap[age]{
age is $age
}
$arrayJoin[, ]

Custom Command Bot 01/03/2025
age is 15, age is 18, age is 21