All,
I am looking for a way to create a reactor that changes a system variable back to specific variable when it is changed by a User or AutoCAD.
Specifically i am talking about MLEADERSCALE, you might have noticed that if you have several styles and you switch between them your Mleaderscale resets to 1 or the specific scale set in the style. I set dimscale and mleaderscale the same and when that change happens mleaderscale ends up changing forcing me to reset the mleaderscale after each time the style is changed.
I want to see the feasibility of using VLR-SysVar-Reactor and :VLR-sysVarWillChange and :VLR-sysVarChanged. I having trouble understanding the right code involved with these reactions. My furthest experience with VLR is just VLR-Command-Reactor's.
objective:
When Mleaderscale changes, it is reset to the current value of dimscale.
Any help or nudge would be greatly appreciated,
Matt