Jump to content
  • 0

Multiple Special Intros


Ultra Fatality

Question

As the title says does anyone know how to do this i can only get one intro to play does anyone know how to get multiple specials to play like for example evil ryu and evil ken have a lot of special intros together so if anyone could tell me how this is done........

 

-That'd Be Great 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

First you'll need statedef 190 from the common.cns in you Mugen data folder. It should start with this.

; Pre-intro
[Statedef 190]

 

Default is 190 as specified in statedef 5900.

Don't edit the common in the data folder. Either copy the file to your character and add it to the def or just copy the statedef 190 into your characters cns.

 

Anyway you can then specify changestates to different intros using various triggers such as random or variables.

For character specific intros you need to specify that in the changestate.

[State 190]
type = ChangeState
triggerall=!time
trigger1 = numenemy=1
trigger1 = enemy,authorname = "red" || enemy,name = "pikachu"
value = 192

[State 190]
type = ChangeState
triggerall=!time
value = 193+random%2

This is saying that if the number of enemies is 1 and the author is either red or the enemies name is pikachu then go to state 192.

If the first sctrl doesn't trigger then it will go to the next which is using random to decide between intro 193 and 194.

 

That's just a brief example. Hopefully it helps.

 

 

Link to comment
Share on other sites

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...