Set map array element
set_map_arraySet a value at a given index in a named map-scope ACS array, enabling direct manipulation of game data during Zandronum development.
Instructions
Write one element of a map-scope ACS array by name and index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| index | Yes | ||
| value | Yes | ||
| instance | No |