Sorry, we don't support your browser.  Install a modern browser

"for all variables" loop

Allows you to loop through global variables

example of usage: Softcoded TD waves system (exactly what im trying to make btw)

cant use object variables because it’s not able to hold unit type groups (i think)

a month ago

Please explain more of the example usage, exactly how it would be used and why

a month ago

by using a “for all variables” loop, you can replicate a “for loop” loop that utilizes objects but can use all types of data instead of just string and number which objects usually use

it can be used to softcode stuff that you normally couldn’t, an enemy wave system that uses unit type groups is the one i mentioned here

it’s generally a useful side thing for advanced scripters to use, quite convenient when they do need it

a month ago