stock AddSpace(NumberSpace) { new string[30]; for(new i = 1; i <= NumberSpace; i++) format(string,30,"%s ",string); return string; }