Can someone help me out with this simple request

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

Can someone help me out with this simple request

Postby Tchern420 » Fri Jun 18, 2021 7:36 pm

I need help makin a simple macro what I want it to do is when u press up on the ps4 d pad to automatically click x twice right after
User avatar
Tchern420
Private
Private
 
Posts: 1
Joined: Fri Jun 18, 2021 7:33 pm

Re: Can someone help me out with this simple request

Postby Mad » Fri Jun 18, 2021 8:32 pm

Code: Select all
#include <ps4.gph>
main {
    if(event_active(PS4_UP)) combo_run(x);
}
combo x {
    set_val(PS4_CROSS, 100);
    wait(40); wait(40);
    set_val(PS4_CROSS, 100);
    wait(40);
}
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord (2K / FPS)
Mad
Major General
Major General
 
Posts: 4533
Joined: Wed May 22, 2019 5:39 am


Return to GPC2 Script Programming

Who is online

Users browsing this forum: No registered users and 91 guests