I am new to ZBrush 2 and ZScripting and I was wondering about how to start out a script. I made this script and for some reason it won’t work.
[IButton, START]
[Note, "Welcome to my Script"]
]
something like that. And ZBrush says that it can’t perform the note operation because of Top Level only thing. I may not be explaining this so here is what it fully says:
[IButton, Start
] ZSCRIPT ERROR The following command cannot be used as a TopLevel command. Place this with another TopLevel-Capable command--> [Note , "Welcome to my Script"]
Could someone please explain what a TopLevel and Sublevel command is.