Gen Trial 19

Super Street Fighter 4 Trials - Gen # 19 Position: Facing right. Stand next to Dan and activate with LS. * Gen has two fighting styles, Mantis and Crane. These are activated by pressing triple punch for Mantis (when you are in the Crane stance) and triple kick for Crane (when you are in the Mantis stance). I have included the changing of stances in all of these combos so if the combo is blocked or you need to cancel it and re-position yourself, either restart or make sure you are in the mantis stance before starting. Because I change stances in the combo, if you are in Crane and it tries to change to Crane again it will add an extra kick which will mess up the timing and the combo won't work.
Version1.00
AuthorJayD101
Publish DateThu, 29 May 2014 - 18:47
Last UpdateThu, 29 May 2014 - 18:47
Downloads73
RATE


0

0

Code: Select all
 
main {  if(get_val(XB360_LS)) combo_run(GenT19);
        if(get_val(XB360_RS)) combo_stop(GenT19);
}
 
combo GenT19 {
    set_val(XB360_Y, 100);
    wait(20);
    set_val(XB360_Y, 0);
    wait(425);
    set_val(XB360_B, 100);
    wait(20);
    set_val(XB360_B, 0);
    wait(20);
    set_val(XB360_X, 100);
    wait(20);
    set_val(XB360_X, 0);
    wait(20);
    set_val(XB360_X, 100);
    wait(20);
    set_val(XB360_X, 0);
    wait(20);
    set_val(XB360_X, 100);
    wait(20);
    set_val(XB360_X, 0);
    wait(20);
    set_val(XB360_X, 100);
    wait(20);
    set_val(XB360_X, 0);
    wait(20);
    set_val(XB360_X, 100);
    wait(20);
    set_val(XB360_X, 0);
    wait(20);
    set_val(XB360_X, 100);
    wait(20);
    set_val(XB360_X, 0);
 
}