Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Passende Seitennamen:

Volltextergebnisse:

Chatbot
69 Treffer, Zuletzt geändert:
,"m perfect")>0 | llSubStringIndex(sentence,"m awesome")>0 | llSubStringIndex(sentence,"m better then ... eat")>0 | llSubStringIndex(sentence,"m feeling awesome")>0 | llSubStringIndex(sentence,"m feeling perf... really great")>0 | llSubStringIndex(sentence,"not so happy")>0 | llSubStringIndex(sentence,"not so well")>0 | llSubStringIndex(sentence,"not so great")>0
Texture Dropper
28 Treffer, Zuletzt geändert:
post = FALSE; //If TRUE the screen is locked once someone posts the first picture in it, useful for 'f... nteger creatorlock = TRUE; //When lockonpost is also TRUE, this allows the creator of the displayed im... 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 s
Simple Radar
11 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
9 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, ... Say commands on channel " + (string)Channel + ".\nSound: 'play <key>'/'stop'\nImage: 'show <key>'/'hid... g(Cmd, 0)) == "PLAY") { llStopSound(); if(llList2String(Cmd, 1) != "")
Youtube Video Player
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
Tip Jar / Donation Box
7 Treffer, Zuletzt geändert:
"<your name>'s donation hat. //Donate if you are so inclined." //at which point anyone can right click on it and give you a tip. also, the script tells the donator thanks, and then tells you who donated how much //also shows the total amount donated integer totaldon... Text( owner + "'s Tip Jar.\nPlease tip if you are so inclined!\n$L0 Donated so far",<.25,1,.65>,1);
Sensor Door
7 Treffer, Zuletzt geändert:
===== Sensor Door ===== <code> // Fixyou Kit's sensor door script with unknown avatar detection. // Door can be ... er ava_known = 0; default { state_entry() { llSensorRepeat("","",AGENT,scandist,TWO_PI,10.0); llWhisper(0,"Scanner is active"); } sensor(integer total_number) { integer x; for (x = 0; x
Give all Content
6 Treffer, Zuletzt geändert:
e script that gives everything in a box to the person who clicked. // By default, it will only give i... an use this script to give everything in a box to someone, by changing 'owneronly' to be 0. BUT: // /... ( (target != owner) && (owneronly == 1) ) // person clicking isn't owner and owneronly is set; ... { llInstantMessage(target,"Sorry, only the owner is allowed to get my contents.
Zero Lag Poseball
5 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... play with these numbers to adjust how far the person sits from the ball. ( <X,Y,Z> ) vector offset=<0... if(avatar != NULL_KEY){ //SOMEONE SAT DOWN hide();
Particle System
5 Treffer, Zuletzt geändert:
state_entry() { llSleep(1); // Do something.. } touch_start(integer total_numb... / Go from start to end size integer followSource = 1; // Particles follow the source integer followVel = 1; // Particles turn to vel... 0,1>; // Rotation of ANGLE patterns around the source integer flags = 0; if (target
Simple Vendor
5 Treffer, Zuletzt geändert:
//Version: 1.0.0 // string name = "name of person"; integer price = 10; // adjust accordingly st... 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);
Poseball
5 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... play with these numbers to adjust how far the person sits from the ball. ( <X,Y,Z> ) vector offset=<0... if(avatar != NULL_KEY){ //SOMEONE SAT DOWN hide();
Dimmen
4 Treffer, Zuletzt geändert:
in das Objekt, das quasi als Fernbedienung dienen soll. Die Namen werden dabei im Array WALL_OPTIONS festgelegt. <code> // This program is free software; you can redistribute it and/or // modify i... eneral Public License // as published by the Free Software Foundation; either version 2 // of the Lice... . // // DO NOT REMOVE THE ABOVE HEADER FOR ANY REASON WHATSOEVER. // Window Controller Script (put i
Fire Particle
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
Avatar Radar
3 Treffer, Zuletzt geändert:
dar ===== <code> default { state_entry() { llSensorRepeat("","",AGENT,92.0,PI*2,5.0); } sensor(integer _det) { string radarData = ""; integer x; for (... llSetText(radarData,<1.0,1.0,1.0>,1.0); } no_sensor() { string radarData = "No Avatar Detected"; } }
Avatar Trace Cam
3 Treffer, Zuletzt geändert:
Besucherzähler mit E-Mail Benachrichtigung
3 Treffer, Zuletzt geändert:
Follower
2 Treffer, Zuletzt geändert:
Fireworks
2 Treffer, Zuletzt geändert:
Sleep
2 Treffer, Zuletzt geändert:
Visitor List Recorder
2 Treffer, Zuletzt geändert:
Online Indicator
2 Treffer, Zuletzt geändert:
Load URL
1 Treffer, Zuletzt geändert:
Grafitti Board
1 Treffer, Zuletzt geändert:
Skype Online Status - Multi-User Version
1 Treffer, Zuletzt geändert:
Snow 2 (Schnee)
1 Treffer, Zuletzt geändert:
Elevator
1 Treffer, Zuletzt geändert:
E-Mail
1 Treffer, Zuletzt geändert:
Navigation

Alternative Startseite
Helpdesk
Links
Maps
Radio
Suchmaschine


Drucken/exportieren