HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Unit-type terrain trigger

04-05-2008, 12:23 AM#1
E.M.C
Simple question: is it possible to make a unit type (example footman) to benefit from ' create terrain type ' triggers instead of just specific unit? (so lets say i want every footman to create snow when he walks instead of just single one) ?

Thanks
04-05-2008, 01:18 AM#2
Gorman
you would have to just change your conditions, so if you hav a periodic trigger then it would be "pick every unit of type Footman and do; create terrain type snow at position of picked unit"

And if your doing an order based trigger then you would change you condition to "unit type of triggering unit is Footman"

I can write it as a trigger for you if you want, but i think ull get it =)
04-05-2008, 11:42 AM#3
E.M.C
Forget my last question, works perfectly ^^
+rep