2009年9月1日火曜日

/Loop Sound

// To use: Place this script in the object

// that you want to play a sound.
default
{
    state_entry()
    {
        llLoopSound(llGetInventoryName(INVENTORY_SOUND, 0), 1);
    }
}

0 件のコメント:

コメントを投稿