Page 1 of 1

Error in log file related to assassins

Posted: Sat Dec 15, 2012 11:38 pm
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.

Re: Error in log file related to assassins

Posted: Sun Dec 16, 2012 1:28 am
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.

Re: Error in log file related to assassins

Posted: Sun Dec 16, 2012 1:50 am
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.