YesNoOk
avatar

Is it possible... (Read 385 times)

Started by Fantôboy, September 24, 2007, 12:43:06 pm
Share this topic:
Is it possible...
#1  September 24, 2007, 12:43:06 pm
  • ****
  • Fantô lives!
    • trinitymugen.net/
Is it possible to have 2 characters with random character specific intros that randomize together?

For example, Iori and Kyo have had many different intros together throughout all the games they have been in.  Would it be possible to have an Iori and Kyo that have all these intros coded in?  So one of say 4 different intros will occur, and both characters will interact together with the correct same intro?
Re: Is it possible...
#2  September 24, 2007, 01:28:25 pm
  • ******
    • www.mugenguild.com/pots/
It's quite possible. You can try using VarRandom on P1 then making both chars check that var to see what intro they should use (P1 would use the "var" trigger while P2 uses "enemy,var").

Note that it's important to have P1 setting the var, not P2, you can use this to see who's P1:

trigger1= numenemy
trigger1= enemy,ID > ID

(Not sure that's 100% reliable when outside single mode though.)


Alternatively, and more simple I guess, just make P1 randomly select the intro and have P2 check which one it is using P2Stateno and change to the corresponding state.
Use anything you want from my works.  If you need to contact me use email, not private messages.