actually I'm trying to make a poseball. (a very simple poseball to learn) ..So i made an animation (bvh) and uploaded it in my inventory.
Then I created a ball and create a new script for the ball. But now it's a little difficult to write the script. G“Have anybody an example which helpls me to learn it.
Ich would try to use the function:
if (perm & PERMISSION_TRIGGER_ANIMATION)
{
llStopAnimation(""
; animation=llGetInventoryName(INVENTORY_ANIMATION,0);
llStartAnimation(animation);
llSetAlpha(0.0, ALL_SIDES);
llSetText("",<0,0,0>,0.0);
}
i hope you can help me to learn it
