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
Copy arrays from s...
1 sec ago
Vaagai Sooda Vaa 2...
1 sec ago
NetLoad PREMIUM CO...
14 sec ago
Untitled
7 sec ago
Untitled
14 sec ago
sPoRTs TV Watch Li...
54 sec ago
maps theme
28 sec ago
England vs Wales L...
42 sec ago
KillCmd
By:
bdhtrn
on Aug 22nd, 2011 | syntax:
Linden Scripting
| size: 0.27 KB | hits: 137 | expires: Never
download
|
raw
|
embed
|
report abuse
Copied
default
{
state_entry
(
)
{
llSetStatus
(
STATUS_DIE_AT_EDGE
,
TRUE
)
;
llListen
(
-
6858585
,
""
,
""
,
""
)
;
}
listen
(
integer
chan,
string
who,
key
id,
string
msg
)
{
if
(
msg
==
"x"
)
{
//llOwnerSay("x___x");
llDie
(
)
;
}
}
}
create a
new version
of this paste
RAW Paste Data
default{ state_entry(){ llSetStatus(STATUS_DIE_AT_EDGE,TRUE); llListen(-6858585,"","",""); } listen(integer chan, string who, key id, string msg){ if(msg=="x"){ //llOwnerSay("x___x"); llDie(); } } }