There's a frequent problem I'm having in the cmd portion of Fighter Factory, and this happens in all versions I've used. I have several special moves that are coded correctly, but when I go to add them to my character, either I can't add it to a certain button for some reason or a certain input doesn't work. Does anyone know what the problem is and how I can fix this?
Changestate order is important. CMD is read from top to bottom. If mugen finds A before QCF+A it will read the A command. Reorder so more complex command changestates come first.