LSL Status/Kan-ed15
From OpenSimulator
(Difference between revisions)
m (Removed 'Template:' prefix from template includings and/or changed external-link into internal-link) |
m (Robot: Cosmetic changes) |
||
| Line 16: | Line 16: | ||
'''Status:''' Working! | '''Status:''' Working! | ||
| − | |||
[[Category:Scripts]] | [[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!