but all it does is make them more frustrating like theres this game on roblox where you can merge 3 pets together to make a better one and if you select 4 and go back down to 3 it doesnt let you merge anymore you have to unselect one and reselect it. i cant even fathom how they managed to make that happen what kind of spaghetti code is this?
if (numSelected >= 3)
{
allowMerge = true;
}
Comments
Displaying 0 of 0 comments ( View all | Add Comment )