Difference between revisions of "User:Rev Eponym"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "{{void-box |title=nPose new documentation |content= Content by Rev Eponym }} {{KBwarning|If you're reading this, it is unofficial. Testing and composition only!}} nPose is a sy…")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{void-box
I tread a lurching, timber world.
|title=nPose new documentation
|content=
Content by Rev Eponym
}}
 
{{KBwarning|If you're reading this, it is unofficial. Testing and composition only!}}
 
nPose is a system for coordinating animations between several avatars seated on the same object (linkset), such as a couch or bed, as well as rezzable, coordinated props.  Unlike previous systems, nPose does not use poseballs to accomplish this.
 
<lsl>
default
{
    state_entry()
    {
        llSay(0, "Hello, Avatar!");
    }
    touch_start(integer total_number)
    {
        llSay(0, "Touched.");
    }
}
</lsl>

Latest revision as of 14:23, 31 March 2013

I tread a lurching, timber world.