Personal tools
You are here: Home Technologies & Tutorials Second Life Tutorials How to create a dropbox in Second Life

How to create a dropbox in Second Life

Did you know that you can create a dropbox for collecting assignments in Second Life? Here's how!

Script to copy:

default
{
state_entry()
{
llAllowInventoryDrop(TRUE);
llSay(0, "Please drop your notecard here by dragging it into the box from your inventory.");
}
changed(integer mask)
{
if(mask & (CHANGED_ALLOWED_DROP | CHANGED_INVENTORY))
llWhisper(0, "Thank you for submitting your notecard!!!");
}
}

Click here to view the tutorial:

http://cter.ed.uiuc.edu/tutorials/SecondLife/dropbox.mov
Document Actions
« November 2009 »
November
SuMoTuWeThFrSa
1234567
891011121314
15161718192021
22232425262728
2930