LSL Status/Kan-ed15
From OpenSimulator
(Difference between revisions)
| Line 16: | Line 16: | ||
'''Status:''' Working! | '''Status:''' Working! | ||
| + | |||
| + | |||
| + | [[Category:Scripts]] | ||
Revision as of 05:18, 19 November 2010
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!