YesNoOk
avatar

P1 intro with p2  (Read 444 times)

Started by EM20XX, January 20, 2008, 09:26:07 am
Share this topic:
P1 intro with p2
#1  January 20, 2008, 09:26:07 am
  • ***
  • <>_<>!
    • USA
    • mugenandgames.webs.com/
Ok here is the problem I have a intro with p1 and p2 but when I have p1 as p3 he still does the intro with p2 but I don't want this I just want the intro to happen when p1 is p1 and p2 is p2. If anyone got that lol
Re: P1 intro with p2
#2  January 21, 2008, 06:59:03 pm
  • ******
  • [E]
    • Mexico

  • Online
play around with the Id parameter, your ppartner,Id should be higher than yours.
Re: P1 intro with p2
#3  January 22, 2008, 07:22:29 am
  • ***
  • <>_<>!
    • USA
    • mugenandgames.webs.com/
i'm not sure what you mean right now i have it like this


[State 190, 10]
type = ChangeState
triggerall = facing = 1
trigger1 = p2name = "XXXX"
value = 10001

Re: P1 intro with p2
#4  January 23, 2008, 02:40:01 pm
  • ****
  • "Moyashi tsuku shite yaru..."
R[E]ika meant that each player has it's own ID. I don't know exactly, but P4's ID > P3's ID > P2's ID > P1's ID. So, theoretically a condition which would anwer to your problem is:
[mcode]trigger1 = TeamMode =  simul
trigger1 = partner,ID > ID; read: you partner's ID number has a larger value meaning that he is either P3 or P4[/mcode]
Re: P1 intro with p2
New #5  January 24, 2008, 06:51:34 am
  • ***
  • <>_<>!
    • USA
    • mugenandgames.webs.com/
ok i got it now  ;D thanks for all your help
Last Edit: January 24, 2008, 07:12:22 am by EM20XX