hi!
I pretty new to all this but i am trying to create script that will for example
Press square for about 2-3 seconde and then go on to the next key press.
i tried something along the line of
Press(new DualShockState() { Square = true }, 3000);
with a loop delay set at 4000 but it doesnt seems to work
hi!
I pretty new to all this but i am trying to create script that will for example
Press square for about 2-3 seconde and then go on to the next key press.
i tried something along the line of
Press(new DualShockState() { Square = true }, 3000);
with a loop delay set at 4000 but it doesnt seems to work