Hi, in blockmaker, there is save ids for the blocks, and im running out of save ids now, so i wanted to see if you know how to do this:
First heres save ids:
PHP Code:
// save IDs
new const gBlockSaveIds[gBlockMax] =
{
'A', 'B', 'C', 'D', 'I', 'J', 'G', 'H', 'E', 'F', 'K', 'M', 'N', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'Y', 'Z', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', 'W', 'O', 'L', 'X'
};
And i want to make so you can add save ids like 10, 11, 12, but it doesnt work to use 2 characters :S
if you know how to fix this, please help me then.
+karma for help ^^