Does Anyone know how I can make it so All Heroes can only damage a certain hero (Reaper)
AND Reapers can damage all heroes excluding other Reapers? (Gamemode: Free For All)
For Example:
Reapers cant damage each other, but can damage any other hero;
Every other hero can’t damage each other, but can damage reaper;
rule("Rule 1")
{
event
{
Ongoing - Global;
}
actions
{
Start Damage Modification(Players On Hero(Hero(Reaper), All Teams), Players On Hero(Hero(Reaper), All Teams), 0,
Receivers and Damagers);
Start Damage Modification(Remove From Array(All Players(All Teams), Players On Hero(Hero(Reaper), All Teams)), Remove From Array(
All Players(All Teams), Players On Hero(Hero(Reaper), All Teams)), 0, Receivers and Damagers);
}
}
2 Likes
Teawy coming in Clutch again 