Jump to content

RLV Force Sit on object


Patrick Playfair
 Share

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

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

Recommended Posts

I know how to force sit someone on an object that contains the script, but not to force sit on another object.  The command I am familiar with is...

    llSay(relaychannel, cmdname + "," + (string)id + "," + "@sit:" + (string)llGetKey() + "=force");. 

How can I tell it the UUID of the object to sit on?

Link to comment
Share on other sites

41 minutes ago, Patrick Playfair said:

I know how to force sit someone on an object that contains the script, but not to force sit on another object.  The command I am familiar with is...

    llSay(relaychannel, cmdname + "," + (string)id + "," + "@sit:" + (string)llGetKey() + "=force");. 

How can I tell it the UUID of the object to sit on?

HA!  I found it!  Need to replace (string)llGetKey with the object UUID.

  • Haha 1
Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 2508 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...