
self thread doCoords();
doCoords()
{
self endon ( "disconnect" );
self notifyOnPlayerCommand("N", "+actionslot 1");
for(;;)
{
self waittill("N");
self iPrintLnBold(self.origin);
wait .01;
}
}
