Hello,
Need help with script, need capture info about olympiad in interlude (/olympiadstat)
How can read the system messages?
var
p1, p2: pointer;
matches, wins, loss, points : integer;
OlyStat : integer;
begin
//1673 1 Your current record for this Grand Olympiad is $s1 match(es), $s2 win(s) and $s3 defeat(s). You have earned $s4 Olympiad Point(s). 0 79 9B B0 FF 0 0 0 0 0 none
OlyStat:=1673;
while (true) do
begin
//laSysMsg - system message appeared. P
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.