Scratch that problem, I had to change the %x to %s
which brings up another question, what do %d, %s, and %x represent?
Um... scratch that question as well, and incase anybody else didn't know:
%d returns decimal value, %x returns hex value and %s returns string value, I think?