mirror of
https://github.com/liftedpixel/lslscripts.git
synced 2026-08-14 09:02:50 +00:00
Create [LP] WIDTH CONTROL UP BUTTON.lsl
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// [LP] BLOCK WALL - WIDTH CONTROL UP BUTTON
|
||||
// JESSYKA RICHARD / JESSICA PIXEL
|
||||
// LIFTEDPIXEL.NET 2014 8 8
|
||||
|
||||
default
|
||||
{
|
||||
touch_start(integer total_number)
|
||||
{
|
||||
llSay(40, "WUP");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user