HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Unit Group Arrays problem...

09-19-2002, 03:17 PM#1
Mr.Safety
I'm having a problem with my unit group arrays. Basically they just don't work at all. The thought of having to use dozens of unit groups is painful but this is what I'm having to do. I appreciate your help.

Mithrandir
09-19-2002, 06:16 PM#2
Guest
Unit Group arrays need to be initialized before you can use them. Basically you need to use Set Variable for each group you are going to use. If you just want it to be blank to start, just use something like

Set UnitGroup[1] = Units in (playable map area) matching (false equal to true)
09-19-2002, 06:45 PM#3
Mr.Safety
Awsome, it's working now. Thank you.

Mithrandir