Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

i have looked over the code, and still can not find the code. can u send me what ur code looks like?

If you've purchased this asset you should be able to download it to check it out :)

Deleted 2 years ago

ok I’m going the rewrite the last big part of code. time to grab lots of coffee (:

haha gl!

so, i rewrote the code, and turns out when i press space when it enters the battle, it works, but wait 2 seconds, and it does not work. got any ideas on this?

When you say "it doesn't work" and "it does work" could you explain in more detail? What part of it works, what do you see, and what doesn't work - the more details the better.

(1 edit)

How it is is you are pretty much unable to attack, or do anything after about 1 second, and even the text doesn’t progress any further.

the monster plays the hurt effect and it says “player hit _____ for _ damage!” but does nothing after that.

got any ideas?

not without seeing all the relevant code, no sorry man

did you see my details?

One problem it might be is because I used strings for enumerators. If you have "ATTACK" and "Attack" or "attack" then they won't match - check for that.