I don't use DOFLinx but I checked two non-DOFLinx versions of the tables that you mentioned and neither has "FF_Init" in it. My guess is that "FF_Init" must be an external script file and most likely unique to the DOFLinx version of the table. What Outhere said makes sense. Open the FP editor and check the script of the table. The following line must be in the script somewhere in order to run an external script:
ExecuteGlobal LoadExternalScript ("[file name].vbs")
[file name].vbs is the name of the file that has the external script. It must be saved to one of the following folders or you will get a meditation error:
Games\Future Pinball\Scripts
Games\Future Pinball\Tables
If saving the file to one of the folders above does not work, try the other one.
NOTE: There can be more than one external script file that runs. Make sure you find all occurences of the line of code above.
Then the vbs file may have some script in it like this:
Execute LoadExternalScript("LedWIZ_Settings.ini")
This loads an ini file.
If you have some sort of installation guide for DOFLinx, you might want to chck and make sure you did everything right.
George
Edited by GeorgeH, 07 September 2019 - 03:40 AM.