Skip to content

Instantly share code, notes, and snippets.

@antonyfairport
Created April 25, 2016 14:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antonyfairport/c7443fc536747956a6a4c8b112a529cf to your computer and use it in GitHub Desktop.
Save antonyfairport/c7443fc536747956a6a4c8b112a529cf to your computer and use it in GitHub Desktop.
default
{
touch_start( integer total_number )
{
llSay( 0, llGetTexture( llDetectedTouchFace( 0 ) ) );
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment