I've just started learning MEL and its quite fun I've seen a rig that when you open that file you get a window with the name of the rigger(which I forgot :P) when you hit OK the window closes I want to know how to do that can anyone help ?
{ $commandString =("confirmDialog\n"+ " -title \"Your Title\" \n"+ " -message \"Your message\" \n"+ " -button \"Ok\" -defaultButton \"Ok\";"); scriptNode -beforeScript $commandString -scriptType 2 -name "onLoadMessage#"; }
Thanks a lot Joojaa it works.