[Runtime Error] : Type Mismatch in line 94 in script C:\Program Files\SCAR 3.14\includes\SRL/SRL/Core/Bank.scar
This error happens when I'm opening bank...
SCAR Code:Function BankIndexToBankPoint(Ind: Integer): TPoint;
Begin
Result.X := Ind Mod 8;
Result.Y := Trunc(Ind Shr 3);
End;





Reply With Quote






