diff --git a/BLOCK-WALL/[LP] BLOCKS DELETE BUTTON.lsl b/BLOCK-WALL/[LP] BLOCKS DELETE BUTTON.lsl new file mode 100644 index 0000000..2068f98 --- /dev/null +++ b/BLOCK-WALL/[LP] BLOCKS DELETE BUTTON.lsl @@ -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" ); + } +}