Naruto Storm 4?

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

Re: Naruto Storm 4?

Postby J2Kbr » Thu Nov 15, 2018 9:56 am

We don't have anything for this game at the moment. What kind of mods you are looking for? we can help you make a custom script implementing your ideas such as turbo button, etc.
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm

Re: Naruto Storm 4?

Postby J2Kbr » Fri Nov 23, 2018 9:21 am

Lil_Chuck102 wrote:1.What is a turbo button?

Is when the script automatically press and release a button while the player just holds it down on the controller.

Lil_Chuck102 wrote:2.Is there a way to make it like I can just hit L3 or R3 that execute a combo?

Yes, example:
Code: Select all
main {
    if(event_press(PS4_L3)) {
        combo_run(MyCombo);
    }
}
 
combo MyCombo {
    //
    // Combo code here
    //
}
 
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm


Return to GPC1 Script Programming

Who is online

Users browsing this forum: No registered users and 87 guests