HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Condition help

03-25-2005, 10:30 PM#1
yuripro84
OK, theres a condition i need that is "owner of killing unit is an enemy of owner of dying unit". Im guessing its a boolean that looks like "(Owner of (killing unit) (is an enemy of(dying unit))) equal to True"

Is there any way to do this, thanx. If you wanna know what this is supposed to do, its meant to make it so when a player kills a specific thing, it will do something as loing as the killer is an enemy of the thing he killed. Thanx!
03-25-2005, 11:21 PM#2
johnfn
Actually that is a player comparison, since you are comparing two players.


Edit: Err, whoops... I didnt look quite close enough. Thanks anitarf.
03-26-2005, 12:19 AM#3
Anitarf
Nope, actually he is comparing if a player is an ally of a player, not if a player is a player. That, indeed, is a boolean comparison. I just don't understand, what's the problem? You have it all written down correctly, what do you need us to tell you?
03-26-2005, 03:45 AM#4
yuripro84
oooooo, lol, sry, i figured out the problem, i was switching the right side, and then the left, which confused me, lol, i did this really late, sry bout that, i figured it all out ^_^ thanx