Hey guys, i'm sure that this has probably been discussed, but anyways a new idea struck me today about scar. I don't really know how to say it but, would it be possible to have essentially two scars running but under one scar. So like two separate scripts running under one scar. You would have somthing like
SCAR Code:
program ScriptOne;
{.include srl/srl.scar}
begin
end.
program ScriptTwo;
{.include srl/srl.scar}
begin
end.
And they would both run simultaneously. Also, there would be a function to pause one of the scripts, so the other could do its action. Maybe its not possible with the language scar was coded in, but if it was that would bring a new generation of scripting. I'm pretty sure java bots have something like that.
So for example you could have scriptone be your normal script and then have scripttwo be the random checker. When scripttwo found a random, it would pause script one, solve the random, then continue with script one.
Its all just a thought.
- Rostaryms