Jump to content

AltheaFrank

Resident
  • Posts

    2
  • Joined

  • Last visited

Reputation

1 Neutral
  1. I am trying to create a scrip that gives different outputs when touched. The problem is i do not know much about scripting, if anything at all. I want to have it give random emotes and also include the name of the owner, (eg: User Pats Owner head). I just have this base right here. Please Help!!!! default { touch_start(integer start_param) { key avatar = llDetectedKey(0); string name = llDetectedName(0); llSay(0, llGetDisplayName(avatar) + " pats _ head and she smiles at the gesture ");
×
×
  • Create New...