Hi, I need help with the "chr" keys in SCAR.
All i know is : 13 = enter
I need the key for escape key.
Thanks in advance.
PS : I searched in SCAR Manual

Hi, I need help with the "chr" keys in SCAR.
All i know is : 13 = enter
I need the key for escape key.
Thanks in advance.
PS : I searched in SCAR Manual
I believe 13 is the enter key.

oh yeah i mean enter XD
Take a look at the scar manual again xD
There's a nice table over there, the ASCII table which shows the codes![]()
I made a new script, check it out!.

Okay but I don't understand alot of this :
Which one is it ?
EDIT : Wait, could it by any means by 27 ?Or am I a total noob ?
![]()

Yayz it works although it crashed my comp xD
SCAR Code:program New;
begin
repeat
SendKeys(chr(27));
Writeln('Key Pressed');
until(false);
end;
Anyways : Thanks alot![]()
27 = escape
There are currently 1 users browsing this thread. (0 members and 1 guests)