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…")
(No difference)

Revision as of 11:52, 29 March 2013

nPose new documentation

Content by Rev Eponym
KBwarning.png Warning: 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>