
Originally Posted by
Valderino
Those who can't program will find themselves woefully behind in the 21st century. Programming is a way of thinking, and those who aren't willing to persevere will suffer in the long-term.
I'm a new member here, and I'm honestly glad for the Anti-Leech. I program in my spare time and at school, but I'm not familiar with SRL/Simba/Pascal (Not sure about the proper name) 's syntax.
Looking through the code, everything is INCREDIBLY simply. For example, here's a snippet of code:
if(P07_InvFull) then
begin
GoToBank;
OpenBank1;
BankLogs;
GoToTrees;
end;
This shows what's happening in plain English. Solving the anti-leech in this code only requires you to a) Know the syntax and/or b) be able to follow the logic.
The benefit of this is that would-be leechers are now equipped with the skills and knowledge to build and write their own scripts, in turn creating more productive members.
It's a phenomenal system.