Jump to content

Bull Vita

Resident
  • Posts

    2
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hello everyone, I'm trying to script an object that will say something with the Name of whom attach that object....Example: default { attach(key id) { if (id) { llSay(0, "I have been attached!" + llGetDisplayName(llDetectedKey(0))); } else { llSay(0, "I have been detached!" + llGetDisplayName(llDetectedKey(0))); } } } But that won't work on attach.... is there a way that I can make it work? Thanks for the help!
×
×
  • Create New...