mirror of
https://github.com/liftedpixel/lslscripts.git
synced 2026-08-14 09:02:50 +00:00
Create come here 0.1.lsl
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
vector location;
|
||||
|
||||
default
|
||||
{
|
||||
touch_start(integer x)
|
||||
{
|
||||
location = llGetPos();
|
||||
|
||||
llRegionSay( 1, "come here" );
|
||||
llRegionSay( 2, (string)location );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user