Hello, I'm new to this forum, and I need some assistance.
See, I downloaded a custom character named Ryuuken (I added him in properly, since he shows up to the point of being on the versus screen). Unfortunately, a strange error in his common1.cns file is preventing me from using him. Here's the error that keeps popping up and closing MUGEN for me:
Error message: Invalid trigger: v
Error parsing trigger1, 1
Error parsing [State 20, 1]
Error in [Statedef 20]
Error in chars/ryuuken/common1.cns
Error loading chars/ryuuken/ryuuken.def
Error loading p1
Library error message: Died parsing command = "holdfwd" && v(30) = 1
And here's the section in the common1.cns file in which part of the error is supposedly coming from:
[Statedef 20]
type = S
physics = S
sprpriority = 0
[State 20, 1]
type = VelSet
triggerall = stateno = 0 && v(30) = 1
trigger1 = command = "holdfwd" && v(30) = 1
x = const(velocity.walk.fwd.x)
I've tried fixing it by replacing the 0 in sprpriority to 1, but that did nothing. I even tried replacing the term "fwd" wherever it was with "forward", but it said that such a command didn't exist (So I changed it back, and now I'm back to square one).
If there is anything I can do to edit the file accordingly so I can get the character working for once, I would greatly appreciate it.