Non-threaded

Forums » Bugs & Problems » Read Thread

Post reports about problems or bugs in here.
This bug was closed 5/31/2014: sounds like you found a good-enuf workaround for now!

Reset won't Reset! Help!

11 years ago

I've run into this bug before... instead of resetting the variables to their starting values, the reset button is dropping them to zero. The problem is that one of those variables is HEALTH. It's putting my game in a game-over screen loop where, every time you try to reset, you automatically have 0 health so you automatically get a game over so you never leave that screen.

Please tell me there's a way to fix this. Last time this happened, I scrapped the variable, and I CANNOT do that this time.

Reset won't Reset! Help!

11 years ago

We have a reset variable button?

Reset won't Reset! Help!

11 years ago

No, the "Reset game" button.

Reset won't Reset! Help!

11 years ago

Can you set losing the game to -1 health instead of 0 then?

Reset won't Reset! Help!

11 years ago

>_> But what's the point of that? They're suppose to start the game with more health than just 0. Sure, it frees you from the loop, but one hit and you're dead.

Reset won't Reset! Help!

11 years ago

Have one of the links add HP to your character if your HP is less then 1 in the beggining of the game?

Reset won't Reset! Help!

11 years ago

Oh. Huh... yeah, I could do that. It would be exceptionally ODD, but I could do that.

Reset won't Reset! Help!

11 years ago

On the first page just set their health to whatever it's supposed to start at with scripting lol.

Reset won't Reset! Help!

11 years ago

That won't help if they can't -get- to the first page because of the reset. I've tried.

Reset won't Reset! Help!

11 years ago

?

Set losing to -1.

On the reset it sends you to the first page, with health to 0.

On the first page, in the page script, set health equal to 100.

Reset won't Reset! Help!

11 years ago

Ah. Ok, that makes sense. You'll have to pardon me, my brain was mostly fried last night...

Reset won't Reset! Help!

11 years ago

Good to see you still solving problems.

Reset won't Reset! Help!

11 years ago

Yep, the game is running smoothly now. (Love how helpful this community is, sometimes.)