YesNoOk
avatar

AILevel Error (Read 521 times)

Started by GoldingCircle, October 02, 2011, 07:07:29 pm
Share this topic:
AILevel Error
#1  October 02, 2011, 07:07:29 pm
  • **
  • "GrayCircle will once be the greatest warrior"
    • i.imgur.com/MdGQY.gif
I put this specific code in the cmd along with a cmd state:
Code:
Random < AILevel * 10
The only thing is that when I test it out on mugen, is does not work meaning that the program shutdown by itself like an error occur like it is not a valid code. Why is that?
"GrayCircle will surpass ever hero one day!"

My Local Name: Fighting Toys Freak.
Re: AILevel Error
#2  October 02, 2011, 08:13:15 pm
  • ******
  • I hang out tough. I'm a real boss.
    • USA
    • litotichues.com/

  • Online
Mugen wouldn't crash from a trigger like that. You have another problem.

Please tell me you're using mugen 1.0.
Re: AILevel Error
#3  October 03, 2011, 12:04:49 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
mugenversion = 1.0

in the def file. And you have to be using 1.0 for this code to work at all.


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: AILevel Error
#4  October 03, 2011, 02:05:57 am
  • **
  • "GrayCircle will once be the greatest warrior"
    • i.imgur.com/MdGQY.gif
Mugen wouldn't crash from a trigger like that. You have another problem.

Please tell me you're using mugen 1.0.

You are right! I was not using mugen 1.0! Is their a code that can work for WinMugen+ or for all of them?
"GrayCircle will surpass ever hero one day!"

My Local Name: Fighting Toys Freak.
Re: AILevel Error
#5  October 03, 2011, 03:21:24 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
You can use the old method of activating AI. It works under every version but unlike the above trigger will not be instant, won't scale with the AI in mugen (so you can easily define difficulty) and can potentially false positive.

There is also winanes slightly faster less false positives method (for which there is a tutorial) for which i am not recommending you.

If you insist on winmugen's activation for custom AI.

Make lots of long complicated commands. Give them a time of 1 and have them turn on a variable. You use that variable to define whether the AI is on or off.


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.