Picked colour: 2070783 at (186, 36)
Simba Code:
Writeln(IntToStr(GetColor(186, 36)));
Writeln(IntToStr(GetColor(186, 36+50)));
Writeln(IntToStr(GetColor(186, 36-50)));
5000782 NOPE
3358280 NOPE
1796428 NOPE
So what the heck?
More Info:
Simba Code:
{$i SRL/srl.simba}
{$I P07Include.Simba}
{$i sps/sps.simba}
{.Include SRL\SRL\Misc\Debug.simba}
begin
SetupP07Include;
SetupSRL;
MouseSpeed:=30;
SetupWalker;
MarkTime(StartTime);
SRL_EnableNavBar;
Yet in my sample script with the EXACT SAME start to the mainloop, it works just fine.