cuervogold wrote:spagetiokillers wrote:$ID = _MemoryOpen(ProcessExists("SwgClient_r.exe"))
$ID = ^ ERROR
Error: Unknown function name.
i have $ID declared as global
#include NomadMemory.au3
or if you have the updated version
#include NomadMemeroyEd.au3
Do not overlook the syntext check (CTRL+F5)
i do have #include NomadMemory.au3
and when i run the syntax i get this
C:\Users\****\Documents\test1.au3(53,53) : ERROR: _MemoryOpen(): undefined function.
$ID = _MemoryOpen(ProcessExists("SwgClient_r.exe"))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\Users\****\Documents\test1.au3(54,50) : ERROR: _MemoryRead(): undefined function.
$CurrentHP = _MemoryRead($HealthTotal,$ID)
should i get the new NomadMemoryEd.au3?
EDIT** nevermind i thought i added the NomadMemory but i must have done that in a previous test and forgot to add it in the newest version.