Jump to content

alissa Qendra

Resident
  • Posts

    4
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Thank you Rolig, But how does the rezzed box knows who clicked the first box? I can't figure it out.
  2. Am a complete novice when it comes to scripting, but hope you can help. I like to archieve the following: when somebody clicks on a box, another box will be rezzed and follows the one who clicked on the box for 10 seconds. Is this possible? Thanks in advance P.S. Have a follow script but have no idea how to change it: 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); } }
×
×
  • Create New...