Zangief Trial 13

Super Street Fighter 4 Trials - Zangief # 13 Position: Facing right. Stand next to Dan and activate with LS when he has reached the top of his jump and has just started to come back down..
Version1.00
AuthorJayD101
Publish DateSat, 17 May 2014 - 10:46
Last UpdateSat, 17 May 2014 - 10:46
Downloads60
RATE


0

0

Code: Select all
 
main {  if(get_val(XB360_LS)) combo_run(ZangiefT13);
        if(get_val(XB360_RS)) combo_stop(ZangiefT13);
}
 
combo ZangiefT13 {
    set_val(XB360_LT, 100);
    wait(20)
    set_val(XB360_LT, 0);
    wait(1000);
    set_val(XB360_RIGHT, 100);
    wait(20);
    set_val(XB360_DOWN, 100);
    set_val(XB360_RIGHT, 100);
    wait(20);
    set_val(XB360_DOWN, 100);
    set_val(XB360_RIGHT, 0);
    wait(20);
    set_val(XB360_DOWN, 100);
    set_val(XB360_RIGHT, 100);
    wait(20);
    set_val(XB360_DOWN, 0);
    set_val(XB360_RIGHT, 100);
    set_val(XB360_LB, 100);
    wait(20);
    set_val(XB360_RIGHT, 100);
    set_val(XB360_LB, 0);
}