Name: Anonymous 2010-10-29 15:44
Lets program a roleplaying game together. Each post must contain either a new function or an edited version of an old function in psudocode. I will start:
int dealDamage(int hp, int damage){
return hp - damage;
}