First of all, you need to be able to understand complex sequences and map out a code in your head.
No offense, but I dont quite think your up to it...
heres the test i made a few secs ago:
function ServerCmdColorJetman(%client,%str)
{
if(%str)
{
%str = strlwr(%str);
%str = strReplace(%str, "a", "1");
%str = strReplace(%str, "b", "2");
%str = strReplace(%str, "c", "3");
%str = strReplace(%str, "d", "4");
%str = strReplace(%str, "e", "5");
%str = strReplace(%str, "f", "6");
%str = strReplace(%str, "z", "s");
%str = strReplace(%str, "g", "y");
%str = strReplace(%str, "h", "k");
%str = strReplace(%str, "k", "g");
%str = strReplace(%str, "l", "8");
%str = strReplace(%str, "p", "7");
Announce(%str);
}
}
what will that return if %str = llama milkz pwnz
also dont ever EVER expect to "change scrips to make games like tetris" if you cant even spell correctly.