LSL Status/Kan-ed15

From OpenSimulator

Revision as of 00:01, 17 December 2007 by Alondria (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Code:

default
{
   state_entry()
   {
       llSetStatus(STATUS_PHANTOM,TRUE);
       llSetTexture("lit_texture", ALL_SIDES);
       llSetTextureAnim (ANIM_ON | LOOP, ALL_SIDES, 4, 4, 0, 0, 15.0);
   }
} 

Status: Currently does not run. llSetTextureAnim() not implemented.

Personal tools
General
About This Wiki