|
Brandi Lane
Registered User
Join date: 2 Apr 2007
Posts: 157
|
12-15-2007 13:39
OK, maybe I'm losing my mind, but I can't seem to figure out what event fires when a prim's name or description is changed. I'm storing some configuration data there and I need to find out when the user updates either. Clues?
|
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
12-15-2007 13:57
the only way to detect changes in these fields is to check and compare... if it's just a little bit of data, then store it, and occasionally reference it to see if it's still the same. if it's a large amount, you might store the length of the info, and test to see if it's changed
_____________________
| | . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - 
|