What does the section of code that refers to look like?now, the game starts and I think the game tries to actually switch on the lanterns, but cant for the following error:
Code:RUNTIME ERROR - file: sea_ai\AIShip.c; line: 898 missed attribute: lights RUNTIME ERROR - file: sea_ai\AIShip.c; line: 898 no rAP data
On which line is the error?
Not sure what "rAP" means; but I seem to remember that you always get that one in addition to the "missed attribute" error.I dont exactly know where I should define the missing attribute? Also, what exactly means no rAP data?
Some attributes are not set through code; but read from the locators in the GMs.
And I know for islands those are read at the start of the game; and not "on the fly".
Perhaps there is still some code missing to tell the game to search for "lights" locators for the ship models?
Maybe try searching the CoAS PROGRAM folder for "lights" and see if there is any reference to that in the "Ships" subfolder, for example?