Hi roll20 scripters, I'm looking for a script that would read in a sentence and then replace certain words in that sentence with specific words from a dictionary. I've no experience in javascript so some pointers would be helpful. As an example, I would want to type something like "!command some long sentence" and it would check a dictionary ["some" : "other", "sentence" : "words"] and replace the matching words with those from the dictionary and output "other long words" for this example. I've got something written in python that I have been copying and pasting the output into chat from but it would be nice to have it embedded in the system. I'm using it to roleplay a dwarf and use the khazalid language in place of some words. I'm not trying to convert all words in the sentence or make gibberish. Any assistance appreciated!