Blockland Forums > General Discussion
Why was Client_Grammar failed?
Port:
--- Quote from: Skorpion on May 16, 2012, 12:55:37 PM ---Now we're stuck with 5 year olds talking like handicaps.
--- End quote ---
implying it fixed that problem
IkeTheGeneric:
--- Quote from: Skorpion on May 16, 2012, 12:55:37 PM ---Yeah, It could of been tweaked and made a bit smarter, but failing it was stupid.
Now we're stuck with 5 year olds talking like handicaps.
--- End quote ---
It didn't fix any problems, you dolt.
In fact, it made more problems.
Kill All:
--- Quote from: Ephialtes ---This is basically the worst thing anyone's ever made for Blockland. I've moved the thread some idiot posted in Add-Ons containing this crap.
--- End quote ---
Port:
--- Quote from: Kill All on May 16, 2012, 01:04:19 PM ---
--- End quote ---
--- Quote from: Port on May 16, 2012, 12:31:06 PM ---http://forum.blockland.us/index.php?topic=193893.msg5231245#msg5231245
--- End quote ---
-Jetz-:
--- Quote from: ScratchTehEPICSpaceDude on May 16, 2012, 12:07:56 PM ---It was well coded, but stupid.
--- End quote ---
It was poorly coded and stupid.
--- Quote --- case "dont":
%word[%i] = "don't";
case "i":
%word[%i] = "I";
case "ive":
%word[%i] = "I've";
case "whatchya":
%word[%i] = "what do you";
case "wat":
%word[%i] = "what";
case "whats":
%word[%i] = "what's";
case "isnt":
%word[%i] = "isn't";
case "im":
%word[%i] = "I'm";
case "its":
%word[%i] = "it's";
case "wasnt":
%word[%i] = "wasn't";
case "couldnt":
%word[%i] = "couldn't";
case "wouldve":
%word[%i] = "would've";
case "kik":
%word[%i] = "lol";
case "id":
%word[%i] = "I'd";
case "ill":
%word[%i] = "I'll";
case "stil":
%word[%i] = "still";
case "probaly":
%word[%i] = "probably";
case "probs":
%word[%i] = "probably";
case "intersting":
%word[%i] = "intresting";
case "bord":
%word[%i] = "bored";
case "se":
%word[%i] = "see";
case "catually":
%word[%i] = "actually";
case "actualy":
%word[%i] = "actually";
case "lest":
%word[%i] = "lets";
case "somthig":
%word[%i] = "something";
case "poeple":
%word[%i] = "people";
case "H,,":
%word[%i] = "Hmm";
case "vant":
%word[%i] = "can't";
case "wont":
%word[%i] = "won't";
case "nothig":
%word[%i] = "nothing";
case "siht":
%word[%i] = "stuff";
case "letme":
%word[%i] = "let me";
case "tht":
%word[%i] = "that";
case "thta":
%word[%i] = "that";
case "blokc":
%word[%i] = "block";
case "cant":
%word[%i] = "can't";
case "sylvandor":
%word[%i] = "sylvanor";
case "hsot":
%word[%i] = "host";
--- End quote ---
This is not an ideal way to do word replacement.
He even admitted it:
--- Quote ---Well while it does teach some horrid coding habits[...]
--- End quote ---