My AI code is exactly like Winane's, but at times it takes very long into the round before it activates. The worst case I've seen is the char acting stupid for 50 seconds before finally waking up. What am I missing out on here?Here's the code:;--In CMD[Command]name = "CPU1"command = U, D, Ftime = 1;--and so on, with 50 humanly-impossible commands----[State -1, AI]type = VarSettriggerall = var(59) != 1triggerall = RoundState != 3trigger1 = command = "CPU1"trigger2 = command = "CPU2"****trigger50 = command = "CPU50"var(59) = 1
Well, if you are using 1.0, just writetrigger1 = AILevel > 0done.If not, get an AI helper. I don't know if you have one. I'll post the code if you need it.Other plans:display var(59) to clipboard.
Winmugen AI is a bit of a workaround and will never be 100% reliable. 1.0 has the instant method which is much simpler to turn on.