
Originally Posted by
chief herb
whenever i try to run this i get this error.. Error: Unknown declaration "__PID" at line 231
begin
ogl.setup(CLIENT_WIDTH, CLIENT_HEIGHT);
ogl.setDebugMode(GLX_DEBUG_MODE);
windowTitle := 'SMARTv8.3 - SMART Minimizing Autoing Resource Thing - By BenLand100 [' + toStr(smart.__PID) + ']';
//windowTitle := 'RuneScape - MMORPG - The No.1 Free Online Multiplayer Game - Mozilla Firefox';
findAndSetTarget(windowTitle, true);
repeat
try
wait(DELAY_TIME);
if HIGHLIGHT_TEXTURES then highlightTextures();
wait(DELAY_TIME);
if HIGHLIGHT_MODELS then highlightModels();
except end;
until false;
end.