GLOOMIII: In doubt, Compare is your friend
There is nothing more painful ,while adapting a script you made before to a new object, to you discover a bug in the initial script that you can fix, and now have to carefully remove the same bug from all the different variants of this script.
That’s where the Compare function in LSLPlus is your friend. Simply select both scripts, hit compare, and they are shown side by side, with the differenve between eachothers highlighted, with buttons to quickly merge the changes from one to the other.
I know this has existed for a while inclassic C/C++ programming, but i’m jsut discovering the benefits for an LSL user.
here is a pic.