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.
15 lines
237 B
Text
15 lines
237 B
Text
default
|
|
{
|
|
state_entry()
|
|
{
|
|
@___for__00001;
|
|
if (llSetRegionPos(<0, 0, 2>))
|
|
{
|
|
{
|
|
llSleep(4);
|
|
}
|
|
llSleep(3);
|
|
jump ___for__00001;
|
|
}
|
|
}
|
|
}
|