sndbad Ghost Posted May 11, 2016 Share Posted May 11, 2016 hello guys i thing this idea so easy to make it if avatar tuch object object say : thank you for touchif same avatar touch it again.object say wait to another avatar to touch again i try to scripting but i got some problem ... Link to comment Share on other sites More sharing options...
Rolig Loon Posted May 11, 2016 Share Posted May 11, 2016 All you have to do is save the UUID of the llDetectedKey(0) in a global key variable and then test the next llDetectedKey(0) against it. if (gOldUUID != llDetectedKey(0)){ // Welcome back!}else{ // Wait until someone else touches.} 1 Link to comment Share on other sites More sharing options...
sndbad Ghost Posted May 13, 2016 Author Share Posted May 13, 2016 thank you so much rolig :matte-motes-bashful-cute-2: Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now