lol, i remembered it said you had to wait a month before applying, lol, im dumb 
anyways, i need the quickchat messages in a database or text file or anything, which i can access with scar. if someone makes a script that does that, then it would be easy to update script, since it would be done manuallly. i am going to create a QCMessageList type which will be assigned all the values of messages in rs, example :=
SCAR Code:
New type qcmessagelist
blahblahblah
Var QC : QCMessageList;
Procedure init;
begin
qc := {here would be were i assign all the quick chat messages that i receive from someone script.}
end;
begin
writeln(qc.k.GH1) {i may make it qc.keys.g.h.1 instead}
writeln(qc.skills.mining.asklvl)
end.
that would return:
SCAR Code:
Hello!
What is your level in Mining?
so i would love if someone could create a script that reads the quickchat options and save them to a text fil or something, it would have to click each quickchat submenu too, cuz this will go in all the way.{not in a dirty way :P}