$arrayRemove

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

Usage

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

Example:

Member11/22/2023
!!exec $textSplit[Hello World, how are you?; ]
$arrayRemove[1;2;3]
$arrayGet[1]

Custom Command Bot 11/22/2023
are