Project | Status |
XML Parser | Buggy, currently on backburner. |
Title/Forum Thread | Description | Proposition # |
llGiveSelf(key destination) | This function hands the destination a copy of the object this script resides in (and derezzes the in-world copy, if a no-copy object calls it) | 111 |
selected*(integer num) | Events for detecting whom is selecting the object. | 112 |
Additions to llRequestInventoryData | The ability to get the length of a sound, dimensions of a texture, and length of an animation. | 521 |
llDetectedCollisionLocation | The ability to get the point at which a collision occurred. | |
Additions to llRequestSimulatorData | See thread for details. | |
llSetLinkPrimitiveParams
llGetLinkPrimitiveParams | Primitive params that can be applied to and retrieved from any object (given the proper permissions) in a link set, like llSetLinkAlpha | 58 |
animation_triggered(integer handle, key avatar, string anim)
llAnimationListen llAnimationListenRemove | An event that fires when an animation is triggered, and functions to activate the event. | 520 |
llRequestGroupData
GROUP_NAME GROUP_MEMBER_COUNT GROUP_OFFICER_COUNT GROUP_FOUNDER | Get information about a particular group using its key. | |
PRIM_LINK constant for llSetPrimitiveParams | Apply parameters to multiple prims in a link set at the same time. | 669 |
llDropFromAvatar | Preforms the same operation dropping an attachment does using the SL UI. | |
llDialog changes. | Seperate this API from llListen, and allow us to close dialogs we open via script. | |
Object-object touching. | Allow scripted objects to trigger the touch events of other scripted objects. | |
script_error event - error handling | Allow scripts to handle trivial errors - cant find sound or texture in inventory, script doesn't have permissions - without spamming public chat. | 188 |
Collaborative script editor. | Allow two or more people to simultaneously work on a script in SL - viewing each other's changes as they occur. | 78 |
key llGetChanger
Thread 1 Thread 2 | Gets the UUID of the object or avatar that triggered the changed event. |