It was causing an exception. Fixed now. Thanks to Cindy Reynaud for reporting the problem and sending a backtrace.
11 lines
138 B
Plaintext
11 lines
138 B
Plaintext
default
|
|
{
|
|
state_entry()
|
|
{
|
|
for (; llSetRegionPos(<0,0,2>); llSleep(3))
|
|
{
|
|
llSleep(4);
|
|
}
|
|
}
|
|
}
|