I am using a note card as a way of dynamically configuring a few parameters of a script I wrote. The way it's set up, when you rez the object that contains the script, it reads the first three lines of the note card and collects the needed parameters and stores them in variables in the script. My question is this...
If, once the object is rezzed, I want to change the note card, thus altering the parameter values already read by the script upon saving the updated note card in the object's inventory, is there some kind of triggered event that is raised to indicate that the note card should be re-read to get the new values?
Also, if I've already read the note card to E-O-F, how do I start the reading process over again, at the top, and read all the necessary lines of the note card?
Thank you,
Bartiloux Desmoulins
you could instead of resetting script, redirect it to an 'init' function you make to reset your script. 