Table des matières

Elite HUD attacher

V1.6 Marketplace

A device to attach (not included) HUDs or objects to your visitors. Demo version is full functional but will attach only to 3 avatars.

This product needs

You get:

Attacher can work in two different modes.

Installing

Settings

Tech notes

    for intra-sim teleport
    llMessageLinked(LINK_SET,38946,(string)PositionVector,(string)AngleInteger); 
    Angle defines avatar orientation when arriving, 0 is east 90 is north etc. 
    Example: llMessageLinked(LINK_SET,38946,"<124,28,1000>","90"); 
    
    for inter-sim teleport
    llMessageLinked(LINK_SET,38947,sim,x,y,z,angle""); 
    Example: llMessageLinked(LINK_SET,38947,"mysim,124,28,1000,90","");