The Great Escape coordinates of players

So I just started the game and I’m unable to find - how do I get the current coordinates of the dragons. X and Y always show the coordinates of enemy bot, but is there a way to see my own, or player 3 location? Im programming on python btw.

Thank you
Mantas

Your player ID is :

int myId = int.Parse(inputs[3]); // id of my player (0 = 1st player, 1 = 2nd player, ...)

You need to check the id of the for-loop to find your own coordinate