You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- script Issue5573 -1,{
|
|
OnInit:
|
|
.i = 0;
|
|
.@i = min( .i, 200 );
|
|
|
|
if( .@i == 200 ){
|
|
errormes "Issue 5573 is happening again.";
|
|
}
|
|
}
|