Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Script for given the notecard to someone

Jano Debevec
Registered User
Join date: 28 May 2007
Posts: 87
06-27-2007 12:47
I want to do the following: when someone click on my object he or she would get a notecard with specific content. What must I do?
Najmah Handayani
(aka Toy LaFollette)
Join date: 26 Nov 2006
Posts: 154
06-27-2007 12:48
default
{
touch_start(integer total_number)
{
llGiveInventory(llDetectedKey(0), "Inventory Item";);
}
}
_____________________
"We could learn a lot from crayons: some are sharp, some are pretty, some are dull, some have weird names, and all are different colors ... but they all have to learn to live in the same box."

___________________________________

Textures by Naj

Ciaran Laval
Mostly Harmless
Join date: 11 Mar 2007
Posts: 7,951
06-27-2007 12:51
In the above example "Inventory Item" would be replaced by the name of your notecard.