Jump to content

Sorimachi

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. Thank you very much for the information. I have fixed the issue. ^ ^
  2. default { state_entry() { llSetTimerEvent(0); } timer() { if (llGetAgentInfo(llGetOwner()) & AGENT_TYPING) { llSetAlpha(1.0, ALL_SIDES); } else { llSetAlpha(0.0, ALL_SIDES); } } } LSL is beating me up. My item stays invisible. How do I properly detect typing? Bonus points if you show me how to mess with glow as well <3
×
×
  • Create New...