mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
It was causing an exception. Fixed now. Thanks to Cindy Reynaud for reporting the problem and sending a backtrace.
10 lines
138 B
Text
10 lines
138 B
Text
default
|
|
{
|
|
state_entry()
|
|
{
|
|
for (; llSetRegionPos(<0,0,2>); llSleep(3))
|
|
{
|
|
llSleep(4);
|
|
}
|
|
}
|
|
}
|