src.name = input("What would you like your name to be?", "Name") as text
is longer than 20 (But not equal to)
that it just automatically shortens it.
I tried:
if(src.length(src.name)>20) //This line is correct so far
length(src.name) = 20 //Obviously this is wrong but I feel that I am close. q_q