Notifications
Clear all

[Closed] ever executing script

I need to make an script that is ever listening while 3ds max is open. I mean, for example, i have a function that prints selection name, then i want an script listening in the system, waiting for me to select an object, and then when it happends, calls to the print fucntion.

thanks and sorry for my poor english

2 Replies

Look up “callbacks” in the documentation they should cover what you want.

thanks, i’ve read the documentation now about callbacks, and after some tests i’ve got a solution. thanks again