Objectively I know that KQV is a terrible game, but it's one of the first games I remember playing and I get the warm fuzzies just looking at it. Even hearing the title music makes me want to run out and play it again.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
function addHp(int amount)
{
playerHp += amount;
if (playerHp > playerMaxHp) playerHp = playerMaxHp;
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.156 seconds with 18 queries.