Comments

Log in with itch.io to leave a comment.

I touched every boulder... Every Boulder. In the whole game.

Was there a reward? -- No.

Did it feel good? -- YES.

Thanks for the advice. In Bob's Adventures 2, I will make sure to add in a reward ;).

(+1)

Glad to see you make something with my assets :) 

(2 edits) (+1)

Nice idea, I like it so far.

bugs:

-the message “You suddenly remember you forgot something at your house.” bugs as it finishes, becoming “house.ddenly remember you forgot something at your house.” Something similar happens when that guy asks you to get a message to the mayor.

-before you get the dog back, there is no message after you select “Potion 10$”

-after you get the dog and supposedly just got 15$, selecting “Potion 10$” tells you “Thanks for buying”, and then he immediately tells you don’t have enough money.

-if you enter the screen where you find the dog from above, you immediately walk out again

Hello, Thank you for supplying me with bugs and I appreciate that you like it so far. Below I have listed the bugs you listed and hopefully attiquit responses. If you have any clarification you need or more bugs you find dont hesitate to tell me. Thank you!

The reason is for '-before you get the dog back, there is no message after you select “Potion 10$”' Is the fact that you have no money but Meranda when you return her dog gives you $15 which then gives you enough money to buy a potion.

'-if you enter the screen where you find the dog from above, you immediately walk out again' This is a common mistake I have made when programming it took me about two seconds to fix thanks for reporting.

'he immediately tells you don’t have enough money. this is a variable problem with out it is listed out when fixing it I noticed that the variable also acts angry after a purchase which does not make any since so I fixed that too.

'“You suddenly remember you forgot something at your house.” bugs as it finishes, becoming “house.ddenly remember you forgot something at your house.” Something similar happens when that guy asks you to get a message to the mayor.' This is a engine side problem I sadly have no way to fix it and have no idea why it only happens with those words'

You’re welcome.

Maybe these messages with the engine problem are just too long for the engine, and you need to shorten them or break them up into two shorter messages.

That was my original idea but when returning  a message to the mayor he only says 'Thanks for the message.' which is not long at all. The problem has been reported to the developers of the engine.

“Thanks for the message” is not bugged. I meant the text that asks you to deliver the message: “Will you bring this message to the Mayor of Community Town for me?”

Okay, then it might be the length of the message. I split it into two different parts and it fixed the issue.