Friday, 18 November 2011

Screen shots of building progress

 Using notes from the SL forum, I managed to create a note-card and borrow script that allowed it to be given to an avatar when they touched the wooden log. Instructructions are below:
1. Create new note-card in inventory, save and name.
2. Open build function for object, drag note-card into contents.
3. Paste script for note-card (below) into script box, change name to saved note-card name, save.
 
 

default
{
    touch_start(integer total_number)
    {
        llGiveInventory(llDetectedKey(0), "My Notecard");
    }
} 
 
Taken from: 
http://forums-archive.secondlife.com/15/49/7450/1.html

Copying prims:
Click shift, pull arrow (*right/ up etc) when in build mode.





Building objects.
Table has been built from one leg, copied 3 times.
Table top is 'smoke' texture to resemble glass.

No comments:

Post a Comment