Closed agarioBotDev closed 8 years ago
Hey apos !:-)
where is the position (x and y) of the current cell in the browser stored ? -> how can i get it?
You can use getPlayer()
It will return a list with all the player's cell's coordinates.
You could do getPlayer()[0].x and getplayer()[0].y
thanks, works !
Hey apos !:-)
where is the position (x and y) of the current cell in the browser stored ? -> how can i get it?