for now u woudl have to use Creature.ByName(Name) or Creatures.ByRangeName(Range, Name) in safe exori san manual macro to subtract it (VarSub) from total amount of players nearby
example
OFC set it up in advanced attack sequence
example
Code:
0 {safe mas san}
Self.Mana>=160
Self.Attacking()==1
CrAll:=Creatures.PlayersOnRange(4)
frN:=Creatures.ByRangeName(4, YourFRIENDname)
plsan:=!CrAll!
VarSub(plsan, !frN!)
!plsan!<=1
HUD.Display(mas san)
Self.Say(exevo mas san)
exit()
OFC set it up in advanced attack sequence