Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- default
- {
- touch_start(integer count)
- {
- vector destinazione=<64.691162,85.801987,22.183308>;
- while(llVecDist(destinazione,llGetPos())>0.1)
- {
- llSetPos(destinazione);
- llSleep(0.1);
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement