i was using a guildfisher from [R] and then after some loads i get a new tab with GameTab.scar and an runtime error:
[Runtime Error] : Could not call proc in line 321 in script C:\Program Files\SCAR 3.21\includes\SRL\SRL\Core\GameTab.scar
ScriptFunction:
Any help?Code:function SkillCoords(Row, Column: Integer): TPoint; var RowArr: array [1..3] of Integer; ColArr: array [1..8] of Integer; begin Result := Point(-1, -1); if (not InRange(Row, 1, 8)) then begin srl_Warn('SkillCoords', 'Row #' + IntToStr(Row) + ' is an invalid row', warn_Warning); Exit; end; if (not InRange(Column, 1, 3)) then begin srl_Warn('SkillCoords', 'Column #' + IntToStr(Column) + ' is an invalid column', warn_Warning); Exit; end; ColArr := [577, 631, 687]; RowArr := [228, 260, 293, 324, 356, 388, 420, 419]; Result := Point(ColArr[Column], RowArr[Row]); end;![]()



Reply With Quote






Never happened before, so it's not the script.





That is mostly stuff i do not understand yet. I wish i could help you. sorry

