Itangalo / Bot-Playtesting-Toolkit

A toolkit for simulating board games with Google spreadsheets. Intended use is board game development.
GNU General Public License v3.0
9 stars 1 forks source link

Function: Insert into array place #80

Closed Itangalo closed 2 years ago

Itangalo commented 2 years ago

A utility function for inserting an object into a given place in an array, for example placing an agent second in line or inserting a card in place 10 in a deck.

Itangalo commented 2 years ago

Or just use the splice() function. Will do for now.