Home |
Add a script
|
||
|---|---|---|---|
| Category: | Contributor: | Description | |
| Water | Anonymous | Running water.lsl | |
Running water.lsl
Running water.lsl
Download this script - Please use this link to get this script. If you see all the code on one long line, please use Wordpad or another editor, such as LSLEdit.exe. The .LSL file you will download is an ordinary text file.
1 // CATEGORY:Water 2 // DESCRIPTION:Running water.lsl 3 // ARCHIVED BY:Ferd Frederix 4 5 default 6 { 7 state_entry() 8 { 9 llSetStatus(STATUS_PHANTOM, TRUE); 11 } 12 } 13 // END //