HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Display Text Equal to Region Name

12-10-2004, 11:30 PM#1
AntJAB
In essence I want to -
Pick every region in Playable Map Area and for every picked region display floating text equal to picked region at at center of picked region.

I have about 60 regions.

I don't need it for the game itself, would be much to laggy, but I would love it to debug.

Thanks in advance.
12-11-2004, 01:29 AM#2
player_72985
From my knowledge in triggers, that would involve making ever region have 1 variable and you would have to pic each region manually 1 by 1. I might be wrong, but that is the only way I know for doing this :/ Owell.
12-11-2004, 01:30 AM#3
Taur
Quote:
Originally Posted by player_72985
From my knowledge in triggers, that would involve making ever region have 1 variable and you would have to pic each region manually 1 by 1. I might be wrong, but that is the only way I know for doing this :/ Owell.
or use 1 array variable
12-11-2004, 03:21 AM#4
AntJAB
It seems that besides doing it one by one, there is no other way.
There is no variable array for locations, nor can I find a way to call up the location's name.
I'm sure it's doable in JASS, but oh well.

Thanks anyways guys.