
Originally Posted by
kraft1
q#1: Is the findfastrandoms function required now that findnormalrandoms function is available in antirandoms.scar? i see that in a few scripts, both are used. this seems redundant to me since findnormalrandoms includes the same antirandoms use in findfastrandoms and more.
q#2: Am i mistaken or is it possible to write an srl script using only the functions included in srl?
Edit: sorry if this should be in the "questions about srl" forum, but it seems like more of a scripting question than a question about srl.
1 - Nope only one is needed now i beleive mate.
2- I do not fully understand what you mean? if you are trying to ask is something like this possible
Code:
Program lol;
{.include SRL\SRL.scar}
begin
mine;
bank;
end.
then no lol, but a script can be fully coded without having to create any new functions on your own just using srl yes.