User:Rev Eponym

From Second Life Wiki
Revision as of 11:52, 29 March 2013 by Rev Eponym (talk | contribs) (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…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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>