by Brayla Sana | Oct 15, 2017 | Agent and Avatar, Functions, LSL, OSSL, Wiki
llStartAnimation(string anim); Triggers the animation anim. In order for this to work, the script must have the PERMISSION_TRIGGER_ANIMATION permission on an avatar....
by Brayla Sana | Oct 15, 2017 | Agent and Avatar, Functions, LSL, OSSL, Wiki
llStopAnimation(string anim) Stops the animation anim. In order for this to work, the script must have the PERMISSION_TRIGGER_ANIMATION permission on an avatar....
by Brayla Sana | Nov 13, 2017 | Agent and Avatar, Functions, LSL, OSSL, Wiki
llStopPointAt(); Stops avatar pointing at the position set with llPointAt. According to Kelly Linden, llPointAt and llStopPointAt have been deprecated since mid-beta, but remain without a replacement to this day. (SL...