Blockland Forums > General Discussion
Easy way to find stray bricks?
Lugnut:
that's a colorset, further down you'll find the actual bricks. they aren't in any order that I know of, so just do something like this:
echo(findclientbyname(scratch).player.getPosition());
while standing in the known base.
then look in the save for coordinates that aren't close to those ones
ScratchTehEPICSpaceDude:
--- Quote from: Lugnut on June 24, 2012, 05:06:46 PM ---that's a colorset, further down you'll find the actual bricks. they aren't in any order that I know of, so just do something like this:
echo(findclientbyname(scratch).player.getPosition());
while standing in the known base.
then look in the save for coordinates that aren't close to those ones
--- End quote ---
Well shoot I'm dumb.
ScratchTehEPICSpaceDude:
I got a syntax error.
Lugnut:
you typed it in wrong.
ScratchTehEPICSpaceDude:
Nope, I typed in exactly what you said:
echo(findclientbyname(scratch).player.getPosition());