mirror of
https://github.com/liftedpixel/lslscripts.git
synced 2026-08-14 00:58:07 +00:00
Create [LP] ELEVATOR SEAT REZZER.lsl
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
// ELEVATOR SEAT REZZER
|
||||
// JESSYKA RICHARD / JESSICA PIXEL
|
||||
// LIFTEDPIXEL.NET 2014
|
||||
|
||||
string SeatName = "ELEVATOR SEAT";
|
||||
|
||||
default
|
||||
{
|
||||
touch_end ( integer total_number )
|
||||
{
|
||||
llSay ( PUBLIC_CHANNEL, "REZZING " + SeatName + "..." );
|
||||
llRezObject ( SeatName, llGetPos() + < 0.0, 0.0, 1.0 >, < 0.0, 0.0, 0.0 >, < 0.0, 0.0, 0.0, 1.0 >, 0 );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user