Join us at the Oolite Anniversary Party -- London, 7th July 2024, 1pm
More details in this thread.

Error in log file related to assassins

Discussion and information relevant to creating special missions, new ships, skins etc.

Moderators: winston, another_commander

Post Reply
User avatar
PhilHibbs
Above Average
Above Average
Posts: 30
Joined: Sun Feb 22, 2009 3:16 pm

Error in log file related to assassins

Post by PhilHibbs »

Any ideas what this means?

Code: Select all

22:30:48.422 [shipData.load.begin]: Loading ship data.
22:30:51.315 [script.debug.syntax.badComparison]: ***** SCRIPT ERROR: in assassins.0.do.321.do.1.conditions.0 ("shipsFound_number less than 20"), unknown comparison operator "less", will return NO.
22:30:51.315 [script.debug.syntax.badComparison]: ***** SCRIPT ERROR: in assassins.0.do.322.do.1.conditions.0 ("shipsFound_number less than 20"), unknown comparison operator "less", will return NO.
I have AssassinsV1_3.zip installed.
User avatar
Wildeblood
---- E L I T E ----
---- E L I T E ----
Posts: 2321
Joined: Sat Jun 11, 2011 6:07 am
Location: Western Australia

Re: Error in log file related to assassins

Post by Wildeblood »

PhilHibbs wrote:
Any ideas what this means?
Somewhere in the script is written:-

Code: Select all

("shipsFound_number less than 20")
when it should say:-

Code: Select all

("shipsFound_number lessthan 20")
Search and replace with your text-editor of choice.
User avatar
PhilHibbs
Above Average
Above Average
Posts: 30
Joined: Sun Feb 22, 2009 3:16 pm

Re: Error in log file related to assassins

Post by PhilHibbs »

Wildeblood wrote:
Somewhere in the script is written:-

Code: Select all

("shipsFound_number less than 20")
when it should say:-

Code: Select all

("shipsFound_number lessthan 20")
Search and replace with your text-editor of choice.
Done, thanks. Found it twice.
Post Reply