Ibuki Trial 12

Super Street Fighter 4 Trials - Ibuki # 12 Position: Facing right. Stand next to Dan and take a step back so that you are standing toe to toe. Activate with LS.
Version1.00
AuthorJayD101
Publish DateFri, 30 May 2014 - 16:24
Last UpdateFri, 30 May 2014 - 16:24
Downloads53
RATE


0

0

Code: Select all
 
main {  if(get_val(XB360_LS)) combo_run(IbukiT12);
        if(get_val(XB360_RS)) combo_stop(IbukiT12);
}
 
combo IbukiT12 {
    set_val(XB360_X, 100);
    wait(20);
    set_val(XB360_X, 0);
    wait(150);
    set_val(XB360_Y, 100);
    wait(20);
    set_val(XB360_Y, 0);
    wait(150);
    set_val(XB360_RIGHT, 100);
    set_val(XB360_A, 100);
    wait(20);
    set_val(XB360_RIGHT, 0);
    set_val(XB360_A, 0);
 
}