Jump to content

Spacebar Walking Script Possible?


Bombkirby
 Share

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

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

Recommended Posts

Holding down spacebar while walking makes you walk in slow-motion. Would a script that makes it so anytime you press the arrow keys to walk, you automatically "hold down space" and walk in slow-motion be possible in SL?

 

(I have extremely little scripting experience.)

Link to comment
Share on other sites

I've heard there are apps/programs out there (outside of SL)  that can allow that functionality.  That will let you program keys to your keyboard like macro style  where by pressing the up arrow it can also press the space bar at the same time

 

I've got a Razer Naga Mouse and I can program it to do that and all kinds of other neat tricks.  Look it up. But its like $50 to $80   Mainly a gaming mouse I just use it for short handing tasks like copy paste, typing my password.. etc etc   But yea if thats not in your budget look for a macro program/key binding software that's free on the web

Link to comment
Share on other sites

use a script with  Take Controls...

and in the control event something like this...?

 if(level & CONTROL_FWD)
        {
            if(llGetAgentInfo(llGetOwner()) & AGENT_WALKING)
            {llApplyImpulse(<-1,0,0>,TRUE);}
        }

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 3988 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...