YesNoOk
avatar

Move Before Fight Begins? (Read 599 times)

Started by Sammyboi, June 01, 2008, 08:00:24 pm
Share this topic:
Move Before Fight Begins?
#1  June 01, 2008, 08:00:24 pm
  • avatar
  • **
For some reason my characters can move before the fight begins, which is quite annoying as they hit the oppenent before "fight" happens, the other person attacks back so they are fighting before the round even starts.

I can also control my character before the fight begins too.

This is a real nuisance as these characters are being coding for a full game and my characters will then have an unfair disadvantage.

Any help?
WIPS:

Vegeta 5%
Goku Update and ai
Trunks Update and ai
Custom Jin Kazama with Roman 3%
Re: Move Before Fight Begins?
#2  June 01, 2008, 08:15:38 pm
  • ******
  • I hang out tough. I'm a real boss.
    • USA
    • litotichues.com/
For some reason my characters can move before the fight begins, which is quite annoying as they hit the oppenent before "fight" happens, the other person attacks back so they are fighting before the round even starts.

I can also control my character before the fight begins too.

This is a real nuisance as these characters are being coding for a full game and my characters will then have an unfair disadvantage.

Any help?


either in your statedef 190, or somthing in the 190'syou have ctrl=1 or a ctrlset statecontroller..change it to 0
you may also have put ctrl=1 in your statedef 5900 change that to ctrl=0 if so

or perhaps you put a ctrlset stateontroller in one of the statedef -1/-2/-3 if so make it so it doesn't effect the intro

one of those is mostlikely like 99.99% what the problem is.
Re: Move Before Fight Begins?
#3  June 01, 2008, 08:53:14 pm
  • avatar
  • **
none of that worked, it was all fine already

EDIT: Found the problem, im using a common1 file beacuse of a transformation and i didnt have a ctrlset in that
WIPS:

Vegeta 5%
Goku Update and ai
Trunks Update and ai
Custom Jin Kazama with Roman 3%
Last Edit: June 01, 2008, 08:57:30 pm by Sammyboi
Re: Move Before Fight Begins?
#4  June 01, 2008, 09:09:05 pm
  • ******
  • I hang out tough. I'm a real boss.
    • USA
    • litotichues.com/
none of that worked, it was all fine already

EDIT: Found the problem, im using a common1 file beacuse of a transformation and i didnt have a ctrlset in that


there is always that .1% in mugen you never know. glad you found out the problem.