Jump to content

Hellenia

Resident
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Hellenia

  1. sorry was away for a while, thank you somuch though what I understand is that run_time_permissions is the event and llTakeControls is going to be the function in that event to control it llRequestPermissions(llGetOwner(),PERMISSION_TAKE_CONTROLS); run_time_permissions { if(perm & PERMISSION_TAKE_CONTROLS); { integer controls = CONTROL_FWD | CONTROL_BACK | CONTROL_LEFT | CONTROL_RIGHT | CONTROL_UP | CONTROL_DOWN; llTakeControls(controls, TRUE, FALSE); } } but it is not working, sure I did something wrong.
  2. When an avatar is subjected to a static pose he or she can still move by pressing the movement controls although frozen in the static pose. Is it possible to make a static pose that would not let the avatar move by pressing the movement controls after they are being animated by the static pose. Thanks for listening.
×
×
  • Create New...