Advertisement
OKyJIucT

Untitled

Mar 10th, 2021
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. fx=4365;fy=2424;setInterval(() => {g=global_data.my_group;console.log((g.posx<fx?'Вправо на '+Math.abs(g.posx-fx)+' шагов; ' : 'Влево на '+Math.abs(g.posx-fx)+' шагов; ')+(g.posy<fy?'Вниз на '+Math.abs(g.posy-fy)+' шагов' : 'Вверх на '+Math.abs(g.posy-fy)+' шагов'))}, 10000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement