Page 1 of 1

Shorter notation for selections

Posted: April 26th, 2012, 9:40 pm
by Allie
I don't know if this would be feasible or worth adding, but I think it would be nice if when selecting an area for a draw command with coordinates, I could type something like:

/c X1 Y1 H1 X2 Y2 H2

instead of:

/c
/m X1 Y1 H1
/m X2 Y2 H2

For example, if I typed "/c 0 0 0 20 20 20" I would make a cuboid from (0, 0, 0) to (20, 20, 20) in one command.

Re: Shorter notation for selections

Posted: April 27th, 2012, 1:47 am
by fragmer
Well, everything after "/C" gets passed to the brush. I don't know how fCraft is supposed to distinguish brush parameters and coordinates. I'd have to give up one or the other: either forcing everyone to call /Brush to change params, or forcing everyone to use /Mark. I prefer the latter (current) setup.