Advertisement
salahzar

vai a destinazione maggiore di 10 metri

Jan 26th, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. default
  2. {
  3.    touch_start(integer count)
  4.    {
  5.             vector destinazione=<64.691162,85.801987,22.183308>;
  6.             while(llVecDist(destinazione,llGetPos())>0.1)
  7.             {
  8.                 llSetPos(destinazione);
  9.                 llSleep(0.1);
  10.             }
  11.            
  12.    }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement