hello,
it would be nice if the z-vector from the draw_line instruction could be the width in pixels of the line.

Code:
draw_line(vector(10,10,0),NULL,100);
draw_line(vector(20,100,3),vector(255,0,0),100);


would draw a line like this: