Help with Official First Script
Hi-
Here's my code...so far:
SCAR Code:
program New;
{.Include SRL\SRL.scar}
{.Include SRL\SRL\core\Login.scar}
{.Include SRL\SRL\core\Bank.scar}
var
result :integer;
begin
LoggedIn
If(result=true) Then
OpenBank3
Withdraw(3,1,15)
CloseBank;
end.
I know it's not much, but it's my first time using SRL and I don't really understand it, and I've been creating this script for around 15 minutes. I'd really appreciate it if someone could tell me what I've been doing wrong and what I need to do in the future.
Thanks
--
Wizard Snu