Hi, I need to make a game for a school assignment (by tomorrow O.O), and I'm having a bit of trouble with my character. So the player, Bob, is supposed to pick up a lifesaver to save drowning people. There are two types of lifesavers: for kids and for adults. I'll have three of each type on each side of Bob. I want him to be able to pick up and drop the lifesavers with a single press of the spacebar (not hold, which is isKeyDown), and throw it at a drowning victim with a single press of the up button. I can manage the throwing part, but I can't make him pick things up without getting a terminal window with the error, "hasToRun = false". I need to finish this, please help!!!
