Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Passende Seitennamen:

Volltextergebnisse:

Chatbot @archiv:opensim:downloads:scripts
54 Treffer, Zuletzt geändert:
really great")>0 | llSubStringIndex(sentence,"not so happy")>0 | llSubStringIndex(sentence,"not so well")>0 | llSubStringIndex(sentence,"not so great")>0 | llSubStringIndex(sentence,"not very happy")>... really great")>0 | llSubStringIndex(sentence,"Not so happy")>0 | llSubStringIndex(sentence,"Not so wel
Texture Dropper @archiv:opensim:downloads:scripts
22 Treffer, Zuletzt geändert:
post = FALSE; //If TRUE the screen is locked once someone posts the first picture in it, useful for 'f... t display (eg: screen, painting, monitor). string sound = ""; //A sound to be played each time a new image is posted. Leave this string empty to disable sounds. float soundvol = 1; //Volume of the soun
Youtube Video Player @archiv:opensim:downloads:scripts
7 Treffer, Zuletzt geändert:
sed on the youtubeplayer by Nebadon Izume // with some few lines of code from DanFernandez Project inn... reqid; string StringBetween(integer pos, string source, string start, string end) { if (pos > 0) source = llGetSubString(source, pos, -1); integer sindex = llSubStringIndex(source, start); inte
Sounds
6 Treffer, Zuletzt geändert:
===== Sounds ===== Sound-Clips für OpenSIM dürfen maximal 10 Sekunden lang sein und müssen im Dateiformat .WA... von 44,1 kHZ, Mono oder Stereo. Um sich passende Sound-Clips zurechtzuschneiden, zu konvertieren, mit... das kostenlose Audio-Programm "[[http://audacity.sourceforge.net/?lang=de|Audacity]]". ==== Sound-Sa
Terrains
5 Treffer, Zuletzt geändert:
s ===== Die Downloads auf dieser Seite enthalten sowohl reine Terrains, also nur Bodenstrukturen (Lan... r Region die importierte Region eingesetzt werden soll (falls man mehr als 1 Region hat). Die Serverk... ertig ist wird die neue Region angezeigt und kann sofort genutzt werden. === Flache 1x1 Region mit ei... Region das importierte Terrain eingesetzt werden soll (falls man mehr als 1 Region hat). Die Serverk
Tip Jar / Donation Box @archiv:opensim:downloads:scripts
5 Treffer, Zuletzt geändert:
"<your name>'s donation hat. //Donate if you are so inclined." //at which point anyone can right cli... Text( owner + "'s Tip Jar.\nPlease tip if you are so inclined!\n$L0 Donated so far",<.25,1,.65>,1); //Red Light flash llParticleSystem ... Text( owner + "'s Tip Jar.\nPlease tip if you are so inclined!\n$L" + (string)amount + " Was donated l
Simple Radar @archiv:opensim:downloads:scripts
5 Treffer, Zuletzt geändert:
right (C) 2006 Sable Till //This program is free software; you can redistribute it and/or //modify it... General Public License //as published by the Free Software Foundation; either version 2 //of the Licen... long with this program; if not, write to the Free Software //Foundation, Inc., 51 Franklin Street, Fif... alculate the angle between //North and the target so I can work out which direction it is in. float ge
Media Viewer @archiv:opensim:downloads:scripts
5 Treffer, Zuletzt geändert:
de> integer Channel = 1; //Command Channel. key Song; key Picture; default { state_entry() ... Picture = llGetTexture(ALL_SIDES); Song = llGetObjectDesc(); llListen(Channel, ... ring(Cmd, 1) != "") { Song = llList2String(Cmd, 1); llSetObjectDesc(Song); } llLoopSound(Song, 1
Zero Lag Poseball @archiv:opensim:downloads:scripts
4 Treffer, Zuletzt geändert:
C) 2007 Jippen Faddoul // This program is free software: you can redistribute it and/or modify // ... icense version 3, as // published by the Free Software Foundation. // // This program is distri... if(avatar != NULL_KEY){ //SOMEONE SAT DOWN hide(); ... return; }else{ //SOMEONE STOOD UP if (llGetPermission
Simple Vendor @archiv:opensim:downloads:scripts
4 Treffer, Zuletzt geändert:
t != price) { llWhisper(0,"Sorry! The price is $" + (string)price); ... name + " bought their item."); state sold; } } else { llWhisper(0,"Sorry I'm only selling this to " + name); llGiveMoney(id,amount); } } } state sold { state_entry() { } } </code>
Fire Particle @archiv:opensim:downloads:scripts
4 Treffer, Zuletzt geändert:
// You are free to use this script as you please, so long as you include this line: //** The original ... all. (default 1x1) // Textures are FLAT, so the 'z' part of the vector is ignored. // ... // // TARGET_POS: causes particles to arrive at a some target at end of of their lifespan. // // TARGE... Your controls should be effective immediately. (Some controllers can be // adjusted and tuned, open
Give all Content @archiv:opensim:downloads:scripts
4 Treffer, Zuletzt geändert:
an use this script to give everything in a box to someone, by changing 'owneronly' to be 0. BUT: // /... { llInstantMessage(target,"Sorry, only the owner is allowed to get my contents.... ECARD,INVENTORY_OBJECT,INVENTORY_SCRIPT,INVENTORY_SOUND,INVENTORY_TEXTURE]; integer invent... if (objectname != myname) // don't give self out so the user doesn't get fifty thousand copies.
Poseball @archiv:opensim:downloads:scripts
4 Treffer, Zuletzt geändert:
C) 2007 Jippen Faddoul // This program is free software: you can redistribute it and/or modify // ... License version 3, as // published by the Free Software Foundation. // // This program is distri... if(avatar != NULL_KEY){ //SOMEONE SAT DOWN hide(); ... return; }else{ //SOMEONE STOOD UP if (llGetPermission
Scripts
3 Treffer, Zuletzt geändert:
Script programmierten Funktionen ausführen kann. So können Prims z.B. interaktiv reagieren, ständig s... ende Funktionen ausführen und vieles andere mehr. So kann man z.B. mit einem Script eine Türe bauen, d... der jeweiligen Autoren die diese Scripts als Open Source freigegeben haben. Wer noch zusätzliche, frei
Particle System @archiv:opensim:downloads:scripts
3 Treffer, Zuletzt geändert:
state_entry() { llSleep(1); // Do something.. } touch_start(integer total_numb... eger followSource = 1; // Particles follow the source integer followVel = 1; // Particle... 0,1>; // Rotation of ANGLE patterns around the source integer flags = 0; if (target
Dimmen @archiv:opensim:downloads:scripts
2 Treffer, Zuletzt geändert:
Texturen
2 Treffer, Zuletzt geändert:
Online Indicator @archiv:opensim:downloads:scripts
2 Treffer, Zuletzt geändert:
Load URL @archiv:opensim:downloads:scripts
1 Treffer, Zuletzt geändert:
Sensor Door @archiv:opensim:downloads:scripts
1 Treffer, Zuletzt geändert:
Grafitti Board @archiv:opensim:downloads:scripts
1 Treffer, Zuletzt geändert:
Elevator @archiv:opensim:downloads:scripts
1 Treffer, Zuletzt geändert:
Sleep @archiv:opensim:downloads:scripts
1 Treffer, Zuletzt geändert:
Snow 2 (Schnee) @archiv:opensim:downloads:scripts
1 Treffer, Zuletzt geändert:
Navigation

Alternative Startseite
Helpdesk
Links
Maps
Radio
Suchmaschine


Drucken/exportieren