Use this in items that stubbornly need to be reset when rezzed.
///////////////////////////////////////////////
This script and other contents ("Package", "Software") is covered under the GNU GPL v3.0 license. This script is provided for FREE, but comes with NO SUPPORT.
Learn More: https://www.gnu.org/licenses/gpl-3.0.en.html
//////////////////////////////////////////////
1. To use this script, first you need to find the name of the script you want to reset whenever it is rezzed/added. You'll need to rez your item out first, then go to your Edit menu. (Windows: Right click>Edit>Contents. Mac: Cmd+Click>Edit>Contents)
2. Once you find the name of the script you want to reset, open the script from your inventory, then type the name into the "" as the script name is in the contents window. You may add more llResetOtherScript calls if you're resetting multiple scripts. (NOTE: Keep the quotation marks, as they notate a "string literal" [More info:http://wiki.secondlife.com/wiki/String ] without these quotation marks, the script will break, and give you an error.)
3. When you finish typing the names into the blocks with the "", double check, then hit "Save". if no errors arise, close the script window and add the script to the item in question.
