Discussion and information relevant to creating special missions, new ships, skins etc.
Moderators: winston, another_commander
-
PhilHibbs
- Above Average
- Posts: 30
- Joined: Sun Feb 22, 2009 3:16 pm
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.
-
Wildeblood
- ---- E L I T E ----
- Posts: 2453
- Joined: Sat Jun 11, 2011 6:07 am
- Location: Western Australia
-
Contact:
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:-
Search and replace with your text-editor of choice.
-
PhilHibbs
- Above Average
- Posts: 30
- Joined: Sun Feb 22, 2009 3:16 pm
Post
by PhilHibbs »
Wildeblood wrote:Somewhere in the script is written:-
Code: Select all
("shipsFound_number less than 20")
when it should say:-
Search and replace with your text-editor of choice.
Done, thanks. Found it twice.