OsForceOtherSit

From OpenSimulator

Revision as of 05:13, 11 October 2014 by Vegaslon (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
void osForceOtherSit(string avatar)

void osForceOtherSit(string avatar, string target)

Forces a sit of targeted avatar onto prim.
  • avatar - The UUID of the avatar to which to attach. Nothing happens if this is not a UUID.
  • target - The UUID of another prim to sit avatar on. Nothing happens if this is not a UUID of prim in region.

In OpenSimulator 0.8.0.1.

Threat Level VeryHigh. is unknown threat level
Permissions No permissions specified
Extra Delay No function delay specified
Example(s)
//Simple example for osForceOtherSit
 
default
{
    state_entry()
    {
        llSitTarget(<0.0, 0.0, 1.0>, ZERO_ROTATION); //The vector's components must not all be set to 0 for effect to take place.
    }
 
     touch_start(integer num)
    {
      osForceOtherSit(llDetectedKey(0));
    }
}


Personal tools
General
About This Wiki