Hmm, IP can I expand this and add the runescape functions? Maybe, we could work on together? 
Edit:
Also, is it just me or does the OpenFolder function not work? Because when I try it it says
Try using this script.
Code:
Program Test;
{*******************************************************************************
function OpenFolder(Dest: String): Boolean;
By: IP-Drowner
Type: Simple.
Description: Will open a folder.
Usage: OpenFolder('C:\Documents and Settings\');
Result: Will open the folder 'Documents and Settings'.
*******************************************************************************}
function OpenFolder(Dest: String): Boolean;
begin
OpenFile(Dest, False);
Result:=True;
end;
Begin
OpenFolder('C:\Documents and Settings\');
End.
Edit2: Man I really want to use these
. I also get this error, and I think maybe this got deleted in scar 3.14 ???
SCAR Code:
Program Test;
{*******************************************************************************
function OpenFolder(Dest: String): Boolean;
By: IP-Drowner
Type: Simple.
Description: Will open a folder.
Usage: OpenFolder('C:\Documents and Settings\');
Result: Will open the folder 'Documents and Settings'.
*******************************************************************************}
function OpenFolder(Dest: String): Boolean;
begin
OpenFile(Dest, False);
Result:=True;
end;
Begin
OpenFolder('C:\Documents and Settings\');
End.
God...Edit3:...
Also..., how did you make the installer? I was just curious because i want to make something similiar to
.