PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my settings
my profile
Public Pastes
Untitled
8 sec ago
sPoRTs TV Watch Li...
48 sec ago
maps theme
22 sec ago
England vs Wales L...
36 sec ago
Crocko PREMIUM COO...
20 sec ago
free cheats on cas...
17 sec ago
Showing current/se...
24 sec ago
Usenext PREMIUM CO...
31 sec ago
Rogue Killa
By:
bdhtrn
on Aug 22nd, 2011 | syntax:
Linden Scripting
| size: 0.11 KB | hits: 115 | expires: Never
download
|
raw
|
embed
|
report abuse
Copied
default
{
state_entry
(
)
{
}
touch_start
(
integer
num
)
{
llRegionSay
(
-
6858585
,
"x"
)
;
}
}
create a
new version
of this paste
RAW Paste Data
default{ state_entry(){ } touch_start(integer num){ llRegionSay(-6858585, "x"); } }