I am trying to figure out where I would add the code to save additional info to a custom table when a new user is set up. I've spent hours running searches trying to figure out how to do this with no results.
Basically what I am trying to do is save some base stats for a simple game I am building. I want the stats I am using to be tied to a WordPress user ID. I've already figured out how to call and display the information if I manually insert it, but it would make life infinitely easier if I could tie that into creating a new user.
I don't want extra fields or anything, just "when creating new user, also save x, y, z to table 'blah'.