|
Simon Roop
Registered User
Join date: 20 Oct 2006
Posts: 4
|
11-26-2007 01:40
Hi I need to move a object in loop (es. in front 10 mt, then rotate left , then front 15, then left, etc ...) I try with llMoveToTarget but I m newbie and I have many problems So I need
- Agent sits on object - Agent does not have to own the object - Agent movement is disabled - The object must be the thing that moves, causing the agent to move along with it - Script options for moving an object with an agent sitting on it are in loop like a "automatic tour"
Thanks for all
|
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
11-26-2007 01:58
I think what you want is a list of llSetPos calls, that will move the sitting av up to 10m each time it's used (just use more if you need farther) you can use llSetRot to change the way they are facing...
_____________________
| | . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - 
|
|
Simon Roop
Registered User
Join date: 20 Oct 2006
Posts: 4
|
Automatic movement
11-26-2007 02:07
Thaks for answer I just try with llSetPos and the object run good but it move too fast Sorry for my english simon
|