WeiDUorg / weidu

WeiDU is a program used to develop, distribute and install modifications for games based on the Infinity Engine.
http://www.weidu.org
GNU General Public License v2.0
87 stars 19 forks source link

More array actions #213

Open FredrikLindgren opened 2 years ago

FredrikLindgren commented 2 years ago

MERGE_ARRAYS newarray array1 array2 etc

Creates newarray from the contents of the listed arrays.

COUNT_ARRAY_VALUES array variable

Counts the number of values in the specified array and stores the result in the variable.

With PATCH counterparts.

https://forums.pocketplane.net/index.php?topic=29998.0

4Luke4 commented 9 months ago

On top of that (if possible):