I want to run a script when a field is changed and with script triggers I think it's possible. Bu I don't know how to.. Can anybody plea开发者_StackOverflow社区se help?
Write your script.
In Edit Mode, right-click on a field and choose "Set Script Triggers..."
If you want the script to run when the field is changed, click the "OnObjectModify" event and then select your script.
Whenever the field is modified your script will now run.
精彩评论