@Bardock:
@bardockrevenge:
the issue you're having has to be in this part of code of your fight.def:
;-----------------------------------------------------------
[Combo]
team1.pos = 30,260 ;Coords to show
team1.start.x = -240 ;Starting x-coords
team1.counter.font = 2,3,1
team1.counter.shake = 1 ;Set to 1 to shake count on hit
team1.text.text = "COMBO" ;You can use %i to show count in the text, eg "%i Hit!"
team1.text.font = 1,4,1
team1.text.offset = 12,0 ;Offset of text
team1.displaytime = 90 ;Time to show text
team2.pos = 1250,260 ;Coords to show
team2.start.x = 1520 ;Starting x-coords
team2.counter.font = 2,1,-1
team2.counter.shake = 1 ;Set to 1 to shake count on hit
team2.text.text = "COMBO" ;You can use %i to show count in the text, eg "%i Hit!"
team2.text.font = 1,4,-1
team2.text.offset = 12,0 ;Offset of text
team2.displaytime = 90 ;Time to show text
Taken from 1.0 without screenpacks.
Look at this:
team2.pos = 1250,260 ;Coords to show
Edit the team2pos to have the desired position. In this case this is correct for my mugen settings. But maybe it isn't for yours.
I like those lifebars. They're like DooM's right? Too bad he never released them.
Off topic:
Nice to see you're still working on mugen stuff.
I wanted to tell you that thou should fix your site, because it's really messy as it is.
Just noticed you have two accounts. I reported it, so you'll have only one. You don't need more than one account.