User:Luisa Bourgoin/current projects/turtle mover
< User:Luisa Bourgoin | current projects
Jump to navigation
Jump to search
Revision as of 18:09, 29 April 2010 by Luisa Bourgoin (talk | contribs) (Created page with 'this component recieves chat commands on configured channel, which need to adress it's configured identity. both are taken from object description line as comma separated list bu...')
this component recieves chat commands on configured channel, which need to adress it's configured identity. both are taken from object description line as comma separated list but channel could be hidden by defining variable inside script itself. (for aditional security one can ultimately key the script onto a distinct controller prim) (default security does allow owner chatting, or objects owned by owner)
some name, 300 would make an enscripted object listen on channel 300 for instructions like
- some name, warp, <171,63,24>
- moves the Object at <171,63,24> immediately
- some name, rotate, <180,0,90>
- rotates Object onto x=180 y=0 z=90
- some name, +x, 10
- moves Object 10 meters into Object's local X axis
- some name, +X, 10
- moves Object 10 meters into X axis, seen from world coordinates
- some name, *Z, 90
- rotates Object 90° arround world Z
- some name, *z, 90
- rotates Object 90° arround Object's local Z axis
...as you can see lowercase axes are seen as Object's local reference frame.
all moves use llSetPos() so work on any size of linksets.