Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

looking for speed script

Xavion Zaurak
Registered User
Join date: 21 Jan 2009
Posts: 8
03-20-2009 21:03
back in day i had a gadget called force prophecies and it had a thing where it would make my av run super fast etc how do you script sumthing so your av can walk or run faster without it being a attachment since the only thing i wore was the hud itself and there was no other thing to sit on or anything
Johan Laurasia
Fully Rezzed
Join date: 31 Oct 2006
Posts: 1,394
03-21-2009 21:50
hmm, good question. My guess would be that if you move a hud object, even though it's attached to hud, it's considered attached to you, hence you get the movement. Just a guess.
_____________________
My tutes
http://www.youtube.com/johanlaurasia
Kayaker Magic
low carbonated footprint
Join date: 11 Sep 2008
Posts: 109
03-21-2009 22:17
I just tried it with my boost object (something I wear to fly above 150 meters). I normally wear it in a slide rule on my hip. I attached it to the hud and it still works fine in that position. One of the sides of the object appeared on the screen. My boost object contains a simple script that counteracts gravity with calls like:
llSetForce(9.8*llGetMass()*<0.0,0.0,10.0>,TRUE);
wen it hears me say a command on channel 1. I don't know how those speed scripts work, perhaps they apply force in the direction that the avatar is looking?