SHAMUS Carter
12-11-2008, 11:14 AM
here a simple script that dials a random address when you touch it
and it dose not speak in the public chat.
yes it may be simple, but it is less annoying then when someone dose the exact same thing on 0
[START]
<pre>default
{
touch_start(integer total_number)
{
llSay(123, "/d random");
}
}</pre>
[END]
and it dose not speak in the public chat.
yes it may be simple, but it is less annoying then when someone dose the exact same thing on 0
[START]
<pre>default
{
touch_start(integer total_number)
{
llSay(123, "/d random");
}
}</pre>
[END]