mirror of
https://github.com/opensim/opensim.git
synced 2026-05-18 22:25:36 +08:00
11 lines
200 B
Plaintext
11 lines
200 B
Plaintext
default
|
|
{
|
|
state_entry()
|
|
{
|
|
llSetStatus(STATUS_PHANTOM,TRUE);
|
|
llSetTexture("lit_texture", ALL_SIDES);
|
|
llSetTextureAnim (ANIM_ON | LOOP, ALL_SIDES, 4, 4, 0, 0, 15.0);
|
|
}
|
|
}
|
|
|