when i play the game have 2 value HP/MP
and i used Art money to find 2 address of memory
01420088 : 418 (HP capital)
0142071C : 2880 (MP capital)
So, in Auto it, how can read the value in memory address like ArtMoney
I want to write the program like this:
Func AutoHealing ()
$HP=....<= read value from memory
$MP=....<= read value from memory
If $HP < 100 Then
Send ($Key_Healing_HP)
EndIf
If $MP < 500 Then
Send ($Key_Healing_MP)
EndIf