Talequin Silverstrings said: The command I am using follows: !MythicGM [<Odds> <Chaos Factor> [<Your Question>]] That wasn't what I was looking for. Without knowing what you entered, exactly, it's a "best guess" as to what could be going wrong. For instance, you say: When I input the odds for 50/50 odds <5050> the command does not execute. If that's exactly what you typed (including the angle brackets), then that would fail. Well, more likely, it would fail to catch the odds in the parsing of the line, but even if it did, it would leave the angle brackets behind to be part of the "Your question" section. From a quick read through of the code, it looks like the odds statements the script will accept are (and these have to be entered exactly): impossible no way very unlikely unlikely 50/50 somewhat likely likely very likely near sure thing a sure thing has to be So if you entered the text: 5050 ...as your odds, that would NOT be caught. You HAVE to use the forward slash. Just based on the code, it would seem that a valid command line for this script would look like: !mythicgm 50/50 123 Who does number 2 work for? If you still can't get it to work, post the actual, exact text you are entering and we might be able to see what's going wrong.