29.07.2010, 23:56
Use different string thingy mer bobbers that i have no clue what they are called:
%s = Format a string
%d = Format a whole Intenger
%i = Format a single Intenger
%f = Format a format...and so on.
I'm guessing your age thing should be a number, so try changing %s to %i under the format of age.
%s = Format a string
%d = Format a whole Intenger
%i = Format a single Intenger
%f = Format a format...and so on.
I'm guessing your age thing should be a number, so try changing %s to %i under the format of age.