[size=5pt]Why didn't I listen to Anjel? Now it's too late. [/size]How do you changestate to a winpose if the state the character is in never goes back to 0. Roundstate = 4 didn't work because the round doesn't end until you reach state 0.
Just make the character go back to 0 and fix that changeanim up some.Use this if your var is set to 1.[mcode][State 0, 1]type = ChangeAnimtrigger1 = Anim != 0+(var(transformationvaraaaaaa)*10000) && Anim != 5 && Anim != 12trigger2 = Anim = 5 && AnimTime = 0 ;Turn anim overtrigger3 = Anim = 12 && AnimTime = 0value = 0+(var(transformationvaraaaaaa)*10000)[/mcode]