User:Daemonika Nightfire
Revision as of 05:04, 12 December 2010 by Daemonika Nightfire (talk | contribs) (→My personal LSL Script Library)
ich hab noch absolut gar keine Ahnung was ich hier schreiben soll :)
<LSL> string OwnerName = "Daemonika Nightfire"; default {
state_entry() { OwnerName = llKey2Name(llGetOwner); llGetAgentInfo("female","Demon",32); llGetAgentLanguage("german"); } touch_start(integer num_detected) { if(llDetectedKey(0) != OwnerName) { integer spank; llAddToLandBanList(llDetectedKey(0),0.0); } }
} </LSL>
My personal LSL Script Library
Name | Creator | Description |
---|---|---|
*DS*_Region_Reboot_Messenger | Daemonika Nightfire | With this script, find all that are specified in the list when the Sim is back after a restart. So you must then not always look on the map, if the sim is back there. |
*DS*_Display-Username_Online_Indicator | Daemonika Nightfire | This simple hover text-based script is used to shop owners in Second Life, customers at the current display name and user name to display publicly. Additionally shows the status of the Userkey and online. Furthermore, there are click of a chat link that opens the profile owner. |
*DS*_Single_AO-Sit | Daemonika Nightfire | Posescript for use with or without AO and with or without Animation. With the menu it is possible the seated Avatar to move. |
Dae's Particle | Daemonika Nightfire | I never use a particle generator. This Particle-Script serves me as a Basis for all of my Particle-Effects. |
LinkNumber-List_in_llSetLinkPrimitiveParamsFast | Daemonika Nightfire | Changed several prims in linkset with the same parameters, with a list. Without separate llSetLinkPrimitiveParams for each prim. (ideal for show/hide effects) |
More scripts and snippets follow in the future.