I create following robots that from time to time get lost. I am getting frustrated with the lack of functions to help prevent this. If i made my objects copyable this would not be a problem but there are things I do not like about copy permissions. If you make something copyable you have to make it no transfer which prevents notecards in contents from being edited/opened. Objects I created cannot be given back to me to be checked out. I cannot sell more than one of the same object to the same person.
llScriptDanger = No good.. I tried to use this to prevent bots from going into no script areas but this function also returns TRUE for public land and auto-return. All I want to do if find no script areas. My bots will send an IM if they get lost except in no script areas.
Here is what I would like to see.
llReturnToInventory();
This function would require you to request permissions first so it cannot be abused and spam someone's inventory. I would use this along with a sensor. When the owner is not detected (or attached) for maybe 10 minutes it would return.
This would be very nice for vehicles also.
llNoScript();
TRUE only for no script areas.