[help] Lisp system

Post Reply
icesteruk
Posts: 287
Joined: Sun Jan 20, 2013 9:16 pm

[help] Lisp system

Post by icesteruk »

Hey I been trying to write a 'lisp' system which is useable for says/tells or other channels as im so lazy in remembering!

Would replaceAll("this", "that")

be the best option? Or could someone point me toward the right thing to help me replace one word with another word without changing what was said??

so like if I say "Hello World I'm a Man" and if I have a table like replaceword = {{"I'm", "I'mss"}} it would come back
"Hello World I'ms a man"

or something?

Post Reply