Hi .
Is there any way to check the line of sight by image point ?
I try a event like this :
For each Soldier
pick Building by comparison : distance(building.imagepointX(1), building.imagepointY(1),Soldier.X,Soldier.Y)<60)
-----------------------------
but it has lower performance than line of sight behavior .
What should i do ?