YesNoOk
avatar

A Problem with the cmd (Read 156 times)

Started by ark98, May 09, 2012, 11:40:09 pm
Share this topic:
A Problem with the cmd
#1  May 09, 2012, 11:40:09 pm
  • avatar
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?  :???:
Re: A Problem with the cmd
#2  May 10, 2012, 01:20:55 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
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.


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.
Re: A Problem with the cmd
#3  May 10, 2012, 02:32:17 am
  • avatar
I just tried it, and it worked. Thanks man. You guys really know your stuff. :sugoi: