Malleable Linkset (ML)
April 2 2014
Malleable Linkset (ML) script goes into root of a linkset.
Object Description Format
======================
*<id>/<a,a,a>/<b,b,b> (asterisk, integer, slash, vector, slash, vector)
// where <id> is prim id, <a,a,a> is positional offset and <b,b,b> is native Euler rotation (in degrees)
// If <a,a,a> is empty, uses prim size; if <b,b,b> is empty.
// Id is allocated by this script
// uses zero native rotation (ie Z is vertical).
// At minimum, "*" is required for a moveable object with default offset/native rot values
Current Command Line Interface
============================
Object holding ML listens to channel 9 for following commands
Admin only functions
-------------------------------
1. load
2. save
3. list
Non admin multi-user functions
----------------------------------------------
1. hide
2. remove
3. rotate
4. text [Note: The channel for text input is 10]
5. clone
Current Menu System
==================
Any linked prim can be set to a menu item by naming it as follows
!PrimName will trigger PrimName function
E.g. !clone will duplicated selected object.