LlGroundRepel
De DigiWiki.
default { state_entry() { llSetStatus(STATUS_PHYSICS, TRUE); llGroundRepel(0.5, TRUE, 0.2); // In a 1/2 meter cube this is roughly the minimum height for any noticeable effect. // to llGroundRepel(4096.0, TRUE, 0.2); // There is no restrictive maximum. // However as the prim reaches 4096 meters (bear in mind the prim height will be (float height + ground height)) // it will be too high to be allowed to exist. } } // This is actually a remarkably fast way to go straight up!!