C.Viper Trial 9

Super Street Fighter 4 Trials - C.Viper # 9 Position: Facing right. Stand next to Dan and activate with LS.
Version1.00
AuthorJayD101
Publish DateWed, 21 May 2014 - 10:13
Last UpdateWed, 21 May 2014 - 10:13
Downloads48
RATE


0

0

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