Yup. You see where you have your statedef 190 (your intro) make that into a intro randomizer i.e. code in your variety of intros starting with state 191, then 192 ect.In your statdef 190 make it look like this.[mcode]; Intro State Decider[Statedef 190]type = Sctrl = 0[State 190, 1]type = ChangeStatetrigger1 = Time = 0value = 191+random%2[/mcode]And then code in your intros starting with statedef 191 would be intro one lets say and statedef 192 will be intro two. Same thing applies to win poses but make you 180 a win pose randomizer.
Ryutaros said, May 18, 2008, 08:43:22 pmI think he means, two opening for his M.U.G.E.N.Which isn't possible. >.< yha i was looking in to openings
It si spossible, but some small coding knowledge is needed; just make multiple .bat/.cmd files with different scpacks and different intros and have a main runmugen.exe program that launches them at random.