Jump to content

MissHarleenQuinnzel

Resident
  • Posts

    1
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

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

  1. So I was working on this script for my fiancé, she want's it to read what is said in chat, in her case, the word boobs, and then speak in chat, as if it was her. Everything was fine, until my usual scripting didn't work. Any help on how I could make this speak as if it was her, instead of the name of the object? Here is the base script below. Thanks x default { state_entry() { llListen(0,"", NULL_KEY, ""); } listen(integer channel, string name, key id, string message) { if (message == "boobs") { llSay(0,"'s ears perk up as they hear the word, they then eagerly wiggle their breast for all to see."); } } }
×
×
  • Create New...