mirror of
https://github.com/liftedpixel/lslscripts.git
synced 2026-08-14 00:58:07 +00:00
Create [LP] BLOCKS DELETE BUTTON.lsl
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
// [LP] BLOCK WALL - BLOCKS DELETE BUTTON
|
||||
// JESSYKA RICHARD / JESSICA PIXEL
|
||||
// LIFTEDPIXEL.NET 2014 8 8
|
||||
|
||||
integer BlockChannel = 10;
|
||||
|
||||
default
|
||||
{
|
||||
touch_start(integer total_number)
|
||||
{
|
||||
llOwnerSay ( "Deleting blocks..." );
|
||||
llRegionSay ( BlockChannel, "BLOCKS DELETE" );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user