09-10-2006 03:14
Does Anyone Have any Idea How to make This SuperJump Jump Higher Than Normal?

default
{
attach(key avatar)
{
vector force = <0,0, llGetMass() * 6.2>;
llSetForce(force, TRUE);
if(avatar==NULL_KEY)
{
llSetForce(<0,0,0>,TRUE);
}
}
}