Tag Archive: variable

SC2 Editor array hell

As I’m slowly progressing through building a Monopoly map for SC2, I recently discovered that filling arrays with data is a brain-numbing process. A Monopoly map consists of 40 squares, so I started making arrays to hold the data for each square. Each square has 6 fields of data atm and 5 of those I need to fill with data, that’s 5×40=200 variables I have to set manually. Setting up 1 variable is a tedious process, let alone 200. To set a variable with the trigger editor you need to right click->new->new action->set variable select “Variable – Set Variable = …

Continue reading »

Permanent link to this article: http://praten.over.plaatj.es/uncategorized/another-comic-update.html