Jump to content

tugrot

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. Marvin Benelli thank you, it was to display on the prim the list of names of those within chat range. the prim was to be worn by a person or likely may be at a location if nothing else. elleevelyn thank you for the input but not everyone will turn on such a function i just wanted something simple to let "us" the Rpers know if we need to remind or poke someone should they forget it is their turn to post.
  2. hello im still pretty new. and i mostly just do RP stuff what i am trying to do is make a script that posts the names of those around within the chat range to a wearable prim. That way we know if a person is active or if they are waiting for their turn and just lost where in the turn order they are in. Something simple like that what I have so far is this. but it does not seem to be working what am I doing wrong? default { state_entry() { llSetTimerEvent(1.0); } timer() { if (llGetAgentInfo(llGetOwner()) & AGENT_TYPING) { llSetAlpha(1.0, ALL_SIDES); } else { llSetAlpha(1.0, ALL_SIDES); } } }
×
×
  • Create New...