Turning All combos off at once?

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

Turning All combos off at once?

Postby Kidd23 » Sun Nov 01, 2020 8:46 pm

What's the easiest/shortest code to turn off all combos at once?

Suppose I have several combos that I want to toggle all off by pressing PS4_L3, do I have to list all combos, or is there a stop all combos command I could use?

Only thing I can think of is what I have below, but I want to minimize the code length to save space on my T1 slots since some of my codes run long and I run out of space.

Code: Select all
 
 
main { 
    if (event_press(PS4_L3)) {combo_stop(com1);combo_stop(com2);combo_stop(com3);combo_stop(com4);combo_stop(com5);}
 }
 
User avatar
Kidd23
Sergeant First Class
Sergeant First Class
 
Posts: 16
Joined: Wed Dec 19, 2018 6:50 pm

Return to GPC1 Script Programming

Who is online

Users browsing this forum: No registered users and 56 guests