I only just recently started playing this one, but so far it is great!
I have, however, run into a problem I can't seem to crack - so it's probably something so absurdly obvious that I'm overlooking it.
When I try to use any ITM cheats, either GAME.ship.loadWare or GAME.mc.addItem, I get the same response - File "<string>", line 1: expected statement.
I even copy & pasted some of the codes directly from the Walkthrough and still get that same result.
What am I missing?
And thank you, Y.V., for another awesome game.
Dunno if this will help, but here's a screenshot of how I type stuff when in the console (shift + o):
Note that the typo triggers the message you gave. You didn't mention which variable you were trying to change, but it's important to put those inside of brackets and inside of parenthesis, like I did with ITMAICore, i.e.:
GAME.ship.loadWare("ITMAICore")
In this instance, if it doesn't return True, then you probably mistyped the variable name/picked something that isn't defined or misspelled something. Caps vs. no Caps is also very important, so watch your upper and lower case stuff...
Also, I just tried this, but cut and paste from the .pdf inserts hidden characters apparently, so that'll mess things up. So you'll need to re-type the item you are trying to add by hand (no cut and paste), at least when in the Console.
Which variables/items are you trying to change/add?