HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

cant find this GUI condition

06-02-2004, 08:49 PM#1
2nickelstripper
Howdy:

I am trying to find this condition in the GUI but have had no luck:

((Units in region Test Region owned by (Triggering player)) is not empty)

Anybody know where that is?
06-02-2004, 09:00 PM#2
johnfn
I think the only way to do this is to make an array containing which units are in the region at a specific time by adding/removing units and then checking each unit to see if its what you want.

If you need more description, just ask. There's probably an easier way, though...
06-02-2004, 09:02 PM#3
Shimrra
I don't about that particular condition, but there is a boolean "Region contains unit" and an integer "Number of units in region."
06-03-2004, 01:20 AM#4
2nickelstripper
Ok, thanks for the help

I figured i would have to use another array.