Position
From WikiManual
Darwinbots uses an (x, y) coordinate system to calculate each bot's position.
You can find your exact position on the field by using .xpos and .ypos (or .depth)
You can find the exact position of an enemy you are looking at by using .refxpos and .refypos
Angle
Angle uses position data. Angle will calculate the angle between your position and a position you specify. You can use this to aim yourself very accurately at an enemy.
*.refxpos *.refypos angle .setaim store
This code makes for devastatingly precise attacks.