Jump to content
  • 0

how i make a shopping cart script?


Sol Nagy
 Share

You are about to reply to a thread that has been inactive for 4065 days.

Please take a moment to consider if this thread is worth bumping.

Question

2 answers to this question

Recommended Posts

  • 0

When you make the animation (or when you find one to buy), just be sure that the animation has your hands held steady at waist height in front of you as you walk, so that it looks like you are pushing something.  Then all you need to do is attach the shopping cart to one of your hands so tht it is in front of you as you walk.  You don't need a script to do anything other than activate the animation.  You could put that script in the cart, so that it animates you when you attach the cart.  I think something as simple as this ought to work.

default{    attach (key id)    {        llRequestPermissions(id,PERMISSION_TRIGGER_ANIMATION);    }    run_time_permissions(integer perm)    {        if (perm & PERMISSION_TRIGGER_ANIMATION)        {           llStartAnimation(llGetInventoryName(INVENTORY_ANIMATION,0));        }    }}

 

 

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 4065 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...