Seas of Malice (Character Creation + 3 locations partially done, WIP)

Would u suggest that just keep going on job until the festival of light to avoid the loop?

Had the same problem with that, which is why I axed it. Might reimplement that by rewriting the code myself, but it’s certainly not at the top of my agenda.
The loop until the Festival of Lights is my version of a “stats select” screen.

then how would it even be able to run? Since even that wont work, we are basically trapped in the page before the main story start right? Or is there another way out?(Bamby Eye)

That’s because the main story hasn’t started yet. I haven’t written it. Have you made it to the conclusion of the Festival of Lights?

Sadly, no. I am trapped in the infinite loop forever.

Which infinite loop? Many have popped up and I’ve broken most of them. What choices led to the loop, and what choices looped infinitely? Is something weird happening, like is time negative, or anything like that? A screenshot would help very much.

I started yesterday night to test, then, first of all got trapped in the blacksmith one cause I am dumb enough to click it, then this one. I am pressing do job forever by now.

Blacksmith loop has been resolved. Please send a screenshot, and try clicking the link again. I update it very frequently.

I also have a little suggestion. Pls remove the promotion after the character have already accepted the job.
(PS: I also got out of the loop, but got stuck in the character finalization.)

You might as well look at line 332 or something, it said that the error is something about the
not a number : true.

I am completely rewriting that part right now. Also, about the loop where you were continually pressing “work,” did you check at the start of each new day that time was counting down? That’s not an infinite loop, something happens once the time reaches 0.

No, I mean that I am trying to reach the festival of light in this solution.(Which is keep pressing go to work)

Yep. Got stuck. Since it forces you to do the character finalization and that is the major point of the current issue.

So the “time until festival” counter is negative?

The count down is positive. It works just fine. However, it is the issue with before attending the festival.(On that selection screen) it will force you to finish character first. Thus, you are not able to advance into the festival.

BTW, the error is on line 392.

I thought that would be normal only tho.

But if u insist, @Eos change it pls.

Probably the result of a missing *page_break. I’ll patch that up when I get to releasing the next fix