YesNoOk
avatar

"Trigger if not AI" incompatible mugen versions (Read 2580 times)

Started by onomamashinee, October 16, 2020, 08:06:12 am
Share this topic:
"Trigger if not AI" incompatible mugen versions
#1  October 16, 2020, 08:06:12 am
  • avatar
  • *
What would be the equivalent to the trigger: "triggerall =! ailevel" (triggers if character is not AI controlled) for characters with versions that do not support it? Thanks in advance.
Re: "Trigger if not AI" incompatible mugen versions
#2  October 16, 2020, 08:25:21 am
  • ***
  • the Suicidal Bastard
  • "I want to see and understand the world outside."
    • Philippines
1. triggerall != AILevel
2. triggerall = !AILevel
Re: "Trigger if not AI" incompatible mugen versions
#3  October 16, 2020, 08:32:43 am
  • *****
  • Shame on you!
    • USA
@Mushypepito123: He means WinMugen characters that can't use it.

@onomamashinee: You might want to look at this post. You can see how he upgrades older characters to be compatible.
https://mugenguild.com/forum/msg.1570683
I know that doesn't specifically help you, but, most characters should be using var(59) for AI status. Since there's no ONE way to activate AI in older versions, there's no ONE way to check for it. But this will be the most common.
vVv Ryuko718 Updated 10/31/22 vVv
Re: "Trigger if not AI" incompatible mugen versions
#4  October 16, 2020, 09:06:53 am
  • avatar
  • *
Thank you both for replying, I will check the link that was mentioned
Re: "Trigger if not AI" incompatible mugen versions
#5  October 21, 2020, 04:30:01 am
  • ****
Thank you both for replying, I will check the link that was mentioned

In old mugen
there no 100% way to tell if a character is controller by AI or human

thats why mugen 1.0 1.1 have this AIlevel thing it's a new feature that old mugen don't have.

the old one use workround to guess if a character is AI controlled by guess a key pattern only possible by AI
but it's slow and can't be turn off.