Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Please help!

SeXXXy Bliss
SL Addict
Join date: 21 Dec 2004
Posts: 436
08-22-2009 18:16
I am looking for a script to put in a prim along with an item that will give the item, say a phrase then kill the original prim when touched.

It is for a hunt, so that when they touch the prim they get the gift, are congratulated and the prim disappears so only one of each is found. Please IM me in world or post it here....

Thanking you in advance,
SeXXXy
Andreaus Beck
Registered User
Join date: 15 Oct 2007
Posts: 53
08-23-2009 10:05
i would also be interested in this script also one that does this but after giving away lindens :)
Nika Talaj
now you see her ...
Join date: 2 Jan 2007
Posts: 5,449
08-23-2009 10:37
I think that, out of the goodness of their hearts, someone will simply post the script. Anyone who scripts much can do it on the fly in 5 minutes. But these folks are posting in "Products Wanted", so presumably would be able to pay *something*. This is a really good opportunity for some new scripter to make $L200 and feel really great about it ... I hope one of them sees this and does so.
:)
Starfire Desade
Can I play with YOUR mind
Join date: 10 Jul 2006
Posts: 404
08-23-2009 15:11
try this...


//
default { touch_start(integer total_number) { state congrats; } }

state congrats {
state_entry() {
llSay(0, "Congratulations";);
llGiveInventory(llDetectedKey(0), "GiftName";);
llDie( );
}
}
//
_____________________
"Hypnotic Magic" - Second Life's Hypnosis Specialists - Home of the TranceStar (Hypno, BDSM, Mind Control) Free your mind from the ordinary!

http://slurl.com/secondlife/Stellar%20Dreams/122/67/26/
Andreaus Beck
Registered User
Join date: 15 Oct 2007
Posts: 53
08-23-2009 16:13
i must post here more often

my thanks to NexusIndustries Scribe who sent me the script

have fun :))
SeXXXy Bliss
SL Addict
Join date: 21 Dec 2004
Posts: 436
Thank you!
08-30-2009 07:15
To all of you who responded or sent a script in world I thank you....I now have exactly what I needed!