Sending commands to Final Fantasy XIII

Ask gaming related questions (AHK v1.1 and older)
tubben
Posts: 1
Joined: 22 Feb 2018, 15:47

Sending commands to Final Fantasy XIII

22 Feb 2018, 15:56

Hello.

I played FFXIII on my PS3 a while ago, and wanted to start a new playthrough on my pc.
I play with my PS4 Controller on the PC, which works without problems.
I came to the idea to reduce the button smashing while fighting, and just keep pressing X, which should then spam left mouse buttong (same effect then pressing X).

My script works out of FFXIII without any problems (I keep X on my pad pressed, and it spamms left mouse button). Just inside of FFXIII it dont works.
Anyone got an idea why ?

Code: Select all

;#ifWinActive FINAL FANTASY XIII
#ifWinActive 
{
	Joy2:: ; Wenn Joy2 gedrückt wird, mache folgendes.
	{
		while GetKeyState("Joy2") ; solange Joy2 gedrückt wird
		{
			Click ; Linke Maustaste
			Sleep 10
		} ; Ende Solange Joy2 gedrückt wird
		return
	} ; Ende Wenn Joy2 gedrückt wird.
}

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: prototype_zero and 86 guests