OsSetSpeed
From OpenSimulator
(Difference between revisions)
Line 17: | Line 17: | ||
[[Category:OSSL]] | [[Category:OSSL]] | ||
+ | [[Category:OSSL functions without threat level]] |
Revision as of 07:18, 8 June 2011
Implemented December 30, 2009 by Revolution in GIT# 87959464c9db8948bed89909913400bc2eb7524d - Rev 11850
default { state_entry() { osSetSpeed(llGetOwner(), 2); } }
osSetSpeed(string UUID, float SpeedModifier)
This allows for users to speed themselves up. It multiplies the running, walking, and flying of the avatar.