Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. touch_start(integer total_number)
  2. {
  3. if (llDetectedKey(0) != playerkey) return;
  4.  
  5. // Put the code to do something with the player here
  6.  
  7. llOwnerSay("Key matched");
  8. string button=llGetLinkName(llDetectedLinkNumber(0));
  9. //
  10. //
  11. //
  12. //
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement