===== Chatbot =====
Bot das sich mit Avataren per Chat "unterhalten" kann. Erinnert etwas an "[[http:... in entsprechend passendes Prim kann das Chat-Bot mit einer Anpassung der englischen Texte auch als Con... en der ankommende Avatare begrüsst, oder eine Anleitung, Hilfestellung oder ähnliches gibt.
<code>
in... {
llSay(0, "I'm good, just a little busy I guess.");
}
fect and click SAVE. Values are explained along with their
// min/max and default values further down... | PSYS_PART_FOLLOW_VELOCITY_MASK
... properly, they can
// be in any order! Any you omit a pair, it reverts to a default value.
//============================= Texture Parameters ==========
nctional Picture viewer and Video control script with webguide support
//This script is distributed fo... s script and post your improvement. Leave the credits intact but feel free to add your name at its bottom.
//Whats new:
//- Now using FULL_BRIGHT instea... where FreeView gets deeded to group post Video Init.
//- Renamed WebGuide to TV-Guide to reflect what
===== Besucherzähler mit E-Mail Benachrichtigung =====
Damit dieses Script funktionieren kann muss zuerst in der OpenSIM-Konf... onsdatei opensim.ini die E-Mail Funktion im Abschnitt SMTP eingeschaltet und konfiguriert werden.
<code>
// Besucherzähler mit E-Mail Benachrichtung
// von Blub Blinker, www.sw
is program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 3, as
// publishe... / This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTAB
is program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 3, as
// publish... / This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTAB
a box to the person who clicked.
// By default, it will only give items to the owner of the box.
// I wrote this because of all the texture bundles that are given out. It's really a PAIN
// to move a lot of textures or o... n an area where several people are going to touch it at once, because giving inventory is slow.
// Ve
is program is free software; you can redistribute it and/or
//modify it under the terms of the GNU General Public License
//as published by the Free Software Foundation; either version 2
//of the License, or (at your option... .
//This program is distributed in the hope that it will be useful,
//but WITHOUT ANY WARRANTY; witho
===== Grafitti Board =====
Zeigt einen Text auf einem Prim der im Chat eingegeben wird.
<code>
// Grafitti board 0.0.2 for OpenSim
// By Justin Clark-Case... ynamic!
integer CHARS_WIDTH = 42;
// Add some additional graffiti
addGraffiti(string message)
{
while (llStringLength(message) > CHARS_WIDTH)
{
text += "
SYS_PART_FOLLOW_SRC_MASK //Particles follow the emitter
| PSYS_PART_FOLLOW_VELOCITY_MASK//Particles are created at the velocity of the emitter
//| PSYS_PART_TARGET_POS_MASK //Particles follow the target
| PSYS_PART_EMISSIVE_MASK
//This integer should equal total number of positions
integer currentPos = 1;
string currentpos;
v... 2,22>; //These are vectors for the positions to
vector vPos2 = <81,23, 103>; /... r vPos5 = <143.3,238.8,50.2>;
string sPos1 = "Position One"; //name of positions, if desired. This helps
string sPos2 = "Position Two";
===== Visitor List Recorder =====
<code>
// Global variables
list visitor_list;
float range = 10.0; // in meters
float ra... ng name )
{
integer len = llGetListLength( visitor_list );
integer i;
for( i = 0; i < len; i++ )
{
if( llList2String(visitor_list, i) == name )
{
return
is program is free software: you can redistribute it and/or modify //
// it under the terms of the GNU General Public License as pu... //
// the Free Software Foundation, either version 3 of the License, or ... Vendor System is distributed in the hope that it will be useful, //
// b