ZBrushCentral

one zscript calling another zscript

hello,

is this possible ?
and if yes , can you please give an exemple ???

thank you for your help

:=)

You can do it by using

[FileNameSetNext,“zscriptToCall.zsc”]
[IPress,“Zscript:Load”]

However, only one zscript/plugin can be loaded at a time so once the new zscript has been called there is no way of returning to your zscript.

thank you

:=)