while this was exactly what I was looking for I regret to say that I have no clue what invalid syntax it's talking about since afaik it looks right to me lol
Think of syntax as "coding grammar"
The code interpreter(Python) need to have the code in the correct order, else it won't work.
Have you looked at the code?
I can't be bothered downloading this "new" version as it doesn't have enough new content and the last was absolute crap.
But in .56 line 141 in Village.rpy say
"Sex !!!" if CurrentGarrick >= 5 or _in_replay == "sp2":
Perhaps a text string not attached to an event in ren'py followed by a logic expression doesn't work.
If you're using the variable, I naturally posted the wrong value, sorry... Try,
TrubalSeduction = 3
This might not work either, but according to the quest tracker it should.
Otherwise
adn700 must look in to it.
The issue with this game is that the code is designed in such a way that things need to happen in a certain order.
If the player deviate from this the code crash or events doesn't trigger as they should.
It happened a lot of times for me while playing, only way to fix it was to reverse engineer the code to find variables and modify them using the console...
This game would work better as a linear VN, maybe that was the initial plan but was changed and we suffer because of it.
Yes it's bugged cause when i meet druid this red head girl already enslaved by her. In the same time this ger may be meet in Ancient forest, but nothing happens (Amy doesn't what to fight her)
Ok, try the variable hack I mentioned to GusLima(in this reply, the first is wrong), this might fix this, or not.