This commit is contained in:
Fred Beckhusen
2019-03-21 14:35:36 -05:00
561 changed files with 920 additions and 877 deletions

View File

@@ -15,7 +15,7 @@
// ControlCam script, by Azurei Ash, feel free to use and distribute
// To be used as a HUD attachment, touch to turn on, touch again to turn off
// HUD toggle by Ariane Brodie
// Rev 1.1 8-17-2013 Patched to compile by Ferd Frederix, un-initted owner vs llGetOwner()
// Rev 1.1 8-17-2013 Patched to compile by Fred Beckhusen (Ferd Frederix), un-initted owner vs llGetOwner()
// Initial camera position relative to avatar
// <1,0,.75> = 1 meter forward, 0 meters left, .75 meters up

View File

@@ -1,7 +1,7 @@
// :SHOW:
// :CATEGORY:Music
// :NAME:42_minute_Music_Box
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:
// :CREATED:2012-10-09 15:37:27.430
// :EDITED:2015-04-27 12:31:53
@@ -15,7 +15,7 @@
// :CODE:
// 10-09-2012 first reeleasedby Ferd Frederix
// 10-09-2012 first reeleasedby Fred Beckhusen (Ferd Frederix)
// 1-5-2014 rev 1.1
// Rev 1.1: change order of vars and set it to 9.0 seconds length files. added touch on/off
// Rev 1.2 optimized for Opensim

View File

@@ -1,7 +1,7 @@
// :SHOW:
// :CATEGORY:Music
// :NAME:42_minute_Music_Box
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:
// :CREATED:2012-10-09 15:37:27.430
// :EDITED:2015-04-27 12:31:53
@@ -14,7 +14,7 @@
// :CODE:
// general purpose avatar sensor for the music playert
// When someone gets in range, this starts the music sequence if a HUD or if the player is in the same prim
// 10-09-2012 by Ferd Frederix
// 10-09-2012 by Fred Beckhusen (Ferd Frederix)
// Rev 1.3 - made it send the Play and Stop only once and not use a sensor.
// This work is licensed under a Creative Commons Attribution 3.0 Unported License.

View File

@@ -1,7 +1,7 @@
// :SHOW:
// :CATEGORY:Music
// :NAME:42_minute_Music_Box
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:
// :CREATED:2014-01-07 22:38:00
// :EDITED:2015-04-27 12:31:53

View File

@@ -46,7 +46,7 @@
// I would also like to take the time here to recognize Archanox Underthorn
// as the creator of the original animation override.
// Mods to fix Opensim Crap by Ferd Frederix
// Mods to fix Opensim Crap by Fred Beckhusen (Ferd Frederix)

View File

@@ -1,6 +1,6 @@
// :CATEGORY:AO
// :NAME:AO_to_override_all_animations
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2011-05-08 20:15:22.530
// :EDITED:2013-09-18 15:38:47
// :ID:48

View File

@@ -1,7 +1,7 @@
// :SHOW:1
// :CATEGORY:NPC
// :NAME:All In One NPC Recorder and Player
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:
// :CREATED:2013-09-08 18:27:47
// :EDITED:2015-09-24 13:25:15

View File

@@ -1,7 +1,7 @@
// :SHOW:1
// :CATEGORY:NPC
// :NAME:All In One NPC Recorder and Player
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:NPC, Puppeteer
// :CREATED:2015-10-12 18:07:40
// :EDITED:2016-06-16 11:49:51
@@ -62,7 +62,7 @@
// Instructions on how to use this are at http://www.outworldz.com/opensim/posts/NPC/
// This is an OpenSim-only script.
// Author: Ferd Frederix aka Fred Beckhusen - fred@mitsi.com
// Author: Fred Beckhusen (Ferd Frederix) aka Fred Beckhusen - fred@mitsi.com
////////////////////////////////////////////////////////////////////////////////////////////
// Original code was Copyright (C) 2013 Wizardry and Steamworks - License: GNU GPLv3 //
@@ -71,7 +71,7 @@
// rights of fair usage, the disclaimer and warranty conditions. //
///////////////////////////////////////////////////////////////////////////////////////////
// The original NPC controller was from http://was.fm/opensim:npc
// Extensive additions and bug fixes by Fred Beckhusen, aka Ferd Frederix
// Extensive additions and bug fixes by Fred Beckhusen, aka Fred Beckhusen (Ferd Frederix)
// llSensor had two params swapped
// @Wander would wander where it had rezzed, not where it was.
// There was no 'no_sensor' event in sit, so if a @sit failed, the NPC got stuck

View File

@@ -1,7 +1,7 @@
// :SHOW:1
// :CATEGORY:NPC
// :NAME:All In One NPC Recorder and Player
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:NPC, Puppeteer
// :CREATED:2015-10-12 18:07:40
// :EDITED:2016-06-16 11:49:51
@@ -62,7 +62,7 @@
// Instructions on how to use this are at http://www.outworldz.com/opensim/posts/NPC/
// This is an OpenSim-only script.
// Author: Ferd Frederix aka Fred Beckhusen - fred@mitsi.com
// Author: Fred Beckhusen (Ferd Frederix) aka Fred Beckhusen - fred@mitsi.com
////////////////////////////////////////////////////////////////////////////////////////////
// Original code was Copyright (C) 2013 Wizardry and Steamworks - License: GNU GPLv3 //
@@ -71,7 +71,7 @@
// rights of fair usage, the disclaimer and warranty conditions. //
///////////////////////////////////////////////////////////////////////////////////////////
// The original NPC controller was from http://was.fm/opensim:npc
// Extensive additions and bug fixes by Fred Beckhusen, aka Ferd Frederix
// Extensive additions and bug fixes by Fred Beckhusen, aka Fred Beckhusen (Ferd Frederix)
// llSensor had two params swapped
// @Wander would wander where it had rezzed, not where it was.
// There was no 'no_sensor' event in sit, so if a @sit failed, the NPC got stuck

View File

@@ -1,7 +1,7 @@
// :SHOW:1
// :CATEGORY:NPC
// :NAME:All In One NPC Recorder and Player
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:NPC, Puppeteer
// :CREATED:2015-10-12 18:07:40
// :EDITED:2016-06-16 11:49:51
@@ -63,7 +63,7 @@
// Instructions on how to use this are at http://www.outworldz.com/opensim/posts/NPC/
// This is an OpenSim-only script.
// Author: Ferd Frederix aka Fred Beckhusen - fred@mitsi.com
// Author: Fred Beckhusen (Ferd Frederix) aka Fred Beckhusen - fred@mitsi.com
////////////////////////////////////////////////////////////////////////////////////////////
// Original code was Copyright (C) 2013 Wizardry and Steamworks - License: GNU GPLv3 //
@@ -72,7 +72,7 @@
// rights of fair usage, the disclaimer and warranty conditions. //
///////////////////////////////////////////////////////////////////////////////////////////
// The original NPC controller was from http://was.fm/opensim:npc
// Extensive additions and bug fixes by Fred Beckhusen, aka Ferd Frederix
// Extensive additions and bug fixes by Fred Beckhusen, aka Fred Beckhusen (Ferd Frederix)
// llSensor had two params swapped
// @Wander would wander where it had rezzed, not where it was.
// There was no 'no_sensor' event in sit, so if a @sit failed, the NPC got stuck

View File

@@ -1,7 +1,7 @@
// :SHOW:1
// :CATEGORY:NPC
// :NAME:All In One NPC Recorder and Player
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:NPC, Puppeteer
// :CREATED:2015-10-12 18:07:40
// :EDITED:2016-06-27 20:52:25
@@ -64,7 +64,7 @@
// Instructions on how to use this are at http://www.outworldz.com/opensim/posts/NPC/
// This is an OpenSim-only script.
// Author: Ferd Frederix aka Fred Beckhusen - fred@mitsi.com
// Author: Fred Beckhusen (Ferd Frederix) aka Fred Beckhusen - fred@mitsi.com
////////////////////////////////////////////////////////////////////////////////////////////
// Original code was Copyright (C) 2013 Wizardry and Steamworks - License: GNU GPLv3 //
@@ -73,7 +73,7 @@
// rights of fair usage, the disclaimer and warranty conditions. //
///////////////////////////////////////////////////////////////////////////////////////////
// The original NPC controller was from http://was.fm/opensim:npc
// Extensive additions and bug fixes by Fred Beckhusen, aka Ferd Frederix
// Extensive additions and bug fixes by Fred Beckhusen, aka Fred Beckhusen (Ferd Frederix)
// llSensor had two params swapped
// @Wander would wander where it had rezzed, not where it was.
// There was no 'no_sensor' event in sit, so if a @sit failed, the NPC got stuck

View File

@@ -1,7 +1,7 @@
// :SHOW:1
// :CATEGORY:NPC
// :NAME:All In One NPC Recorder and Player
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:NPC, Puppeteer
// :CREATED:2015-10-12 18:07:40
// :EDITED:2016-11-09 08:46:28
@@ -66,7 +66,7 @@
// Instructions on how to use this are at http://www.outworldz.com/opensim/posts/NPC/
// This is an OpenSim-only script.
// Author: Ferd Frederix aka Fred Beckhusen - fred@mitsi.com
// Author: Fred Beckhusen (Ferd Frederix) aka Fred Beckhusen - fred@mitsi.com
////////////////////////////////////////////////////////////////////////////////////////////
// Original code Copyright (C) 2013 Wizardry and Steamworks - License: GNU GPLv3 //
@@ -75,7 +75,7 @@
// rights of fair usage, the disclaimer and warranty conditions. //
///////////////////////////////////////////////////////////////////////////////////////////
// The original NPC controller was from http://was.fm/opensim:npc
// Extensive additions and bug fixes by Fred Beckhusen, aka Ferd Frederix
// Extensive additions and bug fixes by Fred Beckhusen, aka Fred Beckhusen (Ferd Frederix)
// llSensor had two params swapped
// @Wander would wander where it had rezzed, not where it was.
// There was no 'no_sensor' event in sit, so if a @sit failed, the NPC got stuck

View File

@@ -1,7 +1,7 @@
// :SHOW:1
// :CATEGORY:NPC
// :NAME:All In One NPC Recorder and Player
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:
// :CREATED:2013-09-08 18:27:47
// :EDITED:2015-05-29 11:25:14
@@ -36,7 +36,7 @@
// Instructions on how to use this is at http://www.outworldz.com/opensim/posts/NPC/
// This is an OpenSim-only script.
// Author: Ferd Frederix aka Fred Beckhusen - fred@mitsi.com
// Author: Fred Beckhusen (Ferd Frederix) aka Fred Beckhusen - fred@mitsi.com
////////////////////////////////////////////////////////////////////////////////////////////
// Original code was Copyright (C) 2013 Wizardry and Steamworks - License: GNU GPLv3 //
@@ -45,7 +45,7 @@
// rights of fair usage, the disclaimer and warranty conditions. //
///////////////////////////////////////////////////////////////////////////////////////////
// The original NPC controller was from http://was.fm/opensim:npc
// Extensive additions and bug fixes by Fred Beckhusem, aka Ferd Frederix, fred@mitsi.com
// Extensive additions and bug fixes by Fred Beckhusem, aka Fred Beckhusen (Ferd Frederix), fred@mitsi.com
// llSensor had two params swapped
// @Wander would wander where it had rezzed, not where it was.
// There was no 'no_sensor' event in sit, so if a @sit failed, the NPC got stuck

View File

@@ -1,7 +1,7 @@
// :SHOW:0
// :CATEGORY:NPC
// :NAME:All In One NPC Recorder and Player
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:NPC, Puppeteer
// :CREATED:2013-09-08 18:27:47
// :EDITED:2015-09-04 19:33:55
@@ -46,7 +46,7 @@ FOR DEBUG PURPOSES - DO NOT USE - USE LATER VERSIONS ONLY!!!
// Instructions on how to use this is at http://www.outworldz.com/opensim/posts/NPC/
// This is an OpenSim-only script.
// Author: Ferd Frederix aka Fred Beckhusen - fred@mitsi.com
// Author: Fred Beckhusen (Ferd Frederix) aka Fred Beckhusen - fred@mitsi.com
////////////////////////////////////////////////////////////////////////////////////////////
// Original code was Copyright (C) 2013 Wizardry and Steamworks - License: GNU GPLv3 //
@@ -55,7 +55,7 @@ FOR DEBUG PURPOSES - DO NOT USE - USE LATER VERSIONS ONLY!!!
// rights of fair usage, the disclaimer and warranty conditions. //
///////////////////////////////////////////////////////////////////////////////////////////
// The original NPC controller was from http://was.fm/opensim:npc
// Extensive additions and bug fixes by Fred Beckhusem, aka Ferd Frederix, fred@mitsi.com
// Extensive additions and bug fixes by Fred Beckhusem, aka Fred Beckhusen (Ferd Frederix), fred@mitsi.com
// llSensor had two params swapped
// @Wander would wander where it had rezzed, not where it was.
// There was no 'no_sensor' event in sit, so if a @sit failed, the NPC got stuck

View File

@@ -1,7 +1,7 @@
// :SHOW:0
// :CATEGORY:NPC
// :NAME:All In One NPC Recorder and Player
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:NPC, Puppeteer
// :CREATED:2013-09-08 18:27:47
// :EDITED:2015-09-17 08:21:19
@@ -48,7 +48,7 @@ FOR DEBUG PURPOSES - DO NOT USE - USE LATER VERSIONS ONLY!!!
// Instructions on how to use this is at http://www.outworldz.com/opensim/posts/NPC/
// This is an OpenSim-only script.
// Author: Ferd Frederix aka Fred Beckhusen - fred@mitsi.com
// Author: Fred Beckhusen (Ferd Frederix) aka Fred Beckhusen - fred@mitsi.com
////////////////////////////////////////////////////////////////////////////////////////////
// Original code was Copyright (C) 2013 Wizardry and Steamworks - License: GNU GPLv3 //
@@ -57,7 +57,7 @@ FOR DEBUG PURPOSES - DO NOT USE - USE LATER VERSIONS ONLY!!!
// rights of fair usage, the disclaimer and warranty conditions. //
///////////////////////////////////////////////////////////////////////////////////////////
// The original NPC controller was from http://was.fm/opensim:npc
// Extensive additions and bug fixes by Fred Beckhusem, aka Ferd Frederix, fred@mitsi.com
// Extensive additions and bug fixes by Fred Beckhusem, aka Fred Beckhusen (Ferd Frederix), fred@mitsi.com
// llSensor had two params swapped
// @Wander would wander where it had rezzed, not where it was.
// There was no 'no_sensor' event in sit, so if a @sit failed, the NPC got stuck

View File

@@ -1,7 +1,7 @@
// :SHOW:0
// :CATEGORY:NPC
// :NAME:All In One NPC Recorder and Player
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:NPC, Puppeteer
// :CREATED:2013-09-08 18:27:47
// :EDITED:2015-09-04 19:33:58
@@ -49,7 +49,7 @@ FOR DEBUG PURPOSES - DO NOT USE - USE LATER VERSIONS ONLY!!!
// Instructions on how to use this is at http://www.outworldz.com/opensim/posts/NPC/
// This is an OpenSim-only script.
// Author: Ferd Frederix aka Fred Beckhusen - fred@mitsi.com
// Author: Fred Beckhusen (Ferd Frederix) aka Fred Beckhusen - fred@mitsi.com
////////////////////////////////////////////////////////////////////////////////////////////
// Original code was Copyright (C) 2013 Wizardry and Steamworks - License: GNU GPLv3 //
@@ -58,7 +58,7 @@ FOR DEBUG PURPOSES - DO NOT USE - USE LATER VERSIONS ONLY!!!
// rights of fair usage, the disclaimer and warranty conditions. //
///////////////////////////////////////////////////////////////////////////////////////////
// The original NPC controller was from http://was.fm/opensim:npc
// Extensive additions and bug fixes by Fred Beckhusem, aka Ferd Frederix, fred@mitsi.com
// Extensive additions and bug fixes by Fred Beckhusem, aka Fred Beckhusen (Ferd Frederix), fred@mitsi.com
// llSensor had two params swapped
// @Wander would wander where it had rezzed, not where it was.
// There was no 'no_sensor' event in sit, so if a @sit failed, the NPC got stuck

View File

@@ -1,7 +1,7 @@
// :SHOW:1
// :CATEGORY:NPC
// :NAME:All In One NPC Recorder and Player
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:NPC, Puppeteer
// :CREATED:2013-09-08 18:27:47
// :EDITED:2015-08-05 08:54:13
@@ -49,7 +49,7 @@ FOR DEBUG PURPOSES - DO NOT USE - USE LATER VERSIONS ONLY!!!
// Instructions on how to use this is at http://www.outworldz.com/opensim/posts/NPC/
// This is an OpenSim-only script.
// Author: Ferd Frederix aka Fred Beckhusen - fred@mitsi.com
// Author: Fred Beckhusen (Ferd Frederix) aka Fred Beckhusen - fred@mitsi.com
////////////////////////////////////////////////////////////////////////////////////////////
// Original code was Copyright (C) 2013 Wizardry and Steamworks - License: GNU GPLv3 //
@@ -58,7 +58,7 @@ FOR DEBUG PURPOSES - DO NOT USE - USE LATER VERSIONS ONLY!!!
// rights of fair usage, the disclaimer and warranty conditions. //
///////////////////////////////////////////////////////////////////////////////////////////
// The original NPC controller was from http://was.fm/opensim:npc
// Extensive additions and bug fixes by Fred Beckhusem, aka Ferd Frederix, fred@mitsi.com
// Extensive additions and bug fixes by Fred Beckhusem, aka Fred Beckhusen (Ferd Frederix), fred@mitsi.com
// llSensor had two params swapped
// @Wander would wander where it had rezzed, not where it was.
// There was no 'no_sensor' event in sit, so if a @sit failed, the NPC got stuck

View File

@@ -1,7 +1,7 @@
// :SHOW:0
// :CATEGORY:NPC
// :NAME:All In One NPC Recorder and Player
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:NPC, Puppeteer
// :CREATED:2013-09-08 18:27:47
// :EDITED:2015-09-04 19:33:59
@@ -53,7 +53,7 @@ FOR DEBUG PURPOSES - DO NOT USE - USE LATER VERSIONS ONLY!!!
// Instructions on how to use this is at http://www.outworldz.com/opensim/posts/NPC/
// This is an OpenSim-only script.
// Author: Ferd Frederix aka Fred Beckhusen - fred@mitsi.com
// Author: Fred Beckhusen (Ferd Frederix) aka Fred Beckhusen - fred@mitsi.com
////////////////////////////////////////////////////////////////////////////////////////////
// Original code was Copyright (C) 2013 Wizardry and Steamworks - License: GNU GPLv3 //
@@ -62,7 +62,7 @@ FOR DEBUG PURPOSES - DO NOT USE - USE LATER VERSIONS ONLY!!!
// rights of fair usage, the disclaimer and warranty conditions. //
///////////////////////////////////////////////////////////////////////////////////////////
// The original NPC controller was from http://was.fm/opensim:npc
// Extensive additions and bug fixes by Fred Beckhusem, aka Ferd Frederix, fred@mitsi.com
// Extensive additions and bug fixes by Fred Beckhusem, aka Fred Beckhusen (Ferd Frederix), fred@mitsi.com
// llSensor had two params swapped
// @Wander would wander where it had rezzed, not where it was.
// There was no 'no_sensor' event in sit, so if a @sit failed, the NPC got stuck

View File

@@ -1,7 +1,7 @@
// :SHOW:0
// :CATEGORY:NPC
// :NAME:All In One NPC Recorder and Player
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:NPC, Puppeteer
// :CREATED:2013-09-08 18:27:47
// :EDITED:2015-09-04 19:34:00
@@ -51,7 +51,7 @@ FOR DEBUG PURPOSES - DO NOT USE - USE LATER VERSIONS ONLY!!!
// Instructions on how to use this is at http://www.outworldz.com/opensim/posts/NPC/
// This is an OpenSim-only script.
// Author: Ferd Frederix aka Fred Beckhusen - fred@mitsi.com
// Author: Fred Beckhusen (Ferd Frederix) aka Fred Beckhusen - fred@mitsi.com
////////////////////////////////////////////////////////////////////////////////////////////
// Original code was Copyright (C) 2013 Wizardry and Steamworks - License: GNU GPLv3 //
@@ -60,7 +60,7 @@ FOR DEBUG PURPOSES - DO NOT USE - USE LATER VERSIONS ONLY!!!
// rights of fair usage, the disclaimer and warranty conditions. //
///////////////////////////////////////////////////////////////////////////////////////////
// The original NPC controller was from http://was.fm/opensim:npc
// Extensive additions and bug fixes by Fred Beckhusem, aka Ferd Frederix, fred@mitsi.com
// Extensive additions and bug fixes by Fred Beckhusem, aka Fred Beckhusen (Ferd Frederix), fred@mitsi.com
// llSensor had two params swapped
// @Wander would wander where it had rezzed, not where it was.
// There was no 'no_sensor' event in sit, so if a @sit failed, the NPC got stuck

View File

@@ -1,7 +1,7 @@
// :SHOW:0
// :CATEGORY:NPC
// :NAME:All In One NPC Recorder and Player
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:NPC, Puppeteer
// :CREATED:2015-08-28 23:27:03
// :EDITED:2015-09-04 19:34:01
@@ -54,7 +54,7 @@ FOR DEBUG PURPOSES - SENSORS DO NOT WORK --- DO NOT USE SENSOR MODE ALL OTHE
// Instructions on how to use this is at http://www.outworldz.com/opensim/posts/NPC/
// This is an OpenSim-only script.
// Author: Ferd Frederix aka Fred Beckhusen - fred@mitsi.com
// Author: Fred Beckhusen (Ferd Frederix) aka Fred Beckhusen - fred@mitsi.com
////////////////////////////////////////////////////////////////////////////////////////////
// Original code was Copyright (C) 2013 Wizardry and Steamworks - License: GNU GPLv3 //
@@ -63,7 +63,7 @@ FOR DEBUG PURPOSES - SENSORS DO NOT WORK --- DO NOT USE SENSOR MODE ALL OTHE
// rights of fair usage, the disclaimer and warranty conditions. //
///////////////////////////////////////////////////////////////////////////////////////////
// The original NPC controller was from http://was.fm/opensim:npc
// Extensive additions and bug fixes by Fred Beckhusem, aka Ferd Frederix, fred@mitsi.com
// Extensive additions and bug fixes by Fred Beckhusem, aka Fred Beckhusen (Ferd Frederix), fred@mitsi.com
// llSensor had two params swapped
// @Wander would wander where it had rezzed, not where it was.
// There was no 'no_sensor' event in sit, so if a @sit failed, the NPC got stuck

View File

@@ -1,7 +1,7 @@
// :SHOW:1
// :CATEGORY:NPC
// :NAME:All In One NPC Recorder and Player
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:
// :CREATED:2013-09-08 18:27:47
// :EDITED:2015-08-02 21:09:13
@@ -142,7 +142,7 @@ osForceAttachToOtherAvatarFromInventory(key npc, string inventory, integer point
// :SHOW:1
// :CATEGORY:NPC
// :NAME:All In One NPC Recorder and Player
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:NPC, Puppeteer
// :CREATED:2015-08-28 23:27:03
// :ID:27
@@ -192,7 +192,7 @@ osForceAttachToOtherAvatarFromInventory(key npc, string inventory, integer point
// Instructions on how to use this are at http://www.outworldz.com/opensim/posts/NPC/
// This is an OpenSim-only script.
// Author: Ferd Frederix aka Fred Beckhusen - fred@mitsi.com
// Author: Fred Beckhusen (Ferd Frederix) aka Fred Beckhusen - fred@mitsi.com
////////////////////////////////////////////////////////////////////////////////////////////
// Original code was Copyright (C) 2013 Wizardry and Steamworks - License: GNU GPLv3 //
@@ -201,7 +201,7 @@ osForceAttachToOtherAvatarFromInventory(key npc, string inventory, integer point
// rights of fair usage, the disclaimer and warranty conditions. //
///////////////////////////////////////////////////////////////////////////////////////////
// The original NPC controller was from http://was.fm/opensim:npc
// Extensive additions and bug fixes by Fred Beckhusen, aka Ferd Frederix
// Extensive additions and bug fixes by Fred Beckhusen, aka Fred Beckhusen (Ferd Frederix)
// llSensor had two params swapped
// @Wander would wander where it had rezzed, not where it was.
// There was no 'no_sensor' event in sit, so if a @sit failed, the NPC got stuck

View File

@@ -1,7 +1,7 @@
// :SHOW:1
// :CATEGORY:NPC
// :NAME:All In One NPC Recorder and Player
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:NPC, Puppeteer
// :CREATED:2015-08-28 23:27:03
// :EDITED:2015-09-23 12:06:52
@@ -53,7 +53,7 @@
// Instructions on how to use this are at http://www.outworldz.com/opensim/posts/NPC/
// This is an OpenSim-only script.
// Author: Ferd Frederix aka Fred Beckhusen - fred@mitsi.com
// Author: Fred Beckhusen (Ferd Frederix) aka Fred Beckhusen - fred@mitsi.com
////////////////////////////////////////////////////////////////////////////////////////////
// Original code was Copyright (C) 2013 Wizardry and Steamworks - License: GNU GPLv3 //
@@ -62,7 +62,7 @@
// rights of fair usage, the disclaimer and warranty conditions. //
///////////////////////////////////////////////////////////////////////////////////////////
// The original NPC controller was from http://was.fm/opensim:npc
// Extensive additions and bug fixes by Fred Beckhusen, aka Ferd Frederix
// Extensive additions and bug fixes by Fred Beckhusen, aka Fred Beckhusen (Ferd Frederix)
// llSensor had two params swapped
// @Wander would wander where it had rezzed, not where it was.
// There was no 'no_sensor' event in sit, so if a @sit failed, the NPC got stuck

View File

@@ -1,7 +1,7 @@
// :SHOW:1
// :CATEGORY:NPC
// :NAME:All In One NPC Recorder and Player
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:NPC, Puppeteer
// :CREATED:2015-08-28 23:27:03
// :EDITED:2015-09-24 13:25:15
@@ -54,7 +54,7 @@
// Instructions on how to use this are at http://www.outworldz.com/opensim/posts/NPC/
// This is an OpenSim-only script.
// Author: Ferd Frederix aka Fred Beckhusen - fred@mitsi.com
// Author: Fred Beckhusen (Ferd Frederix) aka Fred Beckhusen - fred@mitsi.com
////////////////////////////////////////////////////////////////////////////////////////////
// Original code was Copyright (C) 2013 Wizardry and Steamworks - License: GNU GPLv3 //
@@ -63,7 +63,7 @@
// rights of fair usage, the disclaimer and warranty conditions. //
///////////////////////////////////////////////////////////////////////////////////////////
// The original NPC controller was from http://was.fm/opensim:npc
// Extensive additions and bug fixes by Fred Beckhusen, aka Ferd Frederix
// Extensive additions and bug fixes by Fred Beckhusen, aka Fred Beckhusen (Ferd Frederix)
// llSensor had two params swapped
// @Wander would wander where it had rezzed, not where it was.
// There was no 'no_sensor' event in sit, so if a @sit failed, the NPC got stuck

View File

@@ -1,7 +1,7 @@
// :SHOW:1
// :CATEGORY:NPC
// :NAME:All In One NPC Recorder and Player
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:NPC, Puppeteer
// :CREATED:2015-09-24 14:25:15
// :EDITED:2015-09-24 13:25:15
@@ -57,7 +57,7 @@
// Instructions on how to use this are at http://www.outworldz.com/opensim/posts/NPC/
// This is an OpenSim-only script.
// Author: Ferd Frederix aka Fred Beckhusen - fred@mitsi.com
// Author: Fred Beckhusen (Ferd Frederix) aka Fred Beckhusen - fred@mitsi.com
////////////////////////////////////////////////////////////////////////////////////////////
// Original code was Copyright (C) 2013 Wizardry and Steamworks - License: GNU GPLv3 //
@@ -66,7 +66,7 @@
// rights of fair usage, the disclaimer and warranty conditions. //
///////////////////////////////////////////////////////////////////////////////////////////
// The original NPC controller was from http://was.fm/opensim:npc
// Extensive additions and bug fixes by Fred Beckhusen, aka Ferd Frederix
// Extensive additions and bug fixes by Fred Beckhusen, aka Fred Beckhusen (Ferd Frederix)
// llSensor had two params swapped
// @Wander would wander where it had rezzed, not where it was.
// There was no 'no_sensor' event in sit, so if a @sit failed, the NPC got stuck

View File

@@ -1,7 +1,7 @@
// :SHOW:1
// :CATEGORY:NPC
// :NAME:All In One NPC Recorder and Player
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:NPC, Puppeteer
// :CREATED:2015-09-29 18:04:52
// :EDITED:2015-09-29 17:04:52
@@ -58,7 +58,7 @@
// Instructions on how to use this are at http://www.outworldz.com/opensim/posts/NPC/
// This is an OpenSim-only script.
// Author: Ferd Frederix aka Fred Beckhusen - fred@mitsi.com
// Author: Fred Beckhusen (Ferd Frederix) aka Fred Beckhusen - fred@mitsi.com
////////////////////////////////////////////////////////////////////////////////////////////
// Original code was Copyright (C) 2013 Wizardry and Steamworks - License: GNU GPLv3 //
@@ -67,7 +67,7 @@
// rights of fair usage, the disclaimer and warranty conditions. //
///////////////////////////////////////////////////////////////////////////////////////////
// The original NPC controller was from http://was.fm/opensim:npc
// Extensive additions and bug fixes by Fred Beckhusen, aka Ferd Frederix
// Extensive additions and bug fixes by Fred Beckhusen, aka Fred Beckhusen (Ferd Frederix)
// llSensor had two params swapped
// @Wander would wander where it had rezzed, not where it was.
// There was no 'no_sensor' event in sit, so if a @sit failed, the NPC got stuck

View File

@@ -1,7 +1,7 @@
// :SHOW:1
// :CATEGORY:NPC
// :NAME:All In One NPC Recorder and Player
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:NPC, Puppeteer
// :CREATED:2015-09-29 18:04:52
// :EDITED:2015-09-29 17:04:52
@@ -58,7 +58,7 @@
// Instructions on how to use this are at http://www.outworldz.com/opensim/posts/NPC/
// This is an OpenSim-only script.
// Author: Ferd Frederix aka Fred Beckhusen - fred@mitsi.com
// Author: Fred Beckhusen (Ferd Frederix) aka Fred Beckhusen - fred@mitsi.com
////////////////////////////////////////////////////////////////////////////////////////////
// Original code was Copyright (C) 2013 Wizardry and Steamworks - License: GNU GPLv3 //
@@ -67,7 +67,7 @@
// rights of fair usage, the disclaimer and warranty conditions. //
///////////////////////////////////////////////////////////////////////////////////////////
// The original NPC controller was from http://was.fm/opensim:npc
// Extensive additions and bug fixes by Fred Beckhusen, aka Ferd Frederix
// Extensive additions and bug fixes by Fred Beckhusen, aka Fred Beckhusen (Ferd Frederix)
// llSensor had two params swapped
// @Wander would wander where it had rezzed, not where it was.
// There was no 'no_sensor' event in sit, so if a @sit failed, the NPC got stuck

View File

@@ -1,7 +1,7 @@
// :SHOW:1
// :CATEGORY:NPC
// :NAME:All In One NPC Recorder and Player
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:NPC, Puppeteer
// :CREATED:2015-10-12 18:07:40
// :EDITED:2015-12-05 19:25:52
@@ -59,7 +59,7 @@
// Instructions on how to use this are at http://www.outworldz.com/opensim/posts/NPC/
// This is an OpenSim-only script.
// Author: Ferd Frederix aka Fred Beckhusen - fred@mitsi.com
// Author: Fred Beckhusen (Ferd Frederix) aka Fred Beckhusen - fred@mitsi.com
////////////////////////////////////////////////////////////////////////////////////////////
// Original code was Copyright (C) 2013 Wizardry and Steamworks - License: GNU GPLv3 //
@@ -68,7 +68,7 @@
// rights of fair usage, the disclaimer and warranty conditions. //
///////////////////////////////////////////////////////////////////////////////////////////
// The original NPC controller was from http://was.fm/opensim:npc
// Extensive additions and bug fixes by Fred Beckhusen, aka Ferd Frederix
// Extensive additions and bug fixes by Fred Beckhusen, aka Fred Beckhusen (Ferd Frederix)
// llSensor had two params swapped
// @Wander would wander where it had rezzed, not where it was.
// There was no 'no_sensor' event in sit, so if a @sit failed, the NPC got stuck

View File

@@ -1,7 +1,7 @@
// :SHOW:1
// :CATEGORY:NPC
// :NAME:All In One NPC Recorder and Player
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:
// :CREATED:2015-07-17 13:15:19
<<<<<<< HEAD

View File

@@ -1,7 +1,7 @@
// :SHOW:1
// :CATEGORY:NPC
// :NAME:All In One NPC Recorder and Player
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:
// :CREATED:2015-07-17 13:15:49
<<<<<<< HEAD

View File

@@ -1,7 +1,7 @@
// :SHOW:1
// :CATEGORY:NPC
// :NAME:All In One NPC Recorder and Player
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:
// :CREATED:2015-07-17 13:15:19
// :EDITED:2016-07-10 09:24:25

View File

@@ -1,7 +1,7 @@
// :SHOW:1
// :CATEGORY:NPC
// :NAME:All In One NPC Recorder and Player
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:
// :CREATED:2015-07-17 13:16:10
<<<<<<< HEAD

View File

@@ -1,7 +1,7 @@
// :SHOW:1
// :CATEGORY:NPC
// :NAME:All In One NPC Recorder and Player
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:
// :CREATED:2015-07-17 13:16:51
<<<<<<< HEAD

View File

@@ -1,7 +1,7 @@
// :SHOW:1
// :CATEGORY:NPC
// :NAME:All In One NPC Recorder and Player
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:
// :CREATED:2015-07-17 13:16:29
<<<<<<< HEAD

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Attachment
// :NAME:Anti_noscript_script
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:47
// :ID:41
@@ -20,7 +20,7 @@
// | |_ ___ _ __ __| | | |_ _ __ ___ __| | ___ _ __ ___ __
// | _/ _ \ '__/ _` | | _| '__/ _ \/ _` |/ _ \ '__| \ \/ /
// | _/ _ \ '__/ _` | | _| '__/ _ \/ _` |/ _ \ '__| \ \/ /
// | || __/ | | (_| | | | | | | __/ (_| | __/ | | |> <

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Prim Animator
// :NAME:Archipelis scripts for prim animator
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:48
// :ID:52
@@ -14,9 +14,9 @@
// :CODE:
// 06/20/2011
// Author Ferd Frederix
// Author Fred Beckhusen (Ferd Frederix)
// Use with one or more copies of the script 'Store 0..Store 1.. Store N'
// Copyright 2011 Fred Beckhusen aka Ferd Frederix
// Copyright 2011 Fred Beckhusen aka Fred Beckhusen (Ferd Frederix)
//
// Licensed under the GNU Version3 license at http://www.gnu.org/copyleft/gpl.html
// This program and the STORE scipts it uses must be left Copy/Transfer/MOD

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Prim Animator
// :NAME:Archipelis scripts for prim animator
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:48
// :ID:52
@@ -15,7 +15,7 @@
// Prim Animator DB
// 06/20/2011
// Author Ferd Frederix
// Author Fred Beckhusen (Ferd Frederix)
// Prim Storage script.
// Copyright 2011 Fred Beckhusen - all rights reserved

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Prim Animator
// :NAME:Archipelis scripts for prim animator
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:48
// :ID:52

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Prim Animator
// :NAME:Archipelis scripts for prim animator
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:48
// :ID:52
@@ -16,9 +16,9 @@
// Prim Animator DB
// 06/20/2011
// Author Ferd Frederix
// Author Fred Beckhusen (Ferd Frederix)
// Use with one or more copies of the script 'Store 0..Store 1.. Store N'
// Copyright 2011 Fred Beckhusen aka Ferd Frederix
// Copyright 2011 Fred Beckhusen aka Fred Beckhusen (Ferd Frederix)
//
// Licensed under the GNU Version3 license at http://www.gnu.org/copyleft/gpl.html
// This program and the STORE scipts it uses must be left Copy/Transfer/MOD

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Prim Animator
// :NAME:Archipelis scripts for prim animator
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:48
// :ID:52
@@ -14,7 +14,7 @@
// :CODE:
// With the courtesy of BestMomo Lagan.
// remove extra textures, script, and allow re-linked prim animation by Ferd Frederix
// remove extra textures, script, and allow re-linked prim animation by Fred Beckhusen (Ferd Frederix)
string generate_index(integer i)
{

View File

@@ -1,6 +1,6 @@
// :CATEGORY:AO
// :NAME:Auto_attach_when_dropped_on_ground
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2011-06-06 14:17:56.600
// :EDITED:2013-09-18 15:38:48
// :ID:62

View File

@@ -1,7 +1,7 @@
// :SHOW:
// :CATEGORY:Special Effects
// :NAME:Automatic_GIF_to_SL_script
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:
// :CREATED:2011-06-21 20:30:18.273
// :EDITED:2015-06-11 13:36:18

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Avatar Detector
// :NAME:Avatar Detector
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:48
// :ID:70

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Bat Rezzer
// :NAME:Bat_Rezzer__rezzes_any_number_of_bats
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2010-01-10 05:20:56.000
// :EDITED:2013-09-18 15:38:48
// :ID:85
@@ -27,7 +27,7 @@
// (at your option) any later version.
//
// Hint, that means it is open source, and you must leave it full trasfer/copy/mod. Any changes or derivative must include this header, license, and must be full transfer/copy/mod.

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Bee
// :NAME:Bee_and_Beehive
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2012-03-11 14:39:20.483
// :EDITED:2013-09-18 15:38:48
// :ID:86

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Bee
// :NAME:Bee_and_Beehive
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2012-03-11 14:39:20.483
// :EDITED:2013-09-18 15:38:48
// :ID:86

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Bee
// :NAME:Bee_and_Beehive
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2012-03-11 14:39:20.483
// :EDITED:2013-09-18 15:38:48
// :ID:86

View File

@@ -1,7 +1,7 @@
// :SHOW:
// :CATEGORY:Drink
// :NAME:Beer Drinking
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:
// :CREATED:2015-05-29 12:25:47
// :EDITED:2015-05-29 11:25:47

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Particles
// :NAME:Bling Particles with menu
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:48
// :ID:94

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Particles
// :NAME:Bling with Menu
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:48
// :ID:95

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Eye
// :NAME:Blinking Eye
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:49
// :ID:103

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Blue Whale
// :NAME:BlueWhale
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:49
// :ID:107

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Blue Whale
// :NAME:BlueWhale
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:49
// :ID:107
@@ -20,7 +20,7 @@
// | || __/ | | (_| | | | | | | __/ (_| | __/ | | |> <
// \_| \___|_| \__,_| \_| |_| \___|\__,_|\___|_| |_/_/\_\
//
// author Ferd Frederix
// author Fred Beckhusen (Ferd Frederix)
// Prim position root script
// Put this script in the root prim. Put the child script in all prims you wish to move.

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Blue Whale
// :NAME:BlueWhale
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:49
// :ID:107

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Blue Whale
// :NAME:BlueWhale
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:49
// :ID:107

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Blue Whale
// :NAME:BlueWhale
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:49
// :ID:107
@@ -20,7 +20,7 @@
// | || __/ | | (_| | | | | | | __/ (_| | __/ | | |> <
// \_| \___|_| \__,_| \_| |_| \___|\__,_|\___|_| |_/_/\_\
//
// author Ferd Frederix
// author Fred Beckhusen (Ferd Frederix)
// Prim positioner child script.
// Put a copy of this script in any prim you wish to move

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Blue Whale
// :NAME:BlueWhale
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:49
// :ID:107

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Blue Whale
// :NAME:BlueWhale
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:49
// :ID:107

View File

@@ -1,7 +1,7 @@
// :SHOW:
// :CATEGORY:REZZER
// :NAME:Boat and Car Rezzer
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:
// :CREATED:2017-11-19 21:49:02
// :EDITED:2017-11-19 20:49:02
@@ -12,7 +12,7 @@
// :DESCRIPTION:
// DESCRIPTION: []::Used to rez boats, cars, and airplanes when the prior rezzed vehicle is moved out of range
// :CODE:
//:AUTHOR: Ferd Frederix
//:AUTHOR: Fred Beckhusen (Ferd Frederix)
// Used to rez boats, cars, and airplanes when the prior rezzed vehicle is moved out of range
// First add a llDie() to the rezzed objects 'unsit' section. HWen your visitor unsits, the vehicle will poof.

View File

@@ -8,7 +8,7 @@
// :REV:1.0
// :WORLD:Second Life
// :DESCRIPTION:
// This script can be used to set the quail into it's initial size. Once this script has been loaded into the root prim of the quail and run, it can be deleted
// This script can be used to set the quail into it's initial size. Once this script has been loaded into the root prim of the quail and run, it can be deleted
// Author Fred Beckhusen (Ferd Frederix)
// :CODE:
default

View File

@@ -8,7 +8,7 @@
// :REV:1.0
// :WORLD:Second Life
// :DESCRIPTION:
// xs_debug - a script tointercept messages inside and outside your bird
// xs_debug - a script tointercept messages inside and outside your bird
// Version 2, 10-2-2011 by Fred Beckhusen (Ferd Frederix)
// Prints out the channel and the link number
// :CODE:

View File

@@ -13,7 +13,7 @@
// Version .25 3-25-2013
// script by Xundra Snowpaw
// mods by Fred Beckhusen (Ferd Frederix)

View File

@@ -1,6 +1,6 @@
// :CATEGORY:XS Pet
// :NAME:Breedable_pet_eye_scripts
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2012-08-16 10:21:14.630
// :EDITED:2013-09-17 21:48:30
// :ID:116
@@ -27,7 +27,7 @@
// This code is licensed as Creative Commons Attribution/NonCommercial/Share Alike
// See http://creativecommons.org/licenses/by-nc-sa/3.0/
// Noncommercial -- You may not use this work for commercial purposes

View File

@@ -1,6 +1,6 @@
// :CATEGORY:XS Pet
// :NAME:Breedable_pet_eye_scripts
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2012-08-16 10:21:14.630
// :EDITED:2013-09-17 21:48:30
// :ID:116
@@ -31,7 +31,7 @@
// If you change this in any script, change it in all of them
//
// LICENSE
/////////////////////////////////////////////////////////////////////

View File

@@ -1,6 +1,6 @@
// :CATEGORY:XS Pet
// :NAME:Breedable_pet_eye_scripts
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2012-08-16 10:21:14.630
// :EDITED:2013-09-17 21:48:30
// :ID:116
@@ -20,7 +20,7 @@
// See http://creativecommons.org/licenses/by-nc-sa/3.0/
// Noncommercial -- You may not use this work for commercial purposes
// Noncommercial -- You may not use this work for commercial purposes
// If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Halloween
// :NAME:Broomsticks
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:49
// :ID:119

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Halloween
// :NAME:Broomsticks
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:49
// :ID:119
@@ -24,7 +24,7 @@
// * April 15, 2004 - Adapted to work as DIY helicopter script -CT
// * ???, 2004 - Adapted to work as magic carpet. -CT
// * April 10, 2006 - Released to public. Tidied some code. Added beacon. Allowed anyone to pilot, no longer keyed to owner. -CT
// modified to be a borrom - Ferd Frederix
// modified to be a borrom - Fred Beckhusen (Ferd Frederix)
integer sit = FALSE;

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Halloween
// :NAME:Broomsticks
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:49
// :ID:119

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Halloween
// :NAME:Broomsticks
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:49
// :ID:119

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Halloween
// :NAME:Broomsticks
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:49
// :ID:119

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Butterflies
// :NAME:Butterflies
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:49
// :ID:133

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Butterflies
// :NAME:Butterflies
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:49
// :ID:133

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Butterflies
// :NAME:Butterflies
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:49
// :ID:133

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Butterflies
// :NAME:Butterflies
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:49
// :ID:133
@@ -16,7 +16,7 @@
////////////////////////////////////////////
// Follow Me Script segment
//
// Written by Ferd Frederix
// Written by Fred Beckhusen (Ferd Frederix)
///////////////////////////////////////// ///
float RADIUS = 2.0;

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Particles
// :NAME:Chain_a_Person
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2012-06-05 16:33:46.367
// :EDITED:2013-09-18 15:38:50
// :ID:161
@@ -15,7 +15,7 @@
//
// This Script is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License
//
// author: Ferd Frederix
// author: Fred Beckhusen (Ferd Frederix)
// requires a chain texture
// /1 on to turn on

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Particles
// :NAME:Chains
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:50
// :ID:162

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Communications
// :NAME:Chalkboard
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2014-01-07 22:48:53
// :EDITED:2014-01-07 22:48:12
// :ID:1009
@@ -20,7 +20,7 @@
// :License: Creative Commons CC
// :Author: Ferd Frederix
// :Author: Fred Beckhusen (Ferd Frederix)
// :Description:Shared media paper for collaborative chatting in any Virtual world.
// Makes a box <2.8, 1.8, 0.10>
// tapers the x and y = 0.1 to make it framed

View File

@@ -16,7 +16,7 @@
// :CODE:
// Original script by John Jamison john at imagilearning.com
// Mods by Ferd Frederix for various speakers
// Mods by Fred Beckhusen (Ferd Frederix) for various speakers
// resets when rezzed to establish listener.
// checks for > 100 chars, which Google ignores

View File

@@ -1,7 +1,7 @@
// :SHOW:
// :CATEGORY:ChatBot
// :NAME:ChatBot
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:
// :CREATED:2014-08-11 17:28:45
// :EDITED:2015-08-28 22:27:06

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Chatbot
// :NAME:ChatBot
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:
// :CREATED:2014-08-11 17:29:33
// :EDITED:2014-08-11

View File

@@ -1,6 +1,6 @@
// :CATEGORY:ChatBot
// :NAME:ChatBot
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :KEYWORDS:
// :CREATED:2014-08-11 17:28:45
// :EDITED:2014-08-11

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Particles
// :NAME:Clean White Smoke
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:50
// :ID:175

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Color
// :NAME:Color Shifter
// :AUTHOR:ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:50
// :ID:189

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Boat
// :NAME:DaVinci Boat
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-08
// :EDITED:2013-09-18 15:38:51
// :ID:220

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Boat
// :NAME:DaVinci Boat
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-08
// :EDITED:2013-09-18 15:38:51
// :ID:220

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Boat
// :NAME:DaVinci Boat
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-08
// :EDITED:2013-09-18 15:38:51
// :ID:220

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Boat
// :NAME:DaVinci Boat
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-08
// :EDITED:2013-09-18 15:38:51
// :ID:220

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Boat
// :NAME:DaVinci Boat
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-08
// :EDITED:2013-09-18 15:38:51
// :ID:220

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Boat
// :NAME:DaVinci Boat
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-08
// :EDITED:2013-09-18 15:38:51
// :ID:220

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Boat
// :NAME:DaVinci Boat
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-08
// :EDITED:2013-09-18 15:38:51
// :ID:220

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Boat
// :NAME:DaVinci Boat
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-08
// :EDITED:2013-09-18 15:38:51
// :ID:220

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Boat
// :NAME:DaVinci Boat
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-08
// :EDITED:2013-09-18 15:38:51
// :ID:220

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Boat
// :NAME:DaVinci Boat
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-08
// :EDITED:2013-09-18 15:38:51
// :ID:220

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Boat
// :NAME:DaVinci Boat
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-08
// :EDITED:2013-09-18 15:38:51
// :ID:220

View File

@@ -13,7 +13,7 @@
// mods by DonJr SpeigelBlatt and Ferd Frederix
// mods by DonJr SpeigelBlatt and Fred Beckhusen (Ferd Frederix)
//This work uses content from the Second Life® LSL Script library. Copyright 2007-2009 Linden Research, Inc. Licensed under the Creative Commons Attribution-Share Alike 3.0 License
/* !Dancer

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Dance
// :NAME:DanceServer
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:51
// :ID:216

View File

@@ -36,7 +36,7 @@
// 12. Dance!
// !Holy Server
// mods by DonJr SpeigelBlatt and Ferd Frederix
// mods by DonJr SpeigelBlatt and Fred Beckhusen (Ferd Frederix)
//Created Oct 2010 by Holy Gavenkrantz
//This work uses content from the Second Life® LSL Script library.
//Copyright © 2007-2009 Linden Research, Inc. Licensed under the

View File

@@ -10,7 +10,7 @@
// :DESCRIPTION:
// Dancer Slave
// :CODE:
// mods by DonJr SpeigelBlatt and Ferd Frederix
// mods by DonJr SpeigelBlatt and Fred Beckhusen (Ferd Frederix)
//This work uses content from the Second Life LSL Script library. Copyright © 2007-2009 Linden Research, Inc. Licensed under the Creative Commons Attribution-Share Alike 3.0 License
// !Dancer
//

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Dance
// :NAME:Dancer
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:51
// :ID:214
@@ -11,7 +11,7 @@
// Dance Server
// :CODE:
// Open source do with as you want license by Ferd Frederix
// Open source do with as you want license by Fred Beckhusen (Ferd Frederix)
// plays a random bunch of animations that are located in the prim inventory when it is attached or rezzed.

View File

@@ -12,7 +12,7 @@
// :CODE:
// The Script
//Feel Free To Mod The Following Values. ~Davy
//Feel Free To Mod The Following Values. ~Davy
Rev 2 - fixed the rotations to be expressed in degrees - Fred Beckhusen (Ferd Frederix)

View File

@@ -1,6 +1,6 @@
// :CATEGORY:Movement
// :NAME:Demon Circle
// :AUTHOR:Ferd Frederix
// :AUTHOR:Fred Beckhusen (Ferd Frederix)
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:51
// :ID:228

Some files were not shown because too many files have changed in this diff Show More