[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3760: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3184)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3762: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3184)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3763: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3184)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3764: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3184)
7Seas Fishing Forum • View topic - Pop-up to request that people not sell your custom fish

Pop-up to request that people not sell your custom fish

No promotion here please! Discuss building, collecting, and using community catchables and 7Seas-compatible buyables. Any registered user can start new threads here and reply.

Pop-up to request that people not sell your custom fish

Postby 7Seas Sass » 01 Jan 2009, 11:34

You can just call me "Sass." I am your official customer support gal! Send me an IM in Second Life (name: 7Seas Sass) if you need individual help.
User avatar
7Seas Sass
 
Posts: 155
Joined: 18 Dec 2008, 07:11
Location: Second Life

Re: Pop-up to request that people not sell your custom fish

Postby LittleHelper Eichel » 02 Jan 2009, 07:59

I searched a little bit in the LSL Editor 1.0 Help:

This script says it when the Object is attached and deattached:

default
{
attach(key attached)
{
if (attached != NULL_KEY) // object has been //attached//
{
llSay( 0, "Hello " + llKey2Name(attached) + "!\nTerms of Use: This fish is not for resale, only to trade or give away! Contact the creator, Mayli Nirpaw, if you spot someone selling these." );
// etc.
}
else // object has been detached
{
llSay( 0, "Terms of Use: This fish is not for resale, only to trade or give away! Contact the creator, Mayli Nirpaw, if you spot someone selling these." );
// etc.
}
}
}




and this script when rezzed:

default

{ on_rez(integer start_param)

{
llSay( 0, "Terms of Use: This fish is not for resale, only to trade or give away! Contact the creator, Mayli Nirpaw, if you spot someone selling these." );
}

}


If you want the script to whisper it only to the person that rezzes or wears the item just change llSay to llWhisper.
If you want really anyone around in 98m to hear it you can change it to shouting too: llShout

Greetz
LH
---
LittleHelper Eichel @ - the friendly german Usenetforum
User avatar
LittleHelper Eichel
 
Posts: 20
Joined: 19 Dec 2008, 23:51

Re: Pop-up to request that people not sell your custom fish

Postby Seven Shikami » 02 Jan 2009, 08:45

Two recommendations.

One, put those Says into the OpenFish script, don't add a second script. Less system performance issues adding a whole new script when you could just modify an existing one.

Second, use llOwnerSay("blahblah") instead of llSay or (ye gads!) llShout. There's no need to spam everybody within 20m with your copyright notice, much less everybody within 100m!
From the workshop of Seven Shikami, Official 7Seas Code Monkey.
For technical support please contact 7Seas Sass by IM in Second Life.
User avatar
Seven Shikami
 
Posts: 144
Joined: 18 Dec 2008, 09:43

Re: Pop-up to request that people not sell your custom fish

Postby Kabalyero Kidd » 03 Jan 2009, 05:10

What I did is, I put placed some of my customs in a box and added a Terms of Use notecard. Having to read a message everytime something is worn is kinda annoying to me and could also be annoying to some. :)
|
User avatar
Kabalyero Kidd
 
Posts: 106
Joined: 18 Dec 2008, 15:16
Location: Second Life


Return to OpenSeas Creations

Who is online

Users browsing this forum: No registered users and 7 guests

cron