You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.
This shows you the differences between two versions of the page.
functions:llallowinventorydrop [2015-01-20 17:54 SLT] sei Use $perscript and the style macros |
functions:llallowinventorydrop [2015-08-06 08:45 SLT] (current) sei Missing a word |
||
---|---|---|---|
Line 58: | Line 58: | ||
if (in_use) | if (in_use) | ||
{ | { | ||
- | llRegionSayTo(llDetectedKey(0), 0, "Sorry, this drop box is in use. Please until it's free."); | + | llRegionSayTo(llDetectedKey(0), 0, "Sorry, this drop box is in use. Please wait until it's free."); |
return; | return; | ||
} | } |