mirror of
https://github.com/liftedpixel/lslscripts.git
synced 2026-08-14 09:02:50 +00:00
Create [LP] SET AND RESET BLOCKS.lsl
This commit is contained in:
@@ -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" );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user