While i cast EV's i need to target the ground,  I'm using the click xxxx yyy, for now,  but if a corpse and anything is on the way, I can't cast.  Here what I have so far can anyone help  thx
This is what I 'm using right now
  
if #followers < 5
goto cast
if #followers = 5
gosub invisible
gosub cure
goto scan
cast:
{
event macro 15 57  ; EV's
click 450 370
wait 1s
}
goto scan  
Here what  I'm attempting to do and going  nowhere.    I just what to be able to walk in and cast a few title from myself.
 
sub cast
set %tx #charposx
set %ty #charposy
event macro 15 57
target 3s
set %tx #findx -2
set %ty #findy -2
set #LTargetx %tx
set #LTargety %ty
set #LTargetKind 2
event macro 22
wait 20
return