removed useless _ folders

This commit is contained in:
Fred Beckhusen
2015-08-09 16:54:31 -05:00
parent fde850293c
commit 948a44dfba
5204 changed files with 2425579 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<Project name="Anti_noscript_script" guid="D8C353AD-6C00-1014-B904-200204C60A89">
<Object name="Object" guid="D8C3548F-6C00-1014-B904-200204C60A89">
<Script name="Anti_noscript_script_1.lsl" guid="D8C37DF4-6C00-1014-B904-200204C60A89">
</Script>
</Object>
</Project>

View File

@@ -0,0 +1,74 @@
// :CATEGORY:Attachment
// :NAME:Anti_noscript_script
// :AUTHOR:Ferd Frederix
// :CREATED:2013-09-06
// :EDITED:2013-09-18 15:38:47
// :ID:41
// :NUM:54
// :REV:1.0
// :WORLD:Second Life
// :DESCRIPTION:
// Anti no script script makes attachments run in no-script zones
// :CODE:
//
//
// ______ _ ______ _ _
// | ___| | | | ___| | | (_)
// | |_ ___ _ __ __| | | |_ _ __ ___ __| | ___ _ __ ___ __
// | _/ _ \ '__/ _` | | _| '__/ _ \/ _` |/ _ \ '__| \ \/ /
// | || __/ | | (_| | | | | | | __/ (_| | __/ | | |> <
// \_| \___|_| \__,_| \_| |_| \___|\__,_|\___|_| |_/_/\_\
//
// fred@mitsi.com
// author Ferd Frederix
//
// anti-no-script script
// makes attached prims into a vehicle so they work in no-script zones.
// If you attach the prim while in a no-script zone, it won't work. Fly up 100 meters or so and it will start.
// Works only when in the root prim.
default
{
state_entry()
{
llReleaseControls();
llRequestPermissions(llGetOwner(),PERMISSION_TAKE_CONTROLS );
}
run_time_permissions(integer perm)
{