I've tried this a few times and in a few different ways. transition callbacks just keep sending the select signal instantly when I click the button. I've tried sending the signal when the animations stop, using stuff like if (hucard_fadeout.time == 2000){}
but it always either starts instantly on button press or doesn't start at all. does anybody have any ideas of how to accomplish this? also, I'm pretty new to squirrel, so the more detailed, the better.