then this tutorial is for you
so we need pizza tower obviously and UTMTCE but you can also use UTMT (NOT RECOMMENDED)
first of all open gml_GlobalScript_scr_getinput and go to line 180
now press enter and paste this code on new line:
Code:
key_shoot = (tdp_input_get("player_shoot").held || tdp_input_get("player_shootC").held)
key_shoot2 = (tdp_input_get("player_shoot").pressed || tdp_input_get("player_shootC").pressed)
then after line 203 (before } )add a new line and paste this code
Code:
key_shoot = tdp_input_get("player_shootC").held
key_shoot2 = tdp_input_get("player_shootC").pressed
then after } would be
key_shoot = false
key_shoot2 = false
remove it
now if you did everything right key_shoot2 would work BUT we want to make it rebindable right?
so you need to open gml_Object_obj_keyconfig_Create_0
when you opened it paste this code after ["player_groundpound"],
["player_shoot"]
and dont forget to add , after it.
well thats it, ig you can credit me in your mod if it used, or you wont credit me