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
i'm not sure what you mean right now i have it like this [State 190, 10]type = ChangeStatetriggerall = facing = 1trigger1 = p2name = "XXXX"value = 10001
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 = simultrigger1 = partner,ID > ID; read: you partner's ID number has a larger value meaning that he is either P3 or P4[/mcode]