$arrayRemove

Removes something from an array, using the index, and returns nothing.

Usage

$arrayRemove[Index;Index... (optional);array name (optional)]

Example:

Member02/20/2024
!!exec $textSplit[Hello World, how are you?; ]
$arrayRemove[1;2;3]
$arrayGet[1]

Custom Command Bot 02/20/2024
are