HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

conditions

02-07-2003, 11:12 PM#1
pantagruel
how can there not be a condition to see if a unit is invulnerable, but there is one to see that an item is invulnerable
02-08-2003, 12:57 AM#2
RodOfNOD
I had the same question.... I guess the simplest answer is noone at blizzard needed to test that. However if you create the invulnerability and there is no reason I cannot think you would jus keep an boolean array of all your units. When YOU make it invulnerable then set flag to true. Make sure you do all your inv/vul in one place so you dont miss any flag setting opportunities!

Good Luck