LSL Status/Kan-ed15

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(New page: '''Code:''' default { state_entry() { llSetStatus(STATUS_PHANTOM,TRUE); llSetTexture("lit_texture", ALL_SIDES); llSetTextureAnim (ANIM_ON | LOOP, ALL_SID...)
 
m (Robot: Cosmetic changes)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 +
{{Quicklinks}}
 +
<br />
 +
 
'''Code:'''
 
'''Code:'''
  
Line 11: Line 15:
 
  }  
 
  }  
  
'''Status:''' Currently does not run. llSetTextureAnim() not implemented.
+
'''Status:''' Working!
 +
 
 +
[[Category:Scripts]]

Latest revision as of 19:30, 3 March 2012


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: Working!

Personal tools
General
About This Wiki