by Brayla Sana | Jun 27, 2017 | Agent and Avatar, Functions, LSL, OSSL, Wiki
llRequestPermissions( key agent, integer permissions ); Ask agent for permissions to run certain classes of functions. • key agent – avatar UUID that is in the same region • integer permissions – Permission mask (bitfield...
by Brayla Sana | Jun 27, 2017 | Agent and Avatar, Functions, LSL, OSSL, Wiki
llReleaseControls() Releases control previously taken with llTakeControls. Note: releasing control will unset PERMISSION_TAKE_CONTROLS. To take control again, re-request the permission with llRequestPermissions. Q: If you call release controls and...
by Brayla Sana | Jun 27, 2017 | Agent and Avatar, Functions, LSL, OSSL, Wiki
string llKey2Name(key id) If the object or agent identified by the key id is in the same simulator as the object containing the script, this function returns their name. Otherwise, an empty string (“”) is returned. This can be misleading, because it...
by Brayla Sana | Jun 27, 2017 | Agent and Avatar, Functions, LSL, OSSL, Wiki
key llGetPermissionsKey() Returns avatar key for which permissions have been granted or NULL_KEY if none have been granted. Compare with llRequestPermissions and...
by Brayla Sana | Jun 27, 2017 | Agent and Avatar, Functions, LSL, OSSL, Wiki
integer llGetPermissions(); Returns which permissions have been granted. The return value will be a bitmask of the following values: Constant: Result Allows PERMISSION_DEBIT Permission to take money from agent’s account. Use of llGiveMoney....