Greetings!
I dusted off an old NMZ script from half a year ago, after a break from OSRS and formatting my computer,
I find that one of the files (meant for using your own host in NMZ) in the version I have preserved won't compile. The error is as follows:
Here is the function in its entirety:Error: Unknown declaration "Interface_GetChildText" at line 168.
It uses f-include and OSR-ReflectionCode:function Interface_BossScreen: boolean; var T: TReflectTimer; begin T.Restart; repeat Result := (Pos('Available bosses', Interface_GetChildText(187, 0, 2)) > 0); Wait(100+Random(200)); until(Result)or(T.ElapsedTime > 15000); end;
I set up Simba according to all the guides and tried looking for clues on how to solve this, or even a solution, on the forum and elsewhere to no avail.
The main script itself seems to have no problem compiling.
Thank you for your time and happy holidays!


Reply With Quote





