User:Rev Eponym
Revision as of 10: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…")
nPose new documentation
Content by Rev Eponym
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>