How i Disable the Attacking on Allies?
Moderator: Cheaters
-
- Junior Member
- Posts: 36
- Joined: June 19th, 2012, 6:31 pm
- Location: Demon Land
How i Disable the Attacking on Allies?
Can anyone tell me or give me an example how to make a Trigger witch will Disable Attacking Allies?!
[marquee]
Spoiler:
-
- Senior Member
- Posts: 111
- Joined: July 12th, 2012, 8:04 pm
Re: How i Disable the Attacking on Allies?
In gui or jass ?
for the Gui :
Events: A unit is attacked
Conditions: (Attacking unit) is an ally of (Attacked unit) equal to True
Actions: Order (Attacking unit) to Stop
for the Gui :
Events: A unit is attacked
Conditions: (Attacking unit) is an ally of (Attacked unit) equal to True
Actions: Order (Attacking unit) to Stop
-
- Junior Member
- Posts: 36
- Joined: June 19th, 2012, 6:31 pm
- Location: Demon Land
Re: How i Disable the Attacking on Allies?
Wait how i make that Conditions i cant make it could you make a map for me and put that stuff in it? pLEASE!legendair wrote:In gui or jass ?
for the Gui :
Events: A unit is attacked
Conditions: (Attacking unit) is an ally of (Attacked unit) equal to True
Actions: Order (Attacking unit) to Stop
EDIT:
==================================================================
Nvm i got it ^^
[marquee]
Spoiler: