begin
for i:=1 to 32 do
If (Distance(GetPlayerStat(i,'X'),GetPlayerStat(i,'Y'),-134,90) < 20) and (GetPlayerStat(i,'Active') = true) and (GetPlayerStat(i,'Alive') = true) then
MovePlayer(i, 121, 91);
end;
Put this into AppOnIdle
also add
var i: byte;
under AppOnIdle