guys,
I got the coordinate (xy) and ID of a target in my script
I used getunits () to get the ID of this target and put it inside an array.
.@count = getunits((BL_MOB | BL_PC), .@units, 1, .@m$,.@x ,.@y ,.@x ,.@y );
Now I'm trying to get the ID of the surrounding mobs that are 3 or 4 cells...