hi
i have this script:
SCAR Code:
ChatChars := LoadChars2(AppPath + 'Fonts\XXXXX');
Doller := GetTextAtEx(907, 253, 20, ChatChars, False, False, 0, 0, -1, 200, True, tr_AllChars);
and now i have some questions
1. i have maked my own font and when i used
SCAR Code:
UpChars:= LoadChars2(AppPath + 'CharsRS22\');
and edited 'CharsRS22\' to my fonts name (XXXXX) it doesn't work
then i tried to add 'Fonts\, and then it worked why??
2. when the program runs it all work, but when i want "Doller" in a WriteLn
there is only a empty line, where WriteLn shuold be in the debugbox
i have declared "Doller" as a string, but what do i need to "print" it in debugbox??
//Batnas