title Discussion #777 Message: 2007-03-04 06.39.34 strick user strick ip 216.218.244.9 vol 1 How to populate the new sandbox: PutSand(x,y,count) -- where x and y are in units of 4m, and count runs across the y direction. /pre( PutSand(32,23,4); PutSand(33,22,6); PutSand(34,21,8); PutSand(35,20,10); PutSand(36,20,10); PutSand(37,20,11); PutSand(38,21,10); PutSand(39,22,9); PutSand(40,22,10); PutSand(41,22,10); PutSand(42,23,10); PutSand(43,23,10); PutSand(44,23,10); PutSand(45,23,10); PutSand(46,22,10); PutSand(47,22,10); PutSand(48,22,9); PutSand(49,21,10); PutSand(50,20,11); PutSand(51,20,10); PutSand(52,20,10); PutSand(53,21,8); PutSand(54,22,6); PutSand(55,23,4); /pre)