ossetSpeed help

Creating scripts
Post Reply
Valerious Strongborn
Posts: 15
Joined: Wed Jul 29, 2015 5:03 pm
Has thanked: 0
Been thanked: 7 times

ossetSpeed help

Post by Valerious Strongborn »

hi there i was wandering if anyone has played around with the ossetspeed function what i was trying to do is set the speed of other avatars
i can make a prim and use a simple code to set my own speed because i am the region owner
default
{
state_entry()
{
osSetSpeed(llGetOwner(),10);
}
}
but i was trying to replace llGetOwner with uid of avatar and other methods.. if anyone knows how to accomplish this if it is possible thanks
Graham Mills
Posts: 1314
Joined: Sun Dec 23, 2012 2:26 pm
Has thanked: 1134 times
Been thanked: 1142 times

Re: ossetSpeed help

Post by Graham Mills »

See the first script here: viewtopic.php?f=26&t=2408
Post Reply