Posted by MikeDaBike
in Making an Intro Occur Randomly (Started by Sean Altly June 11, 2009, 10:16:36 amBoard: M.U.G.E.N Development Help
If you want to mix both together you could use something (complicated but compact) like this
[mcode]value = ifelse(Random<100,195,191+(Random%4))[/mcode]
In this case 195 is the special intro and 191-194 are the regular ones (Random%4 gives you a random value from 0 to 3).



[/mcode]