I just put together a quick script. It's to keep me logged in on RS while saving all chat to a chat log.
I got the idea from Smartz. It's to help with the AutoResponder.
Anyways, here's the script. I'm not sure if I have everything set up right or not.
It's a bunch of "...Every(" commands, but I'm not sure if the way I have it set up will make it work like it's supposed to.
SCAR Code:program New;
{.include SRL/SRL.scar}
begin
SetupSRL;
repeat
SaveToChatLog;
RotateEvery(2 + Random(3));
RandomChatEvery(5 + Random(3));
RandomRClickEvery(1 + Random(4));
LeaveScreenEvery(3 + Random(5));
PickUpMouseEvery(5 + Random(6));
BoredEvery(2 + Random(4));
FindNormalRandoms;
FindTalk;
until(false);
end.







Reply With Quote








just to brag about how long you've had it running for...imagine being able to claim to running a script for like 200+ hours?
