Jump to content

Follow Help!


hamaziko
 Share

You are about to reply to a thread that has been inactive for 4651 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

Normally this forum is not a give away free gifts stand, but since you say 'please':smileyvery-happy:

default{    state_entry()    {        vector pos = llGetPos();        llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y, FALSE);        llSetStatus(STATUS_PHYSICS, TRUE);        llSleep(0.1);        llMoveToTarget(pos,0.1);        key id = llGetOwner();        llSensorRepeat("",id,AGENT,20,2*PI,.4);    }    sensor(integer total_number)    {        vector pos = llDetectedPos(0);        vector offset =<-1,0,0>;        pos+=offset;        llMoveToTarget(pos,.3);            }}

 You must modify it yourself to fit your special needs

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 4651 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...