Jump to content

Sunvile

Resident
  • Posts

    3
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

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

  1. Thats what i need. Thank you.
  2. i have a scriptю it has several actions. transparent, translucent, opaque. etc. How to do, that would i have only opaque and transparent at 25% ? float Alpha = 1.0; default { touch_start(integer dnum) { if(llDetectedKey(0) != llGetOwner()) return; if(Alpha > 0.2) Alpha = Alpha - 0.2; else Alpha = 1.0; llSetAlpha(Alpha,-1); } }
  3. first script doesnt wor, it write "syntax error (65, 0 )" second script say if (lState == 2) { llSetTimerEvent(sunTimer); sunDir = (14, 19) name not define with scope
×
×
  • Create New...