yes, 100% positive.
E: Got a fresh checkout of MSI AND SRL AND Reflection, and it worked ...
E2: with a fresh install of reflection, srl, and MSI, i re-integrated my fisher first, worked like a charm
then i attempted to re-integrate the AK Miner, but it didn't work... However the error line is in one of the rimmington scripts, which i didn't write. Perhaps it's one of those?
E3: did some tedious searching with N++ and found 2 missing brackets (well 1 extra [ and 1 missing ])... but now i'm getting a syntax error
Progress Report:
[Error] C:\Simba\Includes\MSI/Scripts.simba(599:13): Syntax error at line 598
[Error] C:\Simba\Includes\MSI/Scripts.simba(599:13): Syntax error at line 598
Compiling failed.
line 598: (in SCRIPT_RM_IRON_1)
Simba Code:
SCRIPT_RM_IRON_1:
with MSI_Scripts[whichScript] do
begin // line 558
Name := 'Rimmington Iron Miner 1';
Constant := SCRIPT_RM_IRON_1;
Tools := [TOOL_PICKAXE];
SkillName := 'Mining';
SkillConstant := SKILL_MINING;
Objects := [ROCK_IRON];
Items := [[ORE_IRON]];
BankType := DBox;
WhichBank := DBOX_PS;
CompassAng := -1;
AutoObjects := @MSI_MineInvFull;
with PathInfo do
begin
StartLoc := LOC_PS_DBOX;
EndLoc := LOC_RM_IRON_1;
Reflection := [
Point(3047, 3234), Point(3033, 3234),
Point(3021, 3233), Point(3008, 3231),
Point(2996, 3231), Point(2983, 3233)
];
// ObstaclePoints := [];
// Obstacles := [];
// DoObstacles := [];
end;
end;