Notifications
Clear all

[Closed] On Save/On Open?

Is it possible to have a script that loads when the user starts max and executes code when they try to open or save a file.

How about when they try to quit max?

I’m guessing there must be a whole family of functions that I’m not finding that execute on events, but can run in the background.

  • Thanks
2 Replies
1 Reply
(@bobo)
Joined: 12 months ago

Posts: 0

See “General Event Callback Mechanism” topic. Literally hundreds of callbacks can be registered to be triggered by system events…

Those are perfect thanks!