ZBrushCentral

Question: Using move brush and canvas click in zscript

Hello, i am trying to use the canvas click command : [CanvasClick, 640, 360, 0,0] while having the move brush selected. The test model i am using has points at 640,360 , and also this command works with the clay buildup brush. I would like to know why this is not working , and if there is another possible solution. Thank you.

You could try this one if this would work. Put it inside am IkeyPress Command

[IKeyPress, ,
[CanvasClick, 640, 360, 0,0]
, 640, 360]