In the last update the script OFDB.DE.TXT has been enhanced with the function to limit the number actors that will be imported. But the function is put on the wrong postion and the actors won't be limited this way.
The function #IF# #92#==#00# #GOTO#=ENDACTORLIST #ENDIF# #COMPUTEVAR#=#92#-1
has currently been added directly were the actors import starts. But instead it has to be placed were the import loop starts with #REPEAT# within the actors import. Here with my editor it starts at line 583 with the expected #REPEAT# command. Then the above shown function has to be added.
That's what I changed and everything works fine now. All what you read here was shown to me a couple of days ago here .. So this is not a solution i developed by myself:)