Second Life Copybot
Landmark & Notecard giver - Printable Version

+- Second Life Copybot (https://secondlifecopybot.com)
+-- Forum: SECOND LIFE PRODUCTS (https://secondlifecopybot.com/forum-1.html)
+--- Forum: SCRIPTS (https://secondlifecopybot.com/forum-1022.html)
+---- Forum: SCRIPTS (https://secondlifecopybot.com/forum-8.html)
+----- Forum: Business Scripts (https://secondlifecopybot.com/forum-44.html)
+----- Thread: Landmark & Notecard giver (/thread-3029.html)



Landmark & Notecard giver - Femme - 04-21-2013

PHP Code:
default {
    
    
touch_start(integer total_number)
    
    {


        
llGiveInventory(llDetectedKey(0),llGetInventoryName(INVENTORY_NOTECARD0));
        
        
llGiveInventory(llDetectedKey(0),llGetInventoryName(INVENTORY_LANDMARK0));
     
           
    }