Rose Trial 14

Super Street Fighter 4 Trials - Rose # 14 Position: Facing right. Stand next to Dan and activate with LS as his feet are touching the ground. This will take a few tries to get the timing but if you click when his feet are on the ground you should hit him just as he is going up past you.
Version1.00
AuthorJayD101
Publish DateThu, 29 May 2014 - 04:13
Last UpdateThu, 29 May 2014 - 04:13
Downloads54
RATE


0

0

Code: Select all
 
main {  if(get_val(XB360_LS)) combo_run(RoseT14);
        if(get_val(XB360_RS)) combo_stop(RoseT14);
}
 
combo RoseT14 {
    set_val(XB360_RIGHT, 100);
    set_val(XB360_RT, 100);
    wait(20);
    set_val(XB360_RIGHT, 0);
    set_val(XB360_RT, 0);
    wait(650);
    set_val(XB360_DOWN, 100);
    wait(20);
    set_val(XB360_DOWN, 100);
    set_val(XB360_RIGHT, 100);
    wait(20);
    set_val(XB360_DOWN, 0);
    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_X, 100);
    wait(20);
    set_val(XB360_RIGHT, 0);
    set_val(XB360_X, 0);
 
 
}