Jump to content
SPRITE CLUB DEBUTS ×
  • 0

Giving a character multiple intros?


Question

Posted

Okay so I coded 2 prebattle intros for a certain character that I haven't announced yet. But only the first one plays. The 2nd one doesn't play at all.

Here is the code:

;---------------------------------------------------------------------------
;Introduction 1
[Statedef 190]
type = S
ctrl = 0
anim = 190
velset = 0,

[State 190, 1] ;Freeze animation until PreIntro is over
type = ChangeAnim
trigger1 = RoundState = 0
value = 190

[State 190, 2] 
type = AssertSpecial
trigger1 = 1
flag = Intro

[State 190, 3] ;Change to stand state when done
type = ChangeState
trigger1 = AnimTime = 400
value = 1
;---------------------------------------------------------------------------
;Introduction 2
[Statedef 191]
type = S
ctrl = 0
anim = 191
velset = 1,

[State 191, 1] ;Freeze animation until PreIntro is over
type = ChangeAnim
trigger1 = RoundState = 0
value = 191

[State 191, 2] 
type = AssertSpecial
trigger1 = 0
flag = Intro

[State 191, 3] ;Change to stand state when done
type = ChangeState
trigger1 = AnimTime = 400
value = 02

;---------------------------------------------------------------------------

The first one (That plays) is Statedef 190. Statedef 191 is the 2nd one which doesn't work. Any help?

image.png

I don't understand why you guys use this guy like a punching bag. I mean seriously, does that  sht make ya'll feel good? I understand hazing and constructive feedback, but you guys have hit this dude with -17 rep for not fixing an issue you don't like. Y not just avoid using the character or make it a boss character? I mean Ax is whatever he is, but at least he tries to contribute to the continued existence of mugen even if his chars aren't an Class-A effort. Dis you guys consider he just might not be as talented as Ry, or Pots, or whatever the fuck Werewood is calling himself now? Some of you muthafuckers are getting old or bogged down with real life sht like work or parenthood, but if you bash the sht out people for trying and failing according to your extensive knowledge, there may not be a new generation of creators and mugen will fade. If you don't like the fucking char DL it, open up fighter factory, fix it, upload it, and show the man how its done you dicks. Gotdammit I hate fucking bullies man.

1 answer to this question

Recommended Posts

  • 0
Posted

190 is your preintro, which decides which intro to go into, for example a way to make it so you have random intros for 190 to go into try this under 190 instead

[State 180, 1]
type = ChangeState
trigger1 = time = 1
value = 191+(Random%2)

that would suggest if you made a new state for 191 and 192 to be new intros.

 pAAf1k5.pngRSQGnkI.png

-play gaem, gaem iz kul

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...