Cody Trial 7

Super Street Fighter 4 Trials - Cody # 7 Position: Facing right. Stand next to Dan and activate with LS.
Version1.00
AuthorJayD101
Publish DateFri, 30 May 2014 - 12:47
Last UpdateFri, 30 May 2014 - 12:47
Downloads40
RATE


0

0

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