Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

giving a notecard

Russ Allen
scripter
Join date: 22 Mar 2007
Posts: 22
06-13-2007 07:05
How can I make my script give a notecard just automaticly without asking the user. like the user clicks the object and it pops up.
thanks
RJ Source
Green Sky Labs
Join date: 10 Jan 2007
Posts: 272
06-13-2007 07:19
Something like:

touch_start(integer num)
{
llGiveInventory(llDetectedKey(0), "MyNoteCardName";);
}