If you are free can you make this

GPC2 script programming for Titan Two. Code examples, questions, requests.

If you are free can you make this

Postby jasp90 » Mon Jul 19, 2021 5:17 am

Hi all in need is

LB+RB on a loop thanks
User avatar
jasp90
Command Sergeant Major
Command Sergeant Major
 
Posts: 125
Joined: Wed Nov 26, 2014 4:06 pm

Re: If you are free can you make this

Postby jasp90 » Mon Jul 19, 2021 5:20 am

Sorry and down on D-pad to run thanks
User avatar
jasp90
Command Sergeant Major
Command Sergeant Major
 
Posts: 125
Joined: Wed Nov 26, 2014 4:06 pm

Re: If you are free can you make this

Postby Mad » Mon Jul 19, 2021 6:51 am

Code: Select all
#include <xb1.gph>
bool toggle;
main {
    if(event_active(XB1_DOWN)) toggle = !toggle;
    if(toggle) combo_run(myCombo);
}
combo myCombo {
    set_val(XB1_LB, 100);
    set_val(XB1_RB, 100);
    wait(60);
    set_val(XB1_LB, 0);
    set_val(XB1_RB, 0);
    wait(60);
}
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord (2K / FPS)
Mad
Major General
Major General
 
Posts: 4532
Joined: Wed May 22, 2019 5:39 am

Re: If you are free can you make this

Postby jasp90 » Mon Jul 19, 2021 8:09 am

Thanks
User avatar
jasp90
Command Sergeant Major
Command Sergeant Major
 
Posts: 125
Joined: Wed Nov 26, 2014 4:06 pm


Return to GPC2 Script Programming

Who is online

Users browsing this forum: No registered users and 109 guests