Hi !
I need to create a question with 2 choice for example :
"What do you want ?"
- Do (choice 1)
- I don't want (choice 2)
- Cancel
when choice 1 is pressed do ...
when choice 2 is pressed do ...
when cancel is pressed do ...
Stop the script
How translate that in Maxscript ?
Comments
For more info read this
For more info read this topic
http://docs.autodesk.com/3DSMAX/15/ENU/MAXScript-Help/index.html?url=fil...
bga
:)
Can we create a answer without " yesNoCancelBox " ?
...
bga
without YesNoCancelBox
bga
Thanks You !!!
Thanks you veru mush barigazy :D
I'll to learn Max script because I'm bad at it today , I know do a little script with step but never a complete script :(
Have a nice day ! :)
Regards
Kasimashi
...
Just start with basic stuff, see this training if you already not http://vimeo.com/album/1514565 , read mxs help and ask forum if you have problem with you code. Is that simple or not? :)
Cheers!
Branko
bga
:) funny answer
bga
:p
Thanks but In fact I need :
A question say :
"Do you want a destroy or standart batiment?"
- Standard (choice 1)
- Destroy (choice 2)
- Cancel
if choice 1 is pressed do :
select (for o in objects where matchPattern o.name pattern:"*2_*" collect o) delete $
if choice 2 is pressed do :
select Parent of the children are exist and delete them.
like this : http://img15.hostingpics.net/pics/142816parentofchildren.png
if cancel is pressed :
stop the script