Seth Trial 12

Super Street Fighter 4 Trials - Seth # 12 Position: Facing right. From the start position move slightly forward so that your foot is touching the black line in front of you and activate with LS. * This is another one that is very sensitive to your position. Your first kick should be hitting Dan in the knee or at least the bottom of his torso. Adjust slightly to make this happen and it will work perfectly.
Version1.00
AuthorJayD101
Publish DateSat, 24 May 2014 - 21:16
Last UpdateSat, 24 May 2014 - 21:16
Downloads65
RATE


1

0

Code: Select all
 
main {  if(get_val(XB360_LS)) combo_run(SethT12);
        if(get_val(XB360_RS)) combo_stop(SethT12);
}
 
combo SethT12 {
    set_val(XB360_UP, 100);
    set_val(XB360_RIGHT, 100);
    wait(20);
    set_val(XB360_UP, 0);
    set_val(XB360_RIGHT, 0);
    wait(275);
    set_val(XB360_DOWN, 100);
    set_val(XB360_RT, 100);
    wait(20);
    set_val(XB360_DOWN, 0);
    set_val(XB360_RT, 0);
    wait(600);
    set_val(XB360_DOWN, 100);
    set_val(XB360_Y, 100);
    wait(20);
    set_val(XB360_DOWN, 0);
    set_val(XB360_Y, 0);
    wait(50);
    set_val(XB360_DOWN, 100);
    wait(20);
    set_val(XB360_DOWN, 100);
    set_val(XB360_LEFT, 100);
    wait(20);
    set_val(XB360_DOWN, 0);
    set_val(XB360_LEFT, 100);
    set_val(XB360_A, 100);
    wait(20);
    set_val(XB360_LEFT, 0);
    set_val(XB360_A, 0);
 
}