A B C D E F G I J K L M N O R S T U V W
Da Do Dr

Damage

On land parcels with the damage option enabled, avatars can be damaged and killed (which simply teleports them to their home location, similar to llTeleportAgentHome). The current health of an avatar is...

Dataserver

dataserver(key queryid, string data) This event handler is triggered when the requested data is returned to the script. Data may be requested using...

Do-While

 A do-while loop is similar to a while loop, but the order in which the parts are executed is different. Format do { statements } while (condition);   Example do { llSay(0, “monkey!”); } while (monkeysRemain()); This code will say...

Drawer Script

This is a nice script for adding drawer functionality to any prim. //FREE SCRIPTS – TESTED AND WORKING ON KITELY // If you paid for this script, you were ripped off. // You may use in your creations. // You may not sell it as a script or in a script collection....