Need a simple macro

GPC1 script programming for Titan One. Code examples, questions, requests.

Need a simple macro

Postby Kinnyox » Sun Jan 05, 2020 6:07 pm

Need to get a very simple macro for the steamworks on monster hunter world.
Need to press R2 indefinitively to allow the steamworks to keep working and actually go afk until it finishes.
I tried creating one macro from copying one already created for fishing but i failed misserably. I would like some help with this.
User avatar
Kinnyox
Private First Class
Private First Class
 
Posts: 2
Joined: Sun Jul 16, 2017 1:49 pm

Re: Need a simple macro

Postby Mad » Sun Jan 05, 2020 8:23 pm

Code: Select all
main { combo_run(R2) }
 
combo R2 {
  set_val(PS4_R2, 100);
  wait(60);
  set_val(PS4_R2, 0);
  wait(60);
}
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord
Mad
Major General
Major General
 
Posts: 4536
Joined: Wed May 22, 2019 5:39 am

Re: Need a simple macro

Postby Kinnyox » Mon Jan 06, 2020 12:57 am

Thank you! Let me try this!~
User avatar
Kinnyox
Private First Class
Private First Class
 
Posts: 2
Joined: Sun Jul 16, 2017 1:49 pm


Return to GPC1 Script Programming

Who is online

Users browsing this forum: No registered users and 101 guests