Unofficial LSL Reference

[[functions:llallowinventorydrop]]


Unofficial LSL reference

User Tools

Login

You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.

Login

Forgotten your password? Get a new one: Set new password

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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;
         }         }