llSubStringIndex and llListFindList with min=-1 allow optimizing this: if (llListFindList(...) < 0) -> if (~llListFindList(...)) That has been implemented since long, but we didn't have the data.
36 KiB
36 KiB