Here's how i'd do yours Hellwolf
Make a Region Array variable, in the start trigger. Set the variables (like Spawn[1] = your region 1, spawn[2] = etc)
then do For each integer A from 1 to (the amount of regions, set this number manually)
Do: Unit - Create 1 (unit) for (player you want to have it) at Region [A]
... or you can make an invisible unit and place it at every spot you wanted, then do the easier trigger that i posted earlier, for the thread starter