Then how the memory address should be place in the code?
because i just started to learn AHK but i got basic Programming Skills...
and now i strugle and dont know how i could make a code that could be use...
maybe i need some simple AHK source code for the following program as my learning reference, if anyone of you could make it then is much appreciate
The Programme runs like this :
Code:
Run Program
Input Charname
Checking
if(Error)
ExitProgram
While(NOTpress^Q)
{
MsgBox PositionX, PositionY
Sleep 5000
}
note, what i want is a program that could notify me my char X & Y position every 5 sec
maybe you guyz will ask what is the purpose of this programme, and i can say it is just for my learning purpose.