switchByIndex
Play the specific song.
Address
/bgm/switchByIndex [index number]
Arguments
Type | Description | |
---|---|---|
argument 1 | Int | The index of song in the playlist, which can be 1, 2... |
Example
Play the 2nd song.
/bgm/switchByIndex 2
Note: Floating point numbers will be rounded down.
/bgm/switchByIndex 1.9 = /bgm/switchByIndex 1