Hey, I found out that i took out the part in SRL.Scar that enables SMART because it wasn't working earlier today. anyone got the code to put after begin?
Code:procedure SetupSRL; begin MouseSpeed := 15; CheckHPFirst := True; Reincarnate := False; TalkAfterRandoms := False; RoadColor := 0; WaterColor := 0; BankColor := 0; LampSkill := 'mining'; SetUpSRLReport; LoadCosineArrays; SymbolAccuracy:= 0.8; LoadNPCArray; LoadSRLBitMaps; SolveChatRandoms := True; SetupSRLAutoResponder; UseFindMod := True; LogoutOnMod := True; UseFindTrade := True; Screenshots := False; InitializeSRLLogFile; Writeln ('SRL Compiled in '+ IntToStr(GetTimeRunning) + ' msec'); end;


Reply With Quote

