Jump to content

fswyvern Galaxy

Resident
  • Posts

    3
  • Joined

  • Last visited

Everything posted by fswyvern Galaxy

  1. hi all i am try to make a animation script , where my avatar is always holding a bag with arms fixed, after walking/standing. it always works when i attach the object but not when when i start walking, then back to standing position, i attached the script here..anyone able to guide me? string HOLD_ANIM = "BrokeWrist2"; default { on_rez(integer rezzed) { llRequestPermissions(llGetOwner(), PERMISSION_TRIGGER_ANIMATION); } attach(key attached) { if(attached != llGetOwner()) if(llGetPermissions() & PERMISSION_TRIGGER_ANIMATION) llStopAnimation(HOLD_ANIM); } run_time_permissions(integer perms) { if(perms & PERMISSION_TRIGGER_ANIMATION) llStartAnimation(HOLD_ANIM); llSetTimerEvent(0.25); } timer() { if(llGetAgentInfo(llGetOwner()) & AGENT_WALKING) { llStartAnimation(HOLD_ANIM); } } }
  2. See if this suit your taste https://marketplace.secondlife.com/p/Leri-Miles-Designs-Lacey-Mesh-Slinky-Dress-Red/3657381 Mesh but you have to try out the size.
×
×
  • Create New...