cod Script:couch while ADS Xbox one

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

cod Script:couch while ADS Xbox one

Postby JohnWick38 » Fri Mar 25, 2022 6:11 am

I would like a script that allows me to crouch while Ads without going all the way to the ground but allows me to pop out of crouch once I release LT button.
User avatar
JohnWick38
Sergeant First Class
Sergeant First Class
 
Posts: 16
Joined: Tue Mar 22, 2022 9:50 am

Re: cod Script:couch while ADS Xbox one

Postby Mad » Sun Mar 27, 2022 8:58 pm

Code: Select all
main { 
    if(event_press(XB1_LT) || event_release(XB1_LT)) combo_run(crouch);
}
 
combo crouch {
    set_val(XB1_B, 100);
    wait(40);
}
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord
Mad
Major General
Major General
 
Posts: 4536
Joined: Wed May 22, 2019 5:39 am


Return to GPC1 Script Programming

Who is online

Users browsing this forum: No registered users and 73 guests