Create [LP] SET AND RESET BLOCKS.lsl

This commit is contained in:
Jessica Pixel
2014-11-17 13:58:26 -05:00
parent 378bf6a8a0
commit f8821346c3
+14
View File
@@ -0,0 +1,14 @@
// [LP] BLOCK WALL - SET UP AND RESET BLOCKS
// JESSYKA RICHARD / JESSICA PIXEL
// LIFTEDPIXEL.NET 2014 8 8
integer BlockChannel = 10;
default
{
touch_start(integer total_number)
{
llOwnerSay ( "Resetting wall..." );
llRegionSay ( BlockChannel, "BLOCKS RESET" );
}
}