Only sometimes my talking random works and doesn't work with the certer any help?
Here is my random procedure.
any help is appreciated!SCAR Code:Procedure Rands;
begin
FindHead;
if (FindTextEnt) then
begin
RunTo(RunDirection,false);
end
else
if InBlack or FindScapeRune or NoGameTab then
begin
LogOut;
end
else
SolveGenie(LampSkill);
FindLamp(LampSkill);
FindTalk;
FindNormalRandoms;
end;


Reply With Quote


