printf( "%-*'='s\n", this_player()->query_cols(), "======SKILLS=======Cur/Max==For Next" ); printf( "%#*-s\n", this_player()->query_cols(), rec_cost( arr, "", 1, g_o ) ); printf( "%*'='|s\n", this_player()->query_cols(), "> You have " + this_player()->query_xp() + " points to spend <" );