$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:

Member04/02/2024
!!exec $textSplit[15,18,21;,]
$arrayMap[age]{
age is $age
}
$arrayJoin[, ]

Custom Command Bot 04/02/2024
age is 15, age is 18, age is 21