Then there's something wrong with the syntax. What
exactly did you enter? Spaces and quotation marks included. Use one of the code tags if needed.
Note that Doug's code is a little wrong and should be
Code:
newgirl1 = create_girl("pack foldername", free=False, force_original=False, level=1)
slavemarket.girls += [newgirl1]
newgirl1 = create_girl("Itsuki Nakano", free=False, force_original=False, level=1)
slavemarket.girls += [newgirl1]
I just tried the new code and entered it in exactly as you see it, And I still get that message. I'm interested in on the main menu (Which is actually the only place I get that specific message), I've entered it while I was in the home area I guess (the area where you pick your character or the girls or any of the other tabs on the right side), I've also did it in the slave market as well.
As for the other two, I get this message.
File "<string>", line 1: expected statement.
newgirl1 = create_girl("Itsuki Nakano", free=False, force_original=False, level=1)
slavemarket.girls += [newgirl1]
^
And that's exactly how it looks even the little ( ^ ) underneath the code is there.
Edit: I added the comment as soon as I posted it because it moved ( ^ ) it was underneath [newgirl1] pointing right in between the L and the 1.